On 7/8/18 12:06 PM, Mike Bonner via use-livecode wrote:
Or alternatively, check the pendingmessages and only send if there is not
already a message for the handler in question in queue.

Like you, this is something I always do:

if "myMsg" is not in the pendingMessages then
  send "myMsg" to me in 250 milliseconds
end if

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.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