[flexcoders] Re: How to make a live duplicate of an output window

2008-02-13 Thread mthomas1969
Thanks Sherif and Gus for your ideas-- the ImageSnapshot class works great. For anyone else wanting to do this, here's a code snippet to capture a component's visuals (component is named comp) into an image control (named imgSnapshot) that's dimensionally 25% of the size of the original

[flexcoders] Re: How to make a live duplicate of an output window

2008-02-12 Thread Gus
you could also use the ImageSnapshot class to take a picture of the window before minimize it, and then assign it to your minimized item and then show it when mouse over HTH GUS --- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote: you can use the bitmap class draw() method