<?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: Flex tip: a higher frame rate even makes text entry look better</title>
	<atom:link href="http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/</link>
	<description>Mike Morearty&#039;s blog</description>
	<lastBuildDate>Thu, 29 Jul 2010 09:15:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: mike</title>
		<link>http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/comment-page-1/#comment-59341</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 30 Apr 2009 21:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/#comment-59341</guid>
		<description>Paul, I don&#039;t have the original sample, but this works for me (perhaps you were setting frameRate instead of stage.frameRate):

&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;mx:Application xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot;&gt;
    &lt;mx:HSlider minimum=&quot;3&quot; maximum=&quot;100&quot; change=&quot;stage.frameRate = event.target.value&quot; /&gt;
    &lt;mx:TextInput text=&quot;test here&quot; /&gt;
&lt;/mx:Application&gt;</description>
		<content:encoded><![CDATA[<p>Paul, I don&#8217;t have the original sample, but this works for me (perhaps you were setting frameRate instead of stage.frameRate):</p>
<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br />
&lt;mx:Application xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot;&gt;<br />
    &lt;mx:HSlider minimum=&quot;3&quot; maximum=&quot;100&quot; change=&quot;stage.frameRate = event.target.value&quot; /&gt;<br />
    &lt;mx:TextInput text=&quot;test here&quot; /&gt;<br />
&lt;/mx:Application&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Feakins</title>
		<link>http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/comment-page-1/#comment-59337</link>
		<dc:creator>Paul Feakins</dc:creator>
		<pubDate>Thu, 30 Apr 2009 11:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/#comment-59337</guid>
		<description>I was just wondering if there&#039;s any source for the slider that changes the frame rate? I&#039;ve tried setting the frameRate property at runtime in my Flex app, but it seems to be ignored?</description>
		<content:encoded><![CDATA[<p>I was just wondering if there&#8217;s any source for the slider that changes the frame rate? I&#8217;ve tried setting the frameRate property at runtime in my Flex app, but it seems to be ignored?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JGarrido</title>
		<link>http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/comment-page-1/#comment-53399</link>
		<dc:creator>JGarrido</dc:creator>
		<pubDate>Thu, 04 Dec 2008 20:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/#comment-53399</guid>
		<description>I just increased the framerate on my Flex/AIR app to 60 and it noticeably smoothed out a resize transition effect. Nice!</description>
		<content:encoded><![CDATA[<p>I just increased the framerate on my Flex/AIR app to 60 and it noticeably smoothed out a resize transition effect. Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/comment-page-1/#comment-51549</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 17 Sep 2008 09:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/#comment-51549</guid>
		<description>Something you have to know is flash is hardware accelerated, means use your graphic card. If not, use your proc. So I am not sure the framerate makes a big difference (not for me with my super card!) I dont manage to find a good official doc about it.</description>
		<content:encoded><![CDATA[<p>Something you have to know is flash is hardware accelerated, means use your graphic card. If not, use your proc. So I am not sure the framerate makes a big difference (not for me with my super card!) I dont manage to find a good official doc about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/comment-page-1/#comment-47864</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Wed, 09 Jul 2008 14:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/#comment-47864</guid>
		<description>Hello,

I played a little bit with the text components. Currently I am writing a small editor for syntax highlightning.

A test example can be seen here, everything is only pre alpha but fun:

http://vehiclelan.com/eng/Editor-Test-Page.html

The situation which I observed:

You have two barriers when examining repeated key events:

1) Flash/Flex frame rate.

Basically 24 frames are sometimes too slow to react to a fast key repeat.

I recommend for a crispy input taste to increase the frame rate like described in this article.

2) Operating system key rate. If on the operating system side the key repeat rate is too slow, for sure even Flex or Flash frame rate increase will not help.

So if you cannot see any difference in these examples it is because of your operating system settings.

I tried Safary, IE and Mozilla firefox and all worked fine after checking the OS settings.

Greetings,
Martin</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I played a little bit with the text components. Currently I am writing a small editor for syntax highlightning.</p>
<p>A test example can be seen here, everything is only pre alpha but fun:</p>
<p><a href="http://vehiclelan.com/eng/Editor-Test-Page.html" rel="nofollow">http://vehiclelan.com/eng/Editor-Test-Page.html</a></p>
<p>The situation which I observed:</p>
<p>You have two barriers when examining repeated key events:</p>
<p>1) Flash/Flex frame rate.</p>
<p>Basically 24 frames are sometimes too slow to react to a fast key repeat.</p>
<p>I recommend for a crispy input taste to increase the frame rate like described in this article.</p>
<p>2) Operating system key rate. If on the operating system side the key repeat rate is too slow, for sure even Flex or Flash frame rate increase will not help.</p>
<p>So if you cannot see any difference in these examples it is because of your operating system settings.</p>
<p>I tried Safary, IE and Mozilla firefox and all worked fine after checking the OS settings.</p>
<p>Greetings,<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonas</title>
		<link>http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/comment-page-1/#comment-27355</link>
		<dc:creator>jonas</dc:creator>
		<pubDate>Fri, 07 Sep 2007 09:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/#comment-27355</guid>
		<description>A frame rate of 60 fps is optimal in most occations since nearly all LCD-monitors runs at that speed. No interpoliation will be needed by the graphic card etc. A framerate of 50 fps may result in worse output. Still though, all screens do not run on 60 fps...</description>
		<content:encoded><![CDATA[<p>A frame rate of 60 fps is optimal in most occations since nearly all LCD-monitors runs at that speed. No interpoliation will be needed by the graphic card etc. A framerate of 50 fps may result in worse output. Still though, all screens do not run on 60 fps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric soco</title>
		<link>http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/comment-page-1/#comment-11129</link>
		<dc:creator>eric soco</dc:creator>
		<pubDate>Thu, 18 Jan 2007 23:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/#comment-11129</guid>
		<description>this probably goes without saying, but increasing your framerate is not always advisable; if your app has a main loop that is framerate-dependent (happens in an Event.ENTER_FRAME handler), you could be substantially increasing your CPU usage.  games are one obvious example.

that said, it blows my mind to see a framerate slider on a swf!  awesome.</description>
		<content:encoded><![CDATA[<p>this probably goes without saying, but increasing your framerate is not always advisable; if your app has a main loop that is framerate-dependent (happens in an Event.ENTER_FRAME handler), you could be substantially increasing your CPU usage.  games are one obvious example.</p>
<p>that said, it blows my mind to see a framerate slider on a swf!  awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Frangiamore</title>
		<link>http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/comment-page-1/#comment-1539</link>
		<dc:creator>Dan Frangiamore</dc:creator>
		<pubDate>Tue, 05 Sep 2006 18:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/#comment-1539</guid>
		<description>Mike R. is right.  The path from Flash Player to your eyes also includes your monitor.   Make sure your monitor&#039;s refresh rate is at or above 70Hz.  This is the beginning of the flicker-free zone.   Optimally, go for 85Hz.  

With refresh rates above 70Hz, I&#039;ve never had a problem with text area flicker.

Dan</description>
		<content:encoded><![CDATA[<p>Mike R. is right.  The path from Flash Player to your eyes also includes your monitor.   Make sure your monitor&#8217;s refresh rate is at or above 70Hz.  This is the beginning of the flicker-free zone.   Optimally, go for 85Hz.  </p>
<p>With refresh rates above 70Hz, I&#8217;ve never had a problem with text area flicker.</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/comment-page-1/#comment-1115</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 11 Aug 2006 16:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/#comment-1115</guid>
		<description>your sample dont work</description>
		<content:encoded><![CDATA[<p>your sample dont work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Charlton</title>
		<link>http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/comment-page-1/#comment-1073</link>
		<dc:creator>Chris Charlton</dc:creator>
		<pubDate>Wed, 09 Aug 2006 20:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.morearty.com/blog/2006/07/17/flex-tip-a-higher-frame-rate-even-makes-text-entry-look-better/#comment-1073</guid>
		<description>I hope this isn&#039;t a polar issue.  :P

Now that the final Flex Builder/FP9 have been out for a bit, I&#039;d like to hear thoughts on this topic again.</description>
		<content:encoded><![CDATA[<p>I hope this isn&#8217;t a polar issue.  :P</p>
<p>Now that the final Flex Builder/FP9 have been out for a bit, I&#8217;d like to hear thoughts on this topic again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
