Hi I guess, you can achieve by using some javascript and actionscript to detec idle timeout, generally it's done by checking if mouse-pointer doesn't move or no key strokes is pressed for some time (timeout - defined by you).
Good news is Flex already has an event FlexEvent.IDLE, perhaps that can be used. You might have to do the similar thing in JavaScript, if your application is part of a hybrid-application (a lot of html component + flex app)? I am sure there is a an API to minimize IE, the way I did long time back (2003), moved IE to offstage coordinates. When user clicked on Taskbar, you get event in JS and you move it back. Look out for a better way, I am sure there is one. > Looks like its eating less memory when the IE instance is minimized. Safari/FireFox has been doing it for a while, good to know IE does it too. HTH -abdul shruti sheety wrote: > Hi, > > > My Flex application is running on Internet Explorer. Is there any way > i can decide that the user is not doing anything on the GUI and > minimize the IE process on which my application is running. > Looks like its eating less memory when the IE instance is minimized. > Any thoughts? > > Thanks, > Shruti > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

