[flexcoders] Performance issues while creating several instances of DisplayObject at the same

2008-05-30 Thread christian.menzinger
Hi there, while experimenting with Containers and UIComponents I received very strange results. Is it possible that the instantiation and rendering of about 150 DisplayObjects can take up to 3 seconds of processing time? I have a very light weight application attached where 20 views (containing

[flexcoders] callLater calls from framework / validation after instances are already removed

2008-11-04 Thread christian.menzinger
Hi all, I have a very special problem: By selecting an item in my navigation I start rendering my view with several display objects (container, components, ...). Every time I select an other item, I remove all stuff from display list (destroying all bindings, remove all listeners, setting

[flexcoders] callLater calls from flex

2008-11-07 Thread christian.menzinger
Hi all, I have a very special problem: By selecting an item in my navigation I start rendering my view with several display objects (container, components, ...). Everytime I select an other item, I remove all stuff from display list (destroying all bindings, remove all listeners, setting