Re: # POSSIBLY SPAM #::Re: the case of the misterious resizestack error

2005-03-23 Thread xbury . cs
Hi Malte, I do pass the resizestack... As it should be ;) No other stack is opened so RunRev should be causing a problem up the path... But when you resize the stack and the resizestack does its job, it works fine... Only when you send the "resizestack" or call resizestack do I get this erro

Re: the case of the misterious resizestack error

2005-03-23 Thread Malte Brill
Hi Xavier, Do you pass the resizeStack message? And is there a stack along the messagepath that doesn´t have a resizeStack handler? That is the only way I could reproduce it here. Cheers, Malte ___ use-revolution mailing list use-revolution@lists.runrev

the case of the misterious resizestack error

2005-03-22 Thread MisterX
Many times I've written a resizestack handler only to find that when I cause a script stack resize, I need to send the stack a resizestack message. Many times this fails for one reason or another. Normally handled, the stack resizes itself correctly. Even without sending a "resizestack" message. T