Community
Participate
Working Groups
Currently Display#timerExec() only actually works if the application programmer activates the UICallback before calling this method. In SWT, timerExec() works without further assistance. I suggest that timerExec() internally activates and deactivates the UICallback as is necessary to fulfill its function. As timerExec() can only be called from the UI thread, it is safe to activate the UICallback from within timerExec().
timerExec() now activates and deactivates the UICallback by itself. Changes are in CVS HEAD.