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 bind to e4x via Actionscript: "You cannot use E4X when
defining a data binding by using the BindingUtils.bindProperty() or
the BindingUtils.bindSetter() method."

In other words, I need to dynamically bind text inputs to xml elements
at runtime once the XML is pasted in by the user in the app - so I
can't really us mxml to bind b/c I don't know what the xml looks like.

If this isn't doable, is there a way to do this through some sort of
custom event handling?

Thanks in advance,
Rich

Reply via email to