Xavier,

Check the docs on this one, your syntax is wrong. You don't specify a message to be called when the wait is complete, your script just continues. [with messages] is an optional qualifier added on to the end of an otherwise ordinary wait command.

wait until (someCondition is true) with messages
wait 5 seconds with messages

etc

  wait with messages "checkContinue"

doesn't compile

  wait with messages checkContinue

causes an execution error.

I quit MC, launch Rev to see the help about it... Ah, now i see the wait
... "with"

ok, so i tried...

wait 0 seconds with messages checkContinue

still an error!

Is there supposed to be a handler checkContinue or can i just call
checkContinue
from my other button to "trigger" the "wait with" to continue?

still lost...
Xav


[EMAIL PROTECTED] wrote on 30/08/2005 08:37:06:

Recently, [EMAIL PROTECTED]  wrote:

would wait... with messages "" block the gui too though?

Nope - you use "with messages" specifically to avoid any "blocking".

Try it in a test stack.

Regards,

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

_______________________________________________
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



-----------------------------------------
Visit us at http://www.clearstream.com

IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream
International does not accept legal responsibility for the contents of
this message.

The information contained in this e-mail is confidential and may be
legally privileged. It is intended solely for the addressee. If you are
not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically
states them to be the views of Clearstream International or of any of
its affiliates or subsidiaries.

END OF DISCLAIMER
_______________________________________________
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



_______________________________________________
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