<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: On detecting idle states in Flex 4</title>
	<atom:link href="http://www.matthewhensrud.net/2010/flex/on-detecting-idle-states-in-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthewhensrud.net/2010/flex/on-detecting-idle-states-in-flex-4/</link>
	<description></description>
	<lastBuildDate>Sat, 15 Oct 2011 15:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.matthewhensrud.net/2010/flex/on-detecting-idle-states-in-flex-4/comment-page-1/#comment-16</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 15 Oct 2011 15:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewhensrud.net/?p=90#comment-16</guid>
		<description>Not sure what you mean?  And this post is probably a little out of date at this point :)</description>
		<content:encoded><![CDATA[<p>Not sure what you mean?  And this post is probably a little out of date at this point <img src='http://www.matthewhensrud.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://www.matthewhensrud.net/2010/flex/on-detecting-idle-states-in-flex-4/comment-page-1/#comment-15</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sat, 15 Oct 2011 08:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewhensrud.net/?p=90#comment-15</guid>
		<description>Hello,

Just a little question :
Why a Timer ???

That work with any timer !!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Just a little question :<br />
Why a Timer ???</p>
<p>That work with any timer !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Mansfield Keefe</title>
		<link>http://www.matthewhensrud.net/2010/flex/on-detecting-idle-states-in-flex-4/comment-page-1/#comment-9</link>
		<dc:creator>Paul Mansfield Keefe</dc:creator>
		<pubDate>Sat, 16 Jul 2011 15:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewhensrud.net/?p=90#comment-9</guid>
		<description>Why not just do this:

public function userIdle(event:FlexEvent):void{ 
// userIdle fires every 100ms 

if (event.currentTarget.mx_internal::idleCounter == 600){   
// after 60 seconds of idle time we do something   
// the idleCounter only resets after the user has  
// been active again...so this area only runs  
// once for each idle time that extends for a minute and resets itself
 }

}</description>
		<content:encoded><![CDATA[<p>Why not just do this:</p>
<p>public function userIdle(event:FlexEvent):void{ <br />
// userIdle fires every 100ms </p>
<p>if (event.currentTarget.mx_internal::idleCounter == 600){   <br />
// after 60 seconds of idle time we do something   <br />
// the idleCounter only resets after the user has  <br />
// been active again&#8230;so this area only runs  <br />
// once for each idle time that extends for a minute and resets itself<br />
 }</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.matthewhensrud.net/2010/flex/on-detecting-idle-states-in-flex-4/comment-page-1/#comment-6</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 18 Oct 2010 14:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewhensrud.net/?p=90#comment-6</guid>
		<description>Great, good news.  That&#039;s what I expected.</description>
		<content:encoded><![CDATA[<p>Great, good news.  That&#8217;s what I expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gromitski</title>
		<link>http://www.matthewhensrud.net/2010/flex/on-detecting-idle-states-in-flex-4/comment-page-1/#comment-5</link>
		<dc:creator>Gromitski</dc:creator>
		<pubDate>Mon, 18 Oct 2010 13:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewhensrud.net/?p=90#comment-5</guid>
		<description>Actually bad question - I was wrong. The idle event goes on and detects movement in other tabs. I had to play around with activate and deactivate events.</description>
		<content:encoded><![CDATA[<p>Actually bad question &#8211; I was wrong. The idle event goes on and detects movement in other tabs. I had to play around with activate and deactivate events.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.matthewhensrud.net/2010/flex/on-detecting-idle-states-in-flex-4/comment-page-1/#comment-4</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 18 Oct 2010 02:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewhensrud.net/?p=90#comment-4</guid>
		<description>Good question - I will investigate and confirm!</description>
		<content:encoded><![CDATA[<p>Good question &#8211; I will investigate and confirm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gromitski</title>
		<link>http://www.matthewhensrud.net/2010/flex/on-detecting-idle-states-in-flex-4/comment-page-1/#comment-3</link>
		<dc:creator>Gromitski</dc:creator>
		<pubDate>Fri, 15 Oct 2010 12:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewhensrud.net/?p=90#comment-3</guid>
		<description>What if somone will change his browser&#039;s tab? I have noticed that an idle event  doesn&#039;t work in a situation like this.</description>
		<content:encoded><![CDATA[<p>What if somone will change his browser&#8217;s tab? I have noticed that an idle event  doesn&#8217;t work in a situation like this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

