<?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 for Flexponential</title>
	<atom:link href="http://flexponential.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexponential.com</link>
	<description>Programming under the influence of Flex</description>
	<lastBuildDate>Sun, 22 Jan 2012 01:08:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Performance-Tuning Mobile Flex Applications by Steven Shongrunden</title>
		<link>http://flexponential.com/2011/10/05/performance-tuning-mobile-flex-applications/comment-page-1/#comment-10978</link>
		<dc:creator>Steven Shongrunden</dc:creator>
		<pubDate>Sun, 22 Jan 2012 01:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=1033#comment-10978</guid>
		<description>&lt;a href=&quot;#comment-10921&quot; rel=&quot;nofollow&quot;&gt;@Patri&lt;/a&gt; - When used correctly cacheAsBitmap can lead to increased performance, but when used incorrectly it can lead to worse performance.  Knowing when/how to use it is key.  See Glenn Ruehle’s session linked above for more information.</description>
		<content:encoded><![CDATA[<p><a href="#comment-10921" rel="nofollow">@Patri</a> &#8211; When used correctly cacheAsBitmap can lead to increased performance, but when used incorrectly it can lead to worse performance.  Knowing when/how to use it is key.  See Glenn Ruehle’s session linked above for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance-Tuning Mobile Flex Applications by Patri</title>
		<link>http://flexponential.com/2011/10/05/performance-tuning-mobile-flex-applications/comment-page-1/#comment-10921</link>
		<dc:creator>Patri</dc:creator>
		<pubDate>Fri, 20 Jan 2012 13:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=1033#comment-10921</guid>
		<description>Hello, nice work, it helps me a lot.
But I have a question.
What do you mean in the slide 12 with:
Use cacheAsBitmap (carefully!)</description>
		<content:encoded><![CDATA[<p>Hello, nice work, it helps me a lot.<br />
But I have a question.<br />
What do you mean in the slide 12 with:<br />
Use cacheAsBitmap (carefully!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance-Tuning Mobile Flex Applications by Ivan Ilijasic</title>
		<link>http://flexponential.com/2011/10/05/performance-tuning-mobile-flex-applications/comment-page-1/#comment-10888</link>
		<dc:creator>Ivan Ilijasic</dc:creator>
		<pubDate>Thu, 19 Jan 2012 14:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=1033#comment-10888</guid>
		<description>Very nice presentation ;)

Not so recently I started developing my item renderers by using ActionScript. At first it looks more a little bit tricky but in few days I realized that it&#039;s not so difficult to create very nice renderers. I used Adobe TV tutorials by Piotr 

Steve, do you have a suggestion how to develop viewnavigators and similar containers by using ActionScript, not MXML? One of my main concerns with Flex / AIR apps are view transitions. Transitions are really slower than in native Android or iOS apps.

ActionScript itemrenderers have excellent performance and I would be really happy if I could create views in ActionScript :)</description>
		<content:encoded><![CDATA[<p>Very nice presentation <img src='http://flexponential.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Not so recently I started developing my item renderers by using ActionScript. At first it looks more a little bit tricky but in few days I realized that it&#8217;s not so difficult to create very nice renderers. I used Adobe TV tutorials by Piotr </p>
<p>Steve, do you have a suggestion how to develop viewnavigators and similar containers by using ActionScript, not MXML? One of my main concerns with Flex / AIR apps are view transitions. Transitions are really slower than in native Android or iOS apps.</p>
<p>ActionScript itemrenderers have excellent performance and I would be really happy if I could create views in ActionScript <img src='http://flexponential.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scrolling to the bottom of a spark List by Scrolling to the end of a Spark List</title>
		<link>http://flexponential.com/2011/02/13/scrolling-to-the-bottom-of-a-spark-list/comment-page-1/#comment-10657</link>
		<dc:creator>Scrolling to the end of a Spark List</dc:creator>
		<pubDate>Thu, 12 Jan 2012 05:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=678#comment-10657</guid>
		<description>[...] is an engineer on the Flex SDK team so it&#8217;s not going to get any better than this. Visit Scrolling to the bottom of a spark List to get the details directly from the developers blog. I know this stumped me and a few people on [...]</description>
		<content:encoded><![CDATA[<p>[...] is an engineer on the Flex SDK team so it&#8217;s not going to get any better than this. Visit Scrolling to the bottom of a spark List to get the details directly from the developers blog. I know this stumped me and a few people on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Controlling scroll bar visibility in a mobile Scroller by Adding scrollbars to a mobile List component</title>
		<link>http://flexponential.com/2011/07/30/controlling-scroll-bar-visibility-in-a-mobile-scroller/comment-page-1/#comment-10558</link>
		<dc:creator>Adding scrollbars to a mobile List component</dc:creator>
		<pubDate>Tue, 10 Jan 2012 09:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=821#comment-10558</guid>
		<description>[...] flexponential &gt; Controlling scroll bar visibility in a mobile Scroller [...]</description>
		<content:encoded><![CDATA[<p>[...] flexponential &gt; Controlling scroll bar visibility in a mobile Scroller [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Controlling scroll bar visibility in a mobile Scroller by Bo</title>
		<link>http://flexponential.com/2011/07/30/controlling-scroll-bar-visibility-in-a-mobile-scroller/comment-page-1/#comment-10519</link>
		<dc:creator>Bo</dc:creator>
		<pubDate>Mon, 09 Jan 2012 09:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=821#comment-10519</guid>
		<description>Hi 
Got it working with other colors using a skinclass on the v &amp; h Scroller.
Thanks 
But I have a problem hidding it when verticalScrollPolicy is set to off. Any suggestions ? 
Cheers 
Bo</description>
		<content:encoded><![CDATA[<p>Hi<br />
Got it working with other colors using a skinclass on the v &amp; h Scroller.<br />
Thanks<br />
But I have a problem hidding it when verticalScrollPolicy is set to off. Any suggestions ?<br />
Cheers<br />
Bo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending LabelItemRenderer to look like iTunes on the iPad by Steven Shongrunden</title>
		<link>http://flexponential.com/2011/06/27/extending-labelitemrenderer-to-look-like-itunes-on-the-ipad/comment-page-1/#comment-10353</link>
		<dc:creator>Steven Shongrunden</dc:creator>
		<pubDate>Thu, 05 Jan 2012 19:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=919#comment-10353</guid>
		<description>&lt;a href=&quot;#comment-10168&quot; rel=&quot;nofollow&quot;&gt;@Gilles Guillemin&lt;/a&gt; - I agree that would be a nice feature to add.  I have also thought about developing it a few times, but just haven&#039;t got around to it yet.</description>
		<content:encoded><![CDATA[<p><a href="#comment-10168" rel="nofollow">@Gilles Guillemin</a> &#8211; I agree that would be a nice feature to add.  I have also thought about developing it a few times, but just haven&#8217;t got around to it yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending LabelItemRenderer to look like iTunes on the iPad by Gilles Guillemin</title>
		<link>http://flexponential.com/2011/06/27/extending-labelitemrenderer-to-look-like-itunes-on-the-ipad/comment-page-1/#comment-10168</link>
		<dc:creator>Gilles Guillemin</dc:creator>
		<pubDate>Mon, 02 Jan 2012 07:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=919#comment-10168</guid>
		<description>Good one indeed, but it&#039;s still missing a very nice feature: on iOS, the header &quot;persists&quot; at the top of the list. So for example, as long as there will still be titles beginning with an &quot;A&quot;, the &quot;A&quot; header stays on top of the list.
I know it&#039;s definitely a tricky one to implement with the list component as it is but just saying that&#039;s all :)
(that&#039;s actually one feature I&#039;ve always promised myself to develop at some point but that point has not come yet...)</description>
		<content:encoded><![CDATA[<p>Good one indeed, but it&#8217;s still missing a very nice feature: on iOS, the header &#8220;persists&#8221; at the top of the list. So for example, as long as there will still be titles beginning with an &#8220;A&#8221;, the &#8220;A&#8221; header stays on top of the list.<br />
I know it&#8217;s definitely a tricky one to implement with the list component as it is but just saying that&#8217;s all <img src='http://flexponential.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
(that&#8217;s actually one feature I&#8217;ve always promised myself to develop at some point but that point has not come yet&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AccordionList with Expanding Item Renderers by polyGeek</title>
		<link>http://flexponential.com/2011/11/10/accordionlist-with-expanding-item-renderers/comment-page-1/#comment-9974</link>
		<dc:creator>polyGeek</dc:creator>
		<pubDate>Thu, 29 Dec 2011 06:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=1229#comment-9974</guid>
		<description>I really hope you guys keep up the great work here on this blog after Flex become an Apache project. You&#039;ve saved me quite a few times.</description>
		<content:encoded><![CDATA[<p>I really hope you guys keep up the great work here on this blog after Flex become an Apache project. You&#8217;ve saved me quite a few times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deleting items in a List from an item renderer by Luciana Cuarelli</title>
		<link>http://flexponential.com/2009/09/23/deleting-items-in-a-list-from-an-item-renderer/comment-page-1/#comment-9866</link>
		<dc:creator>Luciana Cuarelli</dc:creator>
		<pubDate>Tue, 27 Dec 2011 10:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=123#comment-9866</guid>
		<description>It&#039;s exactly what I was googling for :D
Thank you xD</description>
		<content:encoded><![CDATA[<p>It&#8217;s exactly what I was googling for <img src='http://flexponential.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Thank you xD</p>
]]></content:encoded>
	</item>
</channel>
</rss>

