|
FYI:
if an ArrayCollection is managed by a DataService, then the list property of the
ArrayCollection is of type mx.data.DataList. This DataList holds a
localItems Array which seems to track the references to the items available in
this list. As the items are [Managed] (implement mx.data.DataService) they all
have an uid property which is a String representation of the ID I need.
So it
really seems as if it's enough to drill down to the localItems Array and look
for the UID in question.
Dirk. __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- RE: [flexcoders] FDMS: check, if an item exists on the... Dirk Eismann
- RE: [flexcoders] FDMS: check, if an item exists o... Dimitrios Gianninas
- RE: [flexcoders] FDMS: check, if an item exists o... Dirk Eismann
- RE: [flexcoders] FDMS: check, if an item exis... Dimitrios Gianninas

