--- In flexcoders@yahoogroups.com, InvertedSpear <invertedsp...@...> wrote:
>
> 
> Problem Solved... I guess.
> 
> 
> I was turning my HTTPService result into an XMLList. I just switched it to
> an arrayCollection and I no longer loose the ability to sort when I refresh
> the data. 
> 
> Maybe there is some limitation when using an XMLList, I wish I could have
> found out for sure, but at least I have a working product now.
> 
> Lesson Learned: use arrayCollection, it's apparently a superior veriable
> type.

XMLList, unlike, say, XMLListCollection, is not a ListCollectionView, so it 
doesn't generate the proper events to allow anything bound to it to know that 
something has changed.

HTH;

Amy

Reply via email to