On 6/24/11 3:52 PM, Bob Sneidar wrote:
See this is the perfect example of why some kind of multiple
processing thing is needed. If you say

wait until<condition>  then no other processing can take place.

The OP specifically wanted to block all other processes, so in this case "wait" is a good solution.

For the cases where you want to simulate multi-threading, either wait with messages, or set up a "send in <time>" sequence. Sending is usually the better way to do it.

--
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