Bill, Are you aware of the '*Callback' methods in org.apache.pivot.wtk.ApplicationContext?
http://pivot.apache.org/2.0/docs/api/org/apache/pivot/wtk/ApplicationContext.html http://svn.apache.org/repos/asf/pivot/trunk/wtk/src/org/apache/pivot/wtk/ApplicationContext.java Chris On 19 January 2011 07:46, Bill van Melle <[email protected]> wrote: > Is there a sanctioned timer class to use that fires in the UI thread? I > tried using javax.swing.Timer, which sort of works (in that it doesn't > complain about being on the wrong thread), but actions taken by the timer > callback don't manifest in the UI until the next time something runs code in > the UI thread (in my case, a GetQuery).
