<?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: Role based UI with Flex</title>
	<atom:link href="http://soenkerohde.com/2008/07/role-based-ui-with-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://soenkerohde.com/2008/07/role-based-ui-with-flex/</link>
	<description>Flash Platform (Flash, Flex, AIR) thoughts and examples</description>
	<lastBuildDate>Mon, 21 May 2012 20:02:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Martin</title>
		<link>http://soenkerohde.com/2008/07/role-based-ui-with-flex/comment-page-1/#comment-26915</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 20 Jul 2009 11:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=224#comment-26915</guid>
		<description>Hi Sönke, 

Thank you for sharing this great wundefull solution! 
Greetings from Germany!

Martin Zach</description>
		<content:encoded><![CDATA[<p>Hi Sönke, </p>
<p>Thank you for sharing this great wundefull solution!<br />
Greetings from Germany!</p>
<p>Martin Zach</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2008/07/role-based-ui-with-flex/comment-page-1/#comment-23014</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Thu, 04 Sep 2008 11:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=224#comment-23014</guid>
		<description>Craig, I think this can not be done with markup. You could provide multiple dataProvider for the different user roles.</description>
		<content:encoded><![CDATA[<p>Craig, I think this can not be done with markup. You could provide multiple dataProvider for the different user roles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://soenkerohde.com/2008/07/role-based-ui-with-flex/comment-page-1/#comment-22998</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 03 Sep 2008 11:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=224#comment-22998</guid>
		<description>Hi great example.

What would be the best approach to use this within a menu?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi great example.</p>
<p>What would be the best approach to use this within a menu?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2008/07/role-based-ui-with-flex/comment-page-1/#comment-22553</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Fri, 01 Aug 2008 08:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=224#comment-22553</guid>
		<description>Thanks Johan, I know that the code is not so readable. I will change the CSS when I have time.</description>
		<content:encoded><![CDATA[<p>Thanks Johan, I know that the code is not so readable. I will change the CSS when I have time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://soenkerohde.com/2008/07/role-based-ui-with-flex/comment-page-1/#comment-22545</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Thu, 31 Jul 2008 03:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=224#comment-22545</guid>
		<description>Thanks for a nice example. Much appreciated. 

FYI - the dotted background on your blog makes it hard to read the AS (code) text which is quite a small font.</description>
		<content:encoded><![CDATA[<p>Thanks for a nice example. Much appreciated. </p>
<p>FYI &#8211; the dotted background on your blog makes it hard to read the AS (code) text which is quite a small font.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2008/07/role-based-ui-with-flex/comment-page-1/#comment-22437</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Tue, 22 Jul 2008 08:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=224#comment-22437</guid>
		<description>First thanks for the nice comments.
To Sven and Hyder: Yes this would mean that there is an extra unsused memory when you bind to includeInLayout and visible but I also show in my example application how you you deal with container an that childs are only added/instantiated if they are really used. Nevertheless I think this extra memory is such a small part of the total memory usage that it has no weight. The benefit of the binding approach is that you have really small and very readable markup to provide this functionality. If you implement this with ActionScript code you will have more bugs and refactoring will also be more complicated so I think it&#039;s worth the extra 100KB memory usage I think.</description>
		<content:encoded><![CDATA[<p>First thanks for the nice comments.<br />
To Sven and Hyder: Yes this would mean that there is an extra unsused memory when you bind to includeInLayout and visible but I also show in my example application how you you deal with container an that childs are only added/instantiated if they are really used. Nevertheless I think this extra memory is such a small part of the total memory usage that it has no weight. The benefit of the binding approach is that you have really small and very readable markup to provide this functionality. If you implement this with ActionScript code you will have more bugs and refactoring will also be more complicated so I think it&#8217;s worth the extra 100KB memory usage I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hyder Alamgir</title>
		<link>http://soenkerohde.com/2008/07/role-based-ui-with-flex/comment-page-1/#comment-22433</link>
		<dc:creator>Hyder Alamgir</dc:creator>
		<pubDate>Mon, 21 Jul 2008 20:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=224#comment-22433</guid>
		<description>I&#039;d go with Sven. I&#039;d rather create ui components at runtime using actionscript rather than crank up unused memory space. If your components are independent enough, there shouldn&#039;t be much complexity involved.</description>
		<content:encoded><![CDATA[<p>I&#8217;d go with Sven. I&#8217;d rather create ui components at runtime using actionscript rather than crank up unused memory space. If your components are independent enough, there shouldn&#8217;t be much complexity involved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven Busse</title>
		<link>http://soenkerohde.com/2008/07/role-based-ui-with-flex/comment-page-1/#comment-22430</link>
		<dc:creator>Sven Busse</dc:creator>
		<pubDate>Mon, 21 Jul 2008 17:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=224#comment-22430</guid>
		<description>would this mean, that some users have components or whole modules in their memory, which they will never be able to use? I&#039;d rather have an argument, that lets components not even be created, if a certain argument is false.</description>
		<content:encoded><![CDATA[<p>would this mean, that some users have components or whole modules in their memory, which they will never be able to use? I&#8217;d rather have an argument, that lets components not even be created, if a certain argument is false.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benoit Jadinon</title>
		<link>http://soenkerohde.com/2008/07/role-based-ui-with-flex/comment-page-1/#comment-22428</link>
		<dc:creator>Benoit Jadinon</dc:creator>
		<pubDate>Mon, 21 Jul 2008 14:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=224#comment-22428</guid>
		<description>nice. I just needed something like this. gotta love rss. thx</description>
		<content:encoded><![CDATA[<p>nice. I just needed something like this. gotta love rss. thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris H</title>
		<link>http://soenkerohde.com/2008/07/role-based-ui-with-flex/comment-page-1/#comment-22427</link>
		<dc:creator>Chris H</dc:creator>
		<pubDate>Mon, 21 Jul 2008 13:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=224#comment-22427</guid>
		<description>yep, thanks. will come in handy soon...</description>
		<content:encoded><![CDATA[<p>yep, thanks. will come in handy soon&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

