Create instance of each chart component, one by one in some display object (of thumbnail size) which is offstage (not visible to user), take the bitmap snapshot (look at BitmapData class)..

Then show the all those bitmap's as thumbnails... You need to do this during initialization of app... To be honest, this is not really good solution... This would really mess up the user experience everytime user uses app...and long list of chart components would make it more worse..

I prefer writing a automated script, that creates thumbnails for each component and storing it.... Yeah you gotta run this script, whenever you add new component to directory.. Infact, you can hook up this with your server-side script...

-abdul



On 9/4/06, Pramod <[EMAIL PROTECTED]> wrote:

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


__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to