Hi,

I would just like to say thanks to everyone that helped me resolve this problem! It is obviosuly FUNDAMENTAL to the whole RunRev experience, but I had missed it. I have had the IDE crashing all over the place and all kinds of weird behavour for ages, now that I've fixed the the whole RunRev exxperience is MUCH more pleasant.

There really does need to be some better documentation for RunRev, I was really walking in the dark when I was trying to get this to work. Maybe there is some but I just can't find it. Another problem is the error reporting, sometimes script errors cause the IDE to hang with the error window NOT displayed. The only way out of this is to quit the IDE, which flashes ALL the error boxes up on the screen then quits before you can see where the error is!

Without this list I would have still been at it and probably wouldn't have come up with as good a solution.

Thanks again and All the Best
Dave


Recently, David Burgun  wrote:

I hadn't realized that the openStack handler gets called when doing a
 > Save. What is the recommended action for handle this
 > I could do one of three things:

1. Check if myStackFileName is empty and if so skip the "start uisng" 2. Check the Stack Name for "revSaving" and if so skip the "start uisng" 3. Check if in "development" moce and if so skip the "start uisng"

 I suppose I need similar tests in preOpenStack and closeStack?

Can anyone tell me the best thing to do under this condition?

If your openStack handler is only supposed to apply to your main stack, then place the openStack handler in the script of the *first card* of your main stack (this goes for any initialization handlers since they are only called when the first card is opened). Any subsequent opening/closing of stacks will not trigger the init handler/s.

If your openStack handler must apply to any substacks of your main stack,
you can do as you suggest above: check the stack's name, for development
mode, etc.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-----
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to