Community
Participate
Working Groups
Display#getDefault() currently accesses the UIThreadHolder from the RWTLifeCycle which is not present when RWT was configured to run with the threadless life cycle. Display#getDefault() needs to be determined in a life cycle specific way.
Introduced LifeCycleUtil#setUIThread() and #getUIThread(). The LifeCycle implementations use #setUIThread() to store/clear the current ui thread. Display#getDefault() now asks LifeCycleUtil to find out which thread (if any) is the UI thread for the current session. Changes are in CVS HEAD.