Skip to content
kakenbok edited this page Sep 9, 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 DONE in 0.3.2
  • Remove unnecessary calculation data after the layout() procedure. Currently there are a lot of cells and rows kept by the layout. We only need the layout info object available.

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.

Invalidation

  • validateAll() might be a useful extension. When objects are being moved using the mouse, it could be useful to command a validation of all items immediately.
Clone this wiki locally