RE: Mobile Resizestack handler possible bug

2015-11-19 Thread Ralph DiMola
ecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Richard Gaskin Sent: Thursday, November 19, 2015 4:32 PM To: use-livecode@lists.runrev.com Subject: Re: Mobile Resizestack handler possible bug David Bovill wrote: > Resize handlers are called repeatedly with every fraction of a move -

Re: Mobile Resizestack handler possible bug

2015-11-19 Thread Richard Gaskin
David Bovill wrote: Resize handlers are called repeatedly with every fraction of a move - if you out slow code inside them (like fetching a blocking url) then it jams up. While I would also put net access calls in something other than a resizeStack message, on a mobile device isn't resizeStack

Re: Mobile Resizestack handler possible bug

2015-11-18 Thread David Bovill
Resize handlers are called repeatedly with every fraction of a move - if you out slow code inside them (like fetching a blocking url) then it jams up. On Thursday, 19 November 2015, Ralph DiMola wrote: > ONLY on iOS if you do a: > > put URL ("https://xx.on-rev.com/service/SomeScript.lc?funct