Re: [DUG] Why does this hang?

2011-08-02 Thread Ross Levis
Paul, The Timer.OnExecute I mentioned being run inside the loop excludes some of the functions that are normally executed by the timer, as these functions can not execute while we are waiting on the thread. The timer cannot be idle. It's not just updating the UI but doing some other important w

Re: [DUG] Why does this hang?

2011-08-02 Thread Paul Heinz
Ross wrote: > The Timer.OnExecute I mentioned being run inside the loop > excludes some of the functions that are normally executed by > the timer, as these functions can not execute while we are > waiting on the thread. > > The timer cannot be idle. It's not just updating the UI but > doi