does anyone have a good example of using JSon, combobox and arraycollection?
Thanks, timgerr --- In [email protected], "timgerr" <[EMAIL PROTECTED]> wrote: > > 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" <aharui@> 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 > > > > > > >

