Re: [flexcoders] Determining the idle state of a flex application

2007-03-14 Thread slangeberg
Could use the built-in idle event: http://livedocs.adobe.com/flex/2/langref/mx/managers/SystemManager.html#event:idle -Scott On 3/3/07, Rick Root [EMAIL PROTECTED] wrote: Does anyone have any suggestions for monitoring idleness of a Flex application? The way my app works, pretty much any

[flexcoders] Determining the idle state of a flex application

2007-03-03 Thread Rick Root
Does anyone have any suggestions for monitoring idleness of a Flex application? The way my app works, pretty much any request to the server will renew a cookie for another 30 minutes.. so I could just have flex make a generic request every 10 minutes or so to avoid idling out, but I don't want