[flexcoders] Re: snapshots of TabNavigator tabs

2008-08-26 Thread Vijay Ganesan
Sorry for the delayed response. Here's an example that may be useful: http://meteorite-13.blogspot.com/2008/08/flex-tabnavigator-image-snapshot-icons.html Vijay --- In flexcoders@yahoogroups.com, Danny Venier [EMAIL PROTECTED] wrote: Thanks Vijay, Tim, I definitely had two issues.

[flexcoders] Re: snapshots of TabNavigator tabs

2008-08-05 Thread Danny Venier
Thanks Vijay, Tim, I definitely had two issues. Tim nailed one in that I was adding the existing child object to the new view and therefore removing it from the old because I copied a reference. I'm still struggling with the capture part. I think I need a bit of clarification on your

[flexcoders] Re: snapshots of TabNavigator tabs

2008-08-03 Thread Tim Hoff
Hi Danny, Not sure about the snapshots; without seeing some code. But, the children are disappearing because you're creating references (not copies) to the original display objects and then reparenting them with addChild(). You might try this instead; to make a copy: cloneBarChart =

[flexcoders] Re: snapshots of TabNavigator tabs

2008-08-03 Thread Vijay Ganesan
Hi Danny, I've done this where I show thumbnails of the tab content in each tab. The problem I faced originally was similar to what you allude to - initially only the first tab's contents are drawn and the other tab contents are not yet rendered. So how do you take a snapshot of something that is