unexpected behavior of image placement in ios device
Posted: Sun May 11, 2014 10:09 am
I'm sure i'm missing something stupid at this point but here it goes anyway...
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
what am I doing wrong? because I just dont get it at this point. so if anyone can point me in the right direction I'd appreciate it TIA
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