Skip to content
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.
Clone this wiki locally