Hey Mike,
If I am not mistaken I would just do addItemAt() and add it to 0. You
could also do a sort on one of your fields(i.e. date Added), but the
addItemAt() should be an easy fix. If this is not the solution u where
looking for reply back and I will help you further.
Thanks,

Augie Marcello III
Software Developer(RIA)
www.augiemarcello.com

--- In flexcoders@yahoogroups.com, "m2281m2281" <[EMAIL PROTECTED]> wrote:
>
> I have a simple data grid that is tracking messages, when a message
> comes in addItem() adds it to the bottom of the list.  What I need is
> more of a stack so that messages are added to the top.
> 
> Is there a collection that behaves as a stack or do I need to emulate
> this by somehow adding new items to the top of the collection?
> 
> Thanks,
> 
> Mike
>


Reply via email to