-
1. Re: retrieve "name" property of file object in ArrayCollection
BhaskerChari Jul 18, 2010 10:07 PM (in response to Mark Embrey)Hi MCE,
I hope you are trying to bind the name property of the file Object to some control or comp...
Try to make the file Object variable bindable in arraycollection..so that it will be eligible for Binding(name property) and you can eliminate the warning..
Thanks,
Bhasker Chari
-
2. Re: retrieve "name" property of file object in ArrayCollection
Mark Embrey Jul 19, 2010 7:11 AM (in response to BhaskerChari)my original declaration of the ArrayCollection is:
[Bindable]
public var myDataProvider:ArrayCollection;so, beyond that I don't know what you are suggestiing?
(I'm a real newb)
thanks, MCE
-
3. Re: retrieve "name" property of file object in ArrayCollection
BhaskerChari Jul 19, 2010 7:15 AM (in response to Mark Embrey)Hi MCE,
What I am suggesting is you should also make the file Object to be Bindable when you are adding it to the myDataProvider arraycollection.
Thanks,
Bhasker Chari
-
4. Re: retrieve "name" property of file object in ArrayCollection
rtalton Jul 19, 2010 8:18 AM (in response to Mark Embrey)What is the "file object"? Are you talking about a FileReference?
-
5. Re: retrieve "name" property of file object in ArrayCollection
Mark Embrey Jul 19, 2010 9:09 AM (in response to BhaskerChari)...because it is added to the ArrayCollection inside a function I can't make it bindable there, either...
any other ideas?
thanks, MCE


