You could start from the end and work backwards. First, create a component from a single returned object and it's children. The component will have two states, tileList and gridObject. You can then use the component as the itemRenderer for the objects in the grid. Since the componet uses states, you can change the state, from gridObject to tileList, when the cell item is selected or on rollOver. Getting your custom grid setup will be the tricky part. You might want to think about using a repeater.
-TH --- In [email protected], "Ian Skinner" <[EMAIL PROTECTED]> wrote: > > I have an object (coming from a ColdFusion CFC) that contains an array of objects that can be 28, 35 or 42 elements long. I would like to display this in a grid 7 columns wide and 4, 5 or 6 rows as appropriate. Each of these objects will contain a record set or another array of objects (I have not decided yet) that I will then want to pass to a tilelist inside each grid cell. > > I can not see how to even start this kind of display. Any help would be most appreciated. > > > -------------- > Ian Skinner > Web Programmer > BloodSource > www.BloodSource.org > Sacramento, CA > > --------- > | 1 | | > --------- Binary Soduko > | | | > --------- > > "C code. C code run. Run code run. Please!" > - Cynthia Dunning > > Confidentiality Notice: This message including any > attachments is for the sole use of the intended > recipient(s) and may contain confidential and privileged > information. Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the > intended recipient, please contact the sender and > delete any copies of this message. > ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

