<?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: Displaying all the properties of a component instance in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/08/05/displaying-all-the-properties-of-a-component-instance-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/08/05/displaying-all-the-properties-of-a-component-instance-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/08/05/displaying-all-the-properties-of-a-component-instance-in-flex/comment-page-1/#comment-5024</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Fri, 07 Aug 2009 23:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/05/displaying-all-the-properties-of-a-component-instance-in-flex/#comment-5024</guid>
		<description>Yeah, it&#039;s probably possible if you create an item renderer that displays HTML text instead of plain text (so set the &lt;code&gt;htmlText&lt;/code&gt; property instead of the &lt;code&gt;text&lt;/code&gt; property). Try checking Alex Harui&#039;s excellent blog at &lt;a href=&quot;http://blogs.adobe.com/aharui/&quot; rel=&quot;nofollow&quot;&gt;http://blogs.adobe.com/aharui/&lt;/a&gt;, I believe he has a couple examples of using HTML in an item renderer.

Peter</description>
		<content:encoded><![CDATA[<p>Yeah, it&#8217;s probably possible if you create an item renderer that displays HTML text instead of plain text (so set the <code>htmlText</code> property instead of the <code>text</code> property). Try checking Alex Harui&#8217;s excellent blog at <a href="http://blogs.adobe.com/aharui/" rel="nofollow">http://blogs.adobe.com/aharui/</a>, I believe he has a couple examples of using HTML in an item renderer.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael REMY</title>
		<link>http://blog.flexexamples.com/2008/08/05/displaying-all-the-properties-of-a-component-instance-in-flex/comment-page-1/#comment-5008</link>
		<dc:creator>Michael REMY</dc:creator>
		<pubDate>Fri, 07 Aug 2009 18:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/05/displaying-all-the-properties-of-a-component-instance-in-flex/#comment-5008</guid>
		<description>here is a example of what i try to do in Flex :

http://mcclinews.free.fr/python/pygtktutfr/figures/celltextmarkupfig.png

Each line, even each word, can have a different font and size for each line in the list item !</description>
		<content:encoded><![CDATA[<p>here is a example of what i try to do in Flex :</p>
<p><a href="http://mcclinews.free.fr/python/pygtktutfr/figures/celltextmarkupfig.png" rel="nofollow">http://mcclinews.free.fr/python/pygtktutfr/figures/celltextmarkupfig.png</a></p>
<p>Each line, even each word, can have a different font and size for each line in the list item !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael REMY</title>
		<link>http://blog.flexexamples.com/2008/08/05/displaying-all-the-properties-of-a-component-instance-in-flex/comment-page-1/#comment-5007</link>
		<dc:creator>Michael REMY</dc:creator>
		<pubDate>Fri, 07 Aug 2009 18:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/05/displaying-all-the-properties-of-a-component-instance-in-flex/#comment-5007</guid>
		<description>hi !

thank you for this help ! i have a wish tu upgrade the example :

firstly, is it possible to have a different font size (so different height) in each cell by row ?

then, secondly, can we put some  line return in the cell ?

This 2 features are possible in GTK with Pango, so i try to find out how to do the same in Flex3...maybe it is not possible to have some carriage return and different height by rows .....

any help ?</description>
		<content:encoded><![CDATA[<p>hi !</p>
<p>thank you for this help ! i have a wish tu upgrade the example :</p>
<p>firstly, is it possible to have a different font size (so different height) in each cell by row ?</p>
<p>then, secondly, can we put some  line return in the cell ?</p>
<p>This 2 features are possible in GTK with Pango, so i try to find out how to do the same in Flex3&#8230;maybe it is not possible to have some carriage return and different height by rows &#8230;..</p>
<p>any help ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony McCormick</title>
		<link>http://blog.flexexamples.com/2008/08/05/displaying-all-the-properties-of-a-component-instance-in-flex/comment-page-1/#comment-3621</link>
		<dc:creator>Anthony McCormick</dc:creator>
		<pubDate>Wed, 06 Aug 2008 08:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/05/displaying-all-the-properties-of-a-component-instance-in-flex/#comment-3621</guid>
		<description>Hi,
Just thought that i would post a quick note saying that i wrote a similar post a short while ago about Using describeType( ) and getDefinitionByName( ) to return a Dictionary of public static const. That is also usefull.

http://www.betadesigns.co.uk/Blog/2008/06/05/using-describetype-and-getdefinitionbyname-to-return-a-dictionary-of-public-static-const/</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Just thought that i would post a quick note saying that i wrote a similar post a short while ago about Using describeType( ) and getDefinitionByName( ) to return a Dictionary of public static const. That is also usefull.</p>
<p><a href="http://www.betadesigns.co.uk/Blog/2008/06/05/using-describetype-and-getdefinitionbyname-to-return-a-dictionary-of-public-static-const/" rel="nofollow">http://www.betadesigns.co.uk/Blog/2008/06/05/using-describetype-and-getdefinitionbyname-to-return-a-dictionary-of-public-static-const/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

