Superb!!! Thanks all for your great help!!!
We got a spellchecker almost working... The revDocs need help here!!! It sure wasn't clear at all... wait [for] number [seconds | ticks | milliseconds] [with messages] doesn't imply that you can add a condition to wait for! Only time... Where i was confused is that this looked like a read from socket IP with message "whatever" thansk again! Xavier [EMAIL PROTECTED] wrote on 30/08/2005 09:09:58: > Recently, [EMAIL PROTECTED] wrote: > > > 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? > > Just check the value of a variable that is set by whatever controls/handlers > cause your checking to be completed: > > wait until gCheckContinue with messages > > And in a button (simplified): > > on mouseUp > global gCheckContinue > -- do my spellcheck stuff > put true into gCheckContinue > end mouseUp > > Make sense? > > 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
