That seems weird. You're saying this works:

get the effective working screeRect -- keyboard is not open
-- do something that will open the keyboard
wait 20 ticks
get the effective working screeRect -- different rect because keyboard is open


But this never exits:

put the effective working screeRect into tRect -- keyboard is not open
-- do something that will open the keyboard
repeat until the effective working screenRect <> tRect
 wait 1 tick
end repeat

If that's the case, I can only assume that there is some threshold for waiting 
that allows other things to happen and one tick isn't long enough. Still, 
that's odd.

Sent from my iPad

On Aug 10, 2013, at 9:47 AM, Dan Friedman <d...@clearvisiontech.com> wrote:

> Thanks for the reply (and good to hear from you!)  I put this in:
> 
> repeat until the effective working screenRect <> tRect
>  wait 1 tick
> end repeat
> 
> If just stuck in the loop forever.

_______________________________________________
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