Re: extract every code out of stack

2006-05-30 Thread Geoff Canyon
On May 30, 2006, at 11:38 AM, Claus Dreischer wrote: It was my understanding, that the preOpenStack message is only sent to the (sub)stack that is going to open, not that it's going to the (main)stack that triggered the opening of the (sub)stack too (and all other substacks without an own

Re: extract every code out of stack

2006-05-30 Thread Claus Dreischer
Hi Claus, Hi Mark, Sure, you could extract every script of every object, but that will probably not solve the problem. The actual problem is that you need to get aware of the message hierarchy. THIS must be the main problem ;-) It was my understanding, that the preOpenStack message is onl

Re: extract every code out of stack

2006-05-30 Thread Claus Dreischer
Hi Claus, nice to read you again :-) Hallo (kleiner) Klaus ;-) ... (Main stack has a preOpenStack handler, the substacks don't. But now some substacks perform the preOpenStack handler of the main stack when opening these substacks. you can change the script of your mainstack like this:

[EN][FR]Re: extract every code out of stack

2006-05-30 Thread Dom
Claus Dreischer <[EMAIL PROTECTED]> wrote: > Is there a way to get all the code from all the objects in all the stacks? you may take a glance at "Rappus" from my description: Rappus is a small tool to write down a stack's scripts under text files. A folder is created at the same level than the

Re: extract every code out of stack/Addendum

2006-05-30 Thread Klaus Major
Hi Claus, there is a similar functionailty in my plug-in "2lz2"! Button: "misc..." -> "Analyze this..." Take a look, might help you. Regards Klaus Major [EMAIL PROTECTED] http://www.major-k.de ___ use-revolution mailing list use-revolution@lists.ru

Re: extract every code out of stack

2006-05-30 Thread Klaus Major
Hi Claus, nice to read you again :-) Hi, i somehow managed to mess up one of my stacks ... (Main stack has a preOpenStack handler, the substacks don't. But now some substacks perform the preOpenStack handler of the main stack when opening these substacks. I don't have a clue how to fix that

Re: extract every code out of stack

2006-05-30 Thread Mark Schonewille
Hi Claus, Sure, you could extract every script of every object, but that will probably not solve the problem. The actual problem is that you need to get aware of the message hierarchy. Start by moving the preOpenStack handler of the main stack to the card script of the first card of that

extract every code out of stack

2006-05-30 Thread Claus Dreischer
Hi, i somehow managed to mess up one of my stacks ... (Main stack has a preOpenStack handler, the substacks don't. But now some substacks perform the preOpenStack handler of the main stack when opening these substacks. I don't have a clue how to fix that. :-( ) Is there a way to get all the