<?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: Dynamic Icons in a ComboBox	</title>
	<atom:link href="https://jessewarden.com/2005/12/dynamic-icons-in-a-combobox.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2005/12/dynamic-icons-in-a-combobox.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Fri, 12 Jan 2007 18:11:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Jack Strube		</title>
		<link>https://jessewarden.com/2005/12/dynamic-icons-in-a-combobox.html/comment-page-1#comment-3187</link>

		<dc:creator><![CDATA[Jack Strube]]></dc:creator>
		<pubDate>Fri, 12 Jan 2007 18:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=939#comment-3187</guid>

					<description><![CDATA[I got rid of the flicker by using this code gleaned from minorgod on sephroth&#039;s forum. Thanks for your example.

if(!item.loaded_once){
			item.addProperty(&#039;loaded_once&#039;);	
			item.loaded_once = true;
			image_ldr.load(item.icon);
}


]]></description>
			<content:encoded><![CDATA[<p>I got rid of the flicker by using this code gleaned from minorgod on sephroth&#8217;s forum. Thanks for your example.</p>
<p>if(!item.loaded_once){<br />
			item.addProperty(&#8216;loaded_once&#8217;);<br />
			item.loaded_once = true;<br />
			image_ldr.load(item.icon);<br />
}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Phillip Kerman		</title>
		<link>https://jessewarden.com/2005/12/dynamic-icons-in-a-combobox.html/comment-page-1#comment-3186</link>

		<dc:creator><![CDATA[Phillip Kerman]]></dc:creator>
		<pubDate>Sun, 25 Dec 2005 03:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=939#comment-3186</guid>

					<description><![CDATA[I&#039;m pretty sure you could get rid of the blinking via BitmapData class.  Naturally, I&#039;m just pointing this out instead of doing the legwork.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pretty sure you could get rid of the blinking via BitmapData class.  Naturally, I&#8217;m just pointing this out instead of doing the legwork.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stefan		</title>
		<link>https://jessewarden.com/2005/12/dynamic-icons-in-a-combobox.html/comment-page-1#comment-3185</link>

		<dc:creator><![CDATA[Stefan]]></dc:creator>
		<pubDate>Sat, 24 Dec 2005 14:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=939#comment-3185</guid>

					<description><![CDATA[thanks for posting this - but ideally the icon should also show in the closed combobox state. I couldn&#039;t figure that one out yet...]]></description>
			<content:encoded><![CDATA[<p>thanks for posting this &#8211; but ideally the icon should also show in the closed combobox state. I couldn&#8217;t figure that one out yet&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
