Re: [flexcoders] Re: Setting properties to children technique

2006-10-02 Thread Sergey Kovalyov
But if I have pure ActionScript component, where should I set binding? In initialize() override after super.initialize() call? On 9/29/06, Doug Lowder [EMAIL PROTECTED] wrote: Hi Sergey, Another idea is to get/set a variable instead of a property on a component, and then bind that component's

Re: [flexcoders] Re: Setting properties to children technique

2006-10-02 Thread Sergey Kovalyov
Also I have found that in case I use code-behind and children are declared in MXML, their properties are accessible directly from setter even in initialization time without null pointer exception. Is it stable behaviour and could be used as a feature? -- Flexcoders Mailing List FAQ: