Re: lingo-l Re: Wait handler that will pause only calling script/object??

2001-06-28 Thread Dennis Flood
Irv, Buzz and Andy, I've got the begginings of a solution working. I'll post it tommorow. Thanks alot for your suggestions, Dennis [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL

lingo-l Re: Wait handler that will pause only calling script/object??

2001-06-27 Thread Andy Driscoll
I had to do something similar for some network opereations, so here's what you can do... Instantiate your objects into a list, call the handler in each object one at a time by stepping the index, or instantiate each object one at a time. Have the object's handler set a flag (or property) when