Flex DataBinding Drilling Down Through Arrays

Posted by Joshua on Stack Overflow See other posts from Stack Overflow or by Joshua
Published on 2010-06-14T01:30:38Z Indexed on 2010/06/14 1:42 UTC
Read the original article Hit count: 246

The help page on the BindUtils.bindProperty function:

http://livedocs.adobe.com/flex/3/langref/mx/binding/utils/BindingUtils.html

Has this to say:

"For example, to bind the property host.a.b.c, call the method as: bindProperty(host, ["a","b","c"], ...)."

But what if I need to bind to host.a.b[2].c? How do I do that?

© Stack Overflow or respective owner

Related posts about flex

Related posts about flash