Quote:
|
Originally Posted by pogi Hello! Thanks for the response. The timer works, but I can't seem to get the UI Application to push screens. Any idea how I could display some data on the screen from the timertask?
-Chris |
Since this works like a thread you'll have to use the getApplcationEventLock something like that ot change things on the screen. What you have to do is get this object and sync off of it. I would do a search on that to find examples This should be enough unless you need to do something that takes a lot of time. If you need to do something with popup boxes I have had to post a global event from a thread and catch it from the application.
Hope this helps