If you don't use 'with messages' the wait command will halt the current handler and any messaging activity, such as a user click.
The 'with messages' allows other messages to be sent and received, such as waiting for a web server to send more data, or an ftp download to keep working while the user does other activities. Jim Ault Las Vegas On 5/7/08 3:55 PM, "Hershel Fisch" <[EMAIL PROTECTED]> wrote: > On 5/6/08 6:37 PM, "Mark Smith" <[EMAIL PROTECTED]> wrote: > >> >> on someFunction >> repeat until jobDone >> if sStopLoop then exit repeat >> doStuff... >> wait 0 millisecs with messages -- need this to allow rev to > What is this "with massages"? I'm trying to figure it out for the longest > time. > Hershel >> respond to button clicks >> end repeat >> cleanUpStuff... >> end someFunction >> > >> >> Mark >> _______________________________________________ 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
