-
Notifications
You must be signed in to change notification settings - Fork 6
Feature requests
kakenbok edited this page Sep 9, 2011
·
4 revisions
-
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)).displayObjectDONE 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.
- 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.
- 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.