problem waiting - spellchecker
Scott Rossi
scott at tactilemedia.com
Tue Aug 30 03:09:58 EDT 2005
Recently, xbury.cs at clearstream.com 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: scott at tactilemedia.com
W: http://www.tactilemedia.com
More information about the use-livecode
mailing list