Hi Pierre,

In the standalone settings, please make sure to include ask and answer dialogs.

Best regards,

Mark Schonewille

--

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Convert colours between different colour spaces with Color Converter. Download at http://economy-x-talk.com/cc.html



Op 13-feb-2008, om 18:10 heeft Pierre het volgende geschreven:

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 not when running Standalone
    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

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to