<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Thanks, Mister!</title>
	<atom:link href="http://thanksmister.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://thanksmister.com</link>
	<description>Flex, AIR, &#38; Android Development Blog</description>
	<lastBuildDate>Fri, 18 May 2012 22:41:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on ImageCache, a cheap way to cache images in Adobe Flex by Michael Ritchie (Mr)</title>
		<link>http://thanksmister.com/2009/01/29/flex-imagecache-a-cheap-way-to-cache-images/#comment-2219</link>
		<dc:creator><![CDATA[Michael Ritchie (Mr)]]></dc:creator>
		<pubDate>Fri, 18 May 2012 22:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=336#comment-2219</guid>
		<description><![CDATA[Thanks for posting the improvement!]]></description>
		<content:encoded><![CDATA[<p>Thanks for posting the improvement!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ImageCache, a cheap way to cache images in Adobe Flex by d3n5t</title>
		<link>http://thanksmister.com/2009/01/29/flex-imagecache-a-cheap-way-to-cache-images/#comment-2218</link>
		<dc:creator><![CDATA[d3n5t]]></dc:creator>
		<pubDate>Fri, 18 May 2012 22:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=336#comment-2218</guid>
		<description><![CDATA[main thing - this change preserves the Transparency of PNGs]]></description>
		<content:encoded><![CDATA[<p>main thing &#8211; this change preserves the Transparency of PNGs</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ImageCache, a cheap way to cache images in Adobe Flex by d3n5t</title>
		<link>http://thanksmister.com/2009/01/29/flex-imagecache-a-cheap-way-to-cache-images/#comment-2217</link>
		<dc:creator><![CDATA[d3n5t]]></dc:creator>
		<pubDate>Fri, 18 May 2012 22:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=336#comment-2217</guid>
		<description><![CDATA[Changing these lines in ImageCacheUtility.as makes it WAAAAAAAAY QUICKER!

Line 87:
		private function getBitmapData( target : Image ) : BitmapData
	   	{
			var bd:BitmapData = Bitmap(target.content).bitmapData;
	    	return bd;
	   	}

Line 35:
		private var _cacheLimit:Number = 10000; //why not

Thanks for this great image caching class!]]></description>
		<content:encoded><![CDATA[<p>Changing these lines in ImageCacheUtility.as makes it WAAAAAAAAY QUICKER!</p>
<p>Line 87:<br />
		private function getBitmapData( target : Image ) : BitmapData<br />
	   	{<br />
			var bd:BitmapData = Bitmap(target.content).bitmapData;<br />
	    	return bd;<br />
	   	}</p>
<p>Line 35:<br />
		private var _cacheLimit:Number = 10000; //why not</p>
<p>Thanks for this great image caching class!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Scrolling List for Android and iOS devices by Michael Ritchie (Mr)</title>
		<link>http://thanksmister.com/2010/10/14/android-as3-scrolling-list/#comment-2215</link>
		<dc:creator><![CDATA[Michael Ritchie (Mr)]]></dc:creator>
		<pubDate>Sun, 13 May 2012 06:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thanksmister.com/?p=1151#comment-2215</guid>
		<description><![CDATA[You are welcome to add whatever functionality you require.  Simply check out the code from GitHub and make your changes.]]></description>
		<content:encoded><![CDATA[<p>You are welcome to add whatever functionality you require.  Simply check out the code from GitHub and make your changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Button with Text and Basic Styling by Štěpán Vraný (@stepanvrany)</title>
		<link>http://thanksmister.com/2010/08/22/as3-button-with-text-styling/#comment-2213</link>
		<dc:creator><![CDATA[Štěpán Vraný (@stepanvrany)]]></dc:creator>
		<pubDate>Fri, 11 May 2012 11:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thanksmister.com/?p=1053#comment-2213</guid>
		<description><![CDATA[Perfect class. I tried to write own class and then I find yours. It saved me a lot of time. 

Thank you!]]></description>
		<content:encoded><![CDATA[<p>Perfect class. I tried to write own class and then I find yours. It saved me a lot of time. </p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Scrolling List for Android and iOS devices by painschen</title>
		<link>http://thanksmister.com/2010/10/14/android-as3-scrolling-list/#comment-2212</link>
		<dc:creator><![CDATA[painschen]]></dc:creator>
		<pubDate>Tue, 08 May 2012 22:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thanksmister.com/?p=1151#comment-2212</guid>
		<description><![CDATA[hi, nice job.. but this script ist unusable if there is no reaction by clicking on the items..
i tried everything, but nothing happens after clicking (no trace).

it would be nice to get back an answer.. additionally it would be cool if you update a function to change color after creating (because i need different colors).

:)]]></description>
		<content:encoded><![CDATA[<p>hi, nice job.. but this script ist unusable if there is no reaction by clicking on the items..<br />
i tried everything, but nothing happens after clicking (no trace).</p>
<p>it would be nice to get back an answer.. additionally it would be cool if you update a function to change color after creating (because i need different colors).<br />
 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Scrolling List for Android and iOS devices by Paul Hinrich</title>
		<link>http://thanksmister.com/2010/10/14/android-as3-scrolling-list/#comment-2210</link>
		<dc:creator><![CDATA[Paul Hinrich]]></dc:creator>
		<pubDate>Thu, 03 May 2012 10:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thanksmister.com/?p=1151#comment-2210</guid>
		<description><![CDATA[Hi. I have been using this scrolling list for quite a while and its REALLY good. However I have been adding the entire AS3ScrollingList.as script to my Main.as Document Class and running it that way. Mainly because I have not yet grasped how to instantiate a Class file in the Document Class and despite searching and searching on Google NO ONE seems to cover this in ANY tutorials.

So my question is can anyone show me how to instantiate the scroller in my Main.as document class so that I can pull it onstage whenever I need it and without having to place all the AS3ScrollingList.as code directly into Main.as.

Hope thats not too much to ask.

Regards

Paul]]></description>
		<content:encoded><![CDATA[<p>Hi. I have been using this scrolling list for quite a while and its REALLY good. However I have been adding the entire AS3ScrollingList.as script to my Main.as Document Class and running it that way. Mainly because I have not yet grasped how to instantiate a Class file in the Document Class and despite searching and searching on Google NO ONE seems to cover this in ANY tutorials.</p>
<p>So my question is can anyone show me how to instantiate the scroller in my Main.as document class so that I can pull it onstage whenever I need it and without having to place all the AS3ScrollingList.as code directly into Main.as.</p>
<p>Hope thats not too much to ask.</p>
<p>Regards</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from the RichTextEditor by Custom RichTextEditor &#124; msn messenger smiley</title>
		<link>http://thanksmister.com/2006/08/11/flex-export-valid-html-from-the-richtexteditor/#comment-2207</link>
		<dc:creator><![CDATA[Custom RichTextEditor &#124; msn messenger smiley]]></dc:creator>
		<pubDate>Sat, 28 Apr 2012 00:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=17#comment-2207</guid>
		<description><![CDATA[[...] extract/remove the textformatting tags and other unwanted tags with Regular expressions (RegExp) ( more Infos [...]]]></description>
		<content:encoded><![CDATA[<p>[...] extract/remove the textformatting tags and other unwanted tags with Regular expressions (RegExp) ( more Infos [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android: Removing Fade Effect on ActionBar when using setActionView() by Boby Ertanto</title>
		<link>http://thanksmister.com/2012/04/03/android-removing-fade-effect-from-actionbar/#comment-2202</link>
		<dc:creator><![CDATA[Boby Ertanto]]></dc:creator>
		<pubDate>Wed, 18 Apr 2012 16:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=2026#comment-2202</guid>
		<description><![CDATA[Hi Michael, I exactly had the same problem with you. Your article is really great.... Thanks...]]></description>
		<content:encoded><![CDATA[<p>Hi Michael, I exactly had the same problem with you. Your article is really great&#8230;. Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android: Changing the Default Indeterminate Progress Size in ActionBarSherlock by Michael Ritchie (Mr)</title>
		<link>http://thanksmister.com/2012/03/30/change-default-progress-actionbarsherlock/#comment-2199</link>
		<dc:creator><![CDATA[Michael Ritchie (Mr)]]></dc:creator>
		<pubDate>Sat, 14 Apr 2012 22:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=1964#comment-2199</guid>
		<description><![CDATA[Yeah, your view must use the them in the application manifest.]]></description>
		<content:encoded><![CDATA[<p>Yeah, your view must use the them in the application manifest.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

