On 7/31/22 12:14, J. Landman Gay via use-livecode wrote:
On 7/31/22 12:04 AM, Mark Wieder via use-livecode wrote:

I don't think "wait 0" by itself does anything useful. Make a stack with two buttons. Running the script in the first button will prevent mouseUp events in button 2 from being processed.

I think it must do something, "wait 0" is a workaround for bug 22453 (and 18924 which is now marked as a duplicate.) I had to use the workaround and it works.

So my take is that any wait allows LC to do housekeeping, and "with messages" also allows app-generated messages. I'd like to get a confirmation from the team though.

That's pretty bizarre. I wonder what's going on. All I can think of is that processing the wait command gives the java JNI command enough time to recover before processing the mobileControlSet vscroll command. And ios wouldn't need that extra time because there's no java interaction.

--
 Mark Wieder
 ahsoftw...@gmail.com

_______________________________________________
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