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 [email protected], Sherif Abdou <[EMAIL PROTECTED]> wrote: > > you can use the bitmap class draw() method and what not, then scale that image and just use States. So on State will show it and off state wont > > > ----- Original Message ---- > From: mthomas1969 <[EMAIL PROTECTED]> > To: [email protected] > Sent: Tuesday, February 12, 2008 1:39:20 PM > Subject: [flexcoders] How to make a live duplicate of an output window > > > I'm using Flex 3 and AIR, and I am trying to find a way to have all of > the visuals that appear in a particular window in my app duplicated (in > real time) in a small canvas in another window (in the same app). Sort > of like the taskbar in Windows Vista does when you hover the mouse over > an item that is minimized: you see a tiny view of what's going on in > the application' s window. > > Anyone know how to do this in in Flex/AIR? > > > > > > ____________________________________________________________________________________ > Looking for last minute shopping deals? > Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping >

