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

2007-03-14 Thread Igor Costa
Rick You can use the approach of timer bellow I attached a sample to do that. 1. ?xml version=1.0 encoding=utf-8? 2. mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout= absolute 3. 4. 5. mx:Script 6. ![CDATA[ 7. import mx.controls.Label;

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

2007-03-03 Thread julien castelain
Hi Rick, Maybe i'm wrong but i'd probably use a Timer to handle this time of behavior. --- In flexcoders@yahoogroups.com, 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 request to