----- Original Message ----- From: "Pramod" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, September 04, 2006 11:46 AM Subject: [flexcoders] Anybody tried this?
> Hi, > > I am working on a project where in the requirement is as follows - > > The whole project is a wizard. My project folder has a > folder 'myComponents' - basically consisting of various charts (in fact > all the charts which Flex Charting supports). In step 2 in need to > display all these componets (charts) in a tile list and the user would > drag and drop the required charts into a work area. Can someone tell me > how to make a thumbnail tile list of all the componets created in > my 'myComponents' folder? > Thanks a lot in advance. > Regards, > Pramod If I understand this correctly you want a tile list of chart icons that will change into real charts when the icon representing the component is dragged into the work area? If this is so, why not have each chart component have an 'icon' state where it just shows an image representing the chart, and then switch to an 'active' state (showing real data) when dragged to the work area. Just a thought. Paul -- 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/

