Substack command don't reach main stack when executed as Standalone-"Corrected"

Pierre pierre.bernaert at mac.com
Wed Feb 13 12:30:57 EST 2008


Excuse me I made a mistake describing the problem
so here is the right description


I have a main stack with several substacks using KeyBoard input and  
Control handlers stored in Main Stack.

During development everything goes right.

When running the StandAlone I can't run these Handlers.


I'm using Rev Enterprise V 2.8.1 with Mac OS X.4.10 on a Mac Mini

I tried to put this handler at SubStack Script's  level:

"on SaisieChamp NomChamp, NomStack
     answer "Stack Script 'Saisie Rapide'"                        ==>  
I can get the the question under Revolution AND when running  
Standalone Both are OK
     pass SaisieChamp
end SaisieChamp"

I Put the same handler à Stack Script's level:

"on SaisieChamp NomChamp, NomStack
     global GRéponseChoix

     --breakpoint
     answer "Script Stack Compta" & return & "NomChamp = " & NomChamp  
& return & "NomStack = " & NomStack          ==> I don't get the  
question when running Standalone
...."

I verified though the "Stack Inspector", substack is defined as  
"Substack" of the

Do I have something to do in "Stack Files" of "Stack Inspector" of  
the Main Stack ?

Has any one an idea of what goes wrong, what must I verify  or do?

Many thanks for helping

Pierre








More information about the use-livecode mailing list