Search found 1 match

by DanielWenger
Mon Nov 19, 2018 12:49 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to wait for completion of a script
Replies: 3
Views: 3535

How to wait for completion of a script

I have a handler that calls a series of button scripts. I want to wait after each "send mouseUp" until the script in that button has completed before calling the next button script.

-- a handler in my card script

on myHandler
send mouseUp to cd button Num1
wait until (??) -- what do I put here ...