Exactly. And please have a look at Josh's very good explanation of why it is that "long winded". You have the same thing in other programming systems as well. Eg. last time i looked at Java client programming, you need to establish a second thread for beeing able to update the UI and receive user input while other calculations are running. Instead of threads we have this movieclip/frames methaphor in Flex/Flash Player.
With kind regards Ralf. On Tue, Aug 5, 2008 at 10:36 AM, Paul Steven <[EMAIL PROTECTED]> wrote: > When you say delay the call to the method, do you mean set a timer to a > small time period (say 500 milliseconds) after which it will call the > "createStudentDataXMLFile" function? > > > > I definitely must be missing something fundamental here as seems a really > long winded way to get some text to update as soon as I set its value? Would > binding the text to a variable make it update any quicker? >

