Tag Archives: dataprovider
Immutable Strings, Arrays, Lists, and dataProviders PSA
Posted on12. Jun, 2009 by lukesh.
1
First, click here to view a quick demo of the problem. (Source here). When the lists load, roll over one of the items labeled “something” and notice the hover behavior. The problem is, that these Lists are bound to and Array and an ArrayCollection of Strings (which are immutable in AS3). Likewise, if multiple entries [...]
