I am placing an image on my stack that I want to make sure is placed all the way at the bottom of the screen. for some reason if I place an answer command prior to the image placement it works as expected, if i comment out the answer command it places it where it wants. here is the code i've been playing with
Code: Select all
on opencard
iphoneUseDeviceResolution true
--answer iphoneDeviceResolution ()
answer "?"
set the top of image "imgToolbar" to the bottom of me - 90
set the top of button "Camera" to the bottom of me - 88
end opencard