[flexcoders] mx:binding equivalent in Actionscript? Need to dynamically bind text inputs..

2008-01-11 Thread zlayde
Hi all: I'm looking to programattically bind a textInput box as a source and an xml element (via e4x) as a destination. I know how to do this in MXML, but I need to do it in Actionscript b/c the XML I'm binding to is unknown (i.e. I don't know the exact structure). The docs say that you can't

Re: [flexcoders] mx:binding equivalent in Actionscript? Need to dynamically bind text inputs..

2008-01-11 Thread Scott Melby
Rich - Haven't ever tried it... but, ChangeWatcher.watch() might be useful. hth Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com zlayde wrote: Hi all: I'm looking to programattically bind a textInput box as a source and an xml element (via e4x) as a

Re: [flexcoders] mx:binding equivalent in Actionscript? Need to dynamically bind text inputs..

2008-01-11 Thread Daniel Freiman
Take a look at mx.utils.XMLNotifier and mx.collections.XMLListAdapter for examples of how it is used. Since these classes are undocumented we have to assume that they may change without warning. - Dan Freiman On Jan 11, 2008 9:45 AM, Scott Melby [EMAIL PROTECTED] wrote: Rich - Haven't