When I add the following to my iOS app I get the same results (0,0,640,704)
for each.
Not helpful.

How do i get the loc or top of the keyboard (in 3.5, 4.0, and iPad sizes)
so i can properly move fields out of the way of the keyboard?


on keyboardActivated
    answer "keyboard activated" & cr & the effective working screenRect
end keyboardActivated

on keyboardDeactivated
    answer "keyboard deactivated" & cr & the effective working screenRect
end keyboardDeactivated
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to