You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kakenbok edited this page Jun 6, 2011
·
4 revisions
Layouts
Make it easy to return a display object added to a layout using layout.getDisplayObject(key). Currently we need to use this statement: Display(layout.getLayoutItem(key)).displayObject
LifeCycle
The LifeCycleAdapter should dispatch an INITIALZID event or trigger an appropriate hook. The property _initialized ist set to true after the onDraw() hook has been invoked, so it is not possible to catch the actual time where _initialized is changed.