[flexcoders] Re: Dynamically naming classes

2010-02-22 Thread valdhor
I would create a new array collection that holds the dateAdded from your entries ArrayCollection. Then to go to a specific page I would use getItemIndex to find the page number and use goToPage with the int returned. private var datesAdded:ArrayCollection = new ArrayCollection(); public function

[flexcoders] Re: Dynamically naming classes

2010-02-22 Thread Amy
--- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: I dont need the interation. I need the value of the record as the Class instance name (id). For example. Using the code example I sent I would need the first recond to be: var 2202101034523:Page = new Page(); Look at