<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
<channel>
<title>CodeStore.net comments on "Flex App Basics 8: Display Column Values As Icons"</title>
<description>Replies to blog "Flex App Basics 8: Display Column Values As Icons" on codestore.net.</description>
<link>http://www.codestore.net/</link>
<lastBuildDate>Thu, 04 Feb 2010 10:39:30 -0600</lastBuildDate>
<atom:link href="http://www.codestore.net/store.nsf/blog.xml?Open=20100203-0300" rel="self" type="application/rss+xml" />

<item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Thu, 04 Feb 2010 10:39:30 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>I noticed that too Jerry. If in any doubt I check a property like this:</p>
		<p>if (object && object.property=='foo'){</p>
		<p>Glad you like the series of articles. There was me thinking they're a bit unhinged and following no real pattern or progression - just random bits of detail from a bigger picture.</p>
		<p>Planning on releasing the code on Monday, so will probably bring the "Flex App Basics" posts to an end. </p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=2A73792042A3EA0B862576C0005B818C"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100203-0300?OpenDocument&amp;r=2A73792042A3EA0B862576C0005B818C#DOC_2A737920</link>
</item><item>
	<title>Reply from Jerry Carter</title>
	<pubDate>Wed, 03 Feb 2010 08:25:01 -0600</pubDate>
	<author>Jerry Carter</author>
	<description><![CDATA[ 
		<p>Good call Jake.  I believe you are correct as we are dealing with Renderers, they only become active when rendered.  Interestingly with Flex, this seems to affect the availability of properties as well.  For example - try making a control invisible and then access it's properties.  Nada... at least in my experience.  It's like Flex demartials the object instance when it is not actively being rendered.  This might be part of the memory management to keep the flash player running smoothly.</p>
		<p>Nice touch, too.  I think you're making this easy for a lot of people.  With all the articles you're putting together (spoon fed even!) there should be no excuse for any competent developer to not use Flex where it is a good fit.   I imagine vast numbers of developers around the world making careers from your teachings.  Shouldn't we be calling you Dr. Jake then? ;-)</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=4ADF7EAB0793AB6F862576BF004F318E"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100203-0300?OpenDocument&amp;r=4ADF7EAB0793AB6F862576BF004F318E#DOC_4ADF7EAB</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Wed, 03 Feb 2010 04:36:14 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>You should recognise the paper clip icon as a Silk one then ;o)</p>
		<p>Not sure what your "but" is? My approach here is that the text name is the name of a famfamfam icon. Although it could be the name of any icon you add to the IconLibrary (that might become clearer tomorrow).</p>
		<p>Before I settled on using an "icon library" of embedded images I had used the approach where the value in the column was something like 005 or 113 -- the same as Notes. Then the column renderer pointed the Image to:</p>
		<p>"http://server/icons/vwicn"+columnValue+".gif"</p>
		<p>It worked but was a bit flickery as the view scrolled. As though each row re-fetched the image from the server each time the row came in to view. </p>
		<p>The embedded approach is much more reliable. More tomorrow.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=4FB808033510BF36862576BF003A3FAA"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100203-0300?OpenDocument#DOC_4FB80803</link>
</item><item>
	<title>Reply from Dragon Cotterill</title>
	<pubDate>Wed, 03 Feb 2010 04:09:12 -0600</pubDate>
	<author>Dragon Cotterill</author>
	<description><![CDATA[ 
		<p>Hmmm. But if you're working purely in the Notes world of generating data, you can have two possible options in this column. The first being the good old icon numbers for the standard  Icons. Or you can use a text name pointing to an image resource. I, like many others, am partial to Famfamfam's Silk icons and use them as well as the Notes icons at times.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=D4AF5053DBD469C4862576BF0037C637"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20100203-0300?OpenDocument#DOC_D4AF5053</link>
</item>

</channel>
</rss> 
