Re: [flexcoders] Howto dynamicly bind XML element to a TextInput component using BindingUtils?

2007-05-03 Thread Manish Jethani
On 4/27/07, xyjaws [EMAIL PROTECTED] wrote: The question is: Howto dynamicly bind XML element to a TextInput component using BindingUtils? Not sure you can use BindingUtils for XML. You can just call setNotification() on the XML object and your callback will be called every time that node is

[flexcoders] Howto dynamicly bind XML element to a TextInput component using BindingUtils?

2007-04-27 Thread xyjaws
The question is: Howto dynamicly bind XML element to a TextInput component using BindingUtils? Now I use following codes: !-- [Bindable] private var xml: XML = itemlabellist1/label/item; // initialize code for application's initialize event private function init(): void {