RE: CreationComplete of ViewStack components

2014-04-02 Thread Alex Harui
The ViewStack. From: Oleg Konovalov [oleg...@gmail.com] Sent: Wednesday, April 2, 2014 8:00 PM To: dev@flex.apache.org Cc: flex-...@apache.org; us...@flex.apache.org Subject: Re: CreationComplete of ViewStack components Alex, I tried to put my code

Re: CreationComplete of ViewStack components

2014-04-02 Thread Oleg Konovalov
Alex, I tried to put my code populating dropdownlists (DDLs) into onContentCreationComplete of the whole TitleWindow, but there my DDLs are still NULL. Or you were talking about that ContentCreationComplete of the ViewStack? that NavigatorContent? Form? DDLs themselves? Please advise. TIA,

RE: CreationComplete of ViewStack components

2014-04-01 Thread Alex Harui
Best is to pull data, don't push it. Put the data in a model and have the drop downs bind/pull from the model. But you might be able to use FlexEvent.CONTENT_CREATION_COMPLETE -Alex From: Oleg Konovalov [oleg...@gmail.com] Sent: Tuesday, April 1, 2014 6: