Can I get an example on how to do that with my code, I am unable to figure it out?
Thanks, timgerr --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Arrays don't notify when you push items onto them, so you have to use > ArrayCollection or use a temporary Array and assign it to myList > > >

