GUI Update question
Gordon Tillman
got at mindspring.com
Sun Oct 3 10:46:27 EDT 2004
Hi Kevin,
You had asked:
> I place status text into a edit field and label prior to
> running a intensive process. How can I make the edit
> control and lable immediately update? So the user sees the
> status information.
All you need is something like this:
wait for 0 with messages
Just put that right after the line where you set the value of the edit
control and label.
--gordon
More information about the use-livecode
mailing list