Although a button and its icon are present in the native project file, the icon disappears (but the button is still present) in the compiled app. It’s the minus sign icon in the lower right corner of the text field:
Native Project File: Compiled App: I’m also including the code of the button in case it’s some kind of code issue:
Code: Select all
on mouseUp
lock screen
if the height of field "Quantity" is 42 then
set the height of field "Quantity" to 200
set the top of field "Quantity" to 224
set the icon of me to 200087
set top of me to 413
else
set the height of field "Quantity" to 42
set the top of field "Quantity" to 224
set the icon of me to 200086
set top of me to 255
end if
unlock screen
end mouseUp
Thanks,
Jon

