Is there a known problem with timeOut objects not appearing in the
timeOutList? I'm creating one in the following manner -
vTmp = timeOut("StrategyMove" & me._ID).new(vWait * 1000, #waitComplete,
me)
I assign it to a temp variable because of the persistence bug with
timeouts. But after executing this statement, if I check the timeOut List,
the object has not been added. The wierd part is that the timeOut _is_
created. At the end of the wait period, the waitComplete handler gets
fired. But, if I destroy the object before the timeout period is complete,
the handler still gets fired. My object destroy code is as follows -
on Destroy me
callAncestor(#Destroy, me)
timeOut("StrategyMove" & me._ID).forget()
end Destroy me
Clueless. :-/
Pranav Negandhi
Software Engineering
Learnet India Limited, Mumbai.
Phone: 91-22-56768120
http://www.learnetindia.com
Does anybody remember laughter?
-- Robert Plant, The Song Remains the Same.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL
PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping
with programming Lingo. Thanks!]