<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for GridLinked to RUX</title>
	
	<link>http://www.gridlinked.info</link>
	<description>Patterns with Flex, RUX, and software</description>
	<lastBuildDate>Mon, 08 Feb 2010 02:50:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForGridlinked" /><feedburner:info uri="commentsforgridlinked" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on Amazing i18n IOC solutions for Flex by thomasb</title>
		<link>http://www.gridlinked.info/amazing-i18n-solutions-for-flex-3-4/comment-page-1/#comment-184</link>
		<dc:creator>thomasb</dc:creator>
		<pubDate>Mon, 08 Feb 2010 02:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=453#comment-184</guid>
		<description>Al,
Lists and Grids use custom item renderer instances to render row information. 
Consider the renderer "ADGRenderer1" with contains a button "Edit" and some text [defined based on the set data(src:Object)]
Say your requirements need to localize the Edit button using l10n injection; the text is based on dynamic data that is not dependent on localized bundles.

You can use the SmartResourceInjector that "listens" for a creationComplete event from instances of the registered UIComponent class. 
All instances are automatically cached by the SRI and current locale information is injected as defined in the ResourceProxies.
And any localization changes are immediately used to re-inject into those cached instances. E.g.

	&lt;SmartResourceInjector bundleName="registration" target="{ADGRenderer1}"	&gt;
		&lt;ResourceProxy property="btnEdit.label" key="button.edit.title" 	/&gt;
	&lt;/SmartResourceInjector&gt;


Hope that clarifies some advanced features of the l10n IOC</description>
		<content:encoded><![CDATA[<p>Al,<br />
Lists and Grids use custom item renderer instances to render row information.<br />
Consider the renderer &#8220;ADGRenderer1&#8243; with contains a button &#8220;Edit&#8221; and some text [defined based on the set data(src:Object)]<br />
Say your requirements need to localize the Edit button using l10n injection; the text is based on dynamic data that is not dependent on localized bundles.</p>
<p>You can use the SmartResourceInjector that &#8220;listens&#8221; for a creationComplete event from instances of the registered UIComponent class.<br />
All instances are automatically cached by the SRI and current locale information is injected as defined in the ResourceProxies.<br />
And any localization changes are immediately used to re-inject into those cached instances. E.g.</p>
<p>	<smartresourceinjector bundleName="registration" target="{ADGRenderer1}"	><br />
		<resourceproxy property="btnEdit.label" key="button.edit.title" 	/><br />
	</smartresourceinjector></p>
<p>Hope that clarifies some advanced features of the l10n IOC</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazing i18n IOC solutions for Flex by thomasb</title>
		<link>http://www.gridlinked.info/amazing-i18n-solutions-for-flex-3-4/comment-page-1/#comment-183</link>
		<dc:creator>thomasb</dc:creator>
		<pubDate>Mon, 08 Feb 2010 02:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=453#comment-183</guid>
		<description>Cheng,

I just tested your sample app. The Flex 4 error you encountered is a Flex 4 source code BUG in the Accordian.as class (line 2475). 
This bug has nothing to do with the l10Injection solution.</description>
		<content:encoded><![CDATA[<p>Cheng,</p>
<p>I just tested your sample app. The Flex 4 error you encountered is a Flex 4 source code BUG in the Accordian.as class (line 2475).<br />
This bug has nothing to do with the l10Injection solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex i18n with LocalizationMaps – Video Tutorial &amp; Source by thomasb</title>
		<link>http://www.gridlinked.info/flex-i18n-with-localizationmaps-video-tutorial-source/comment-page-1/#comment-182</link>
		<dc:creator>thomasb</dc:creator>
		<pubDate>Mon, 08 Feb 2010 02:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=576#comment-182</guid>
		<description>The l10nInjection.swc contains all the localization and core Mate files you will need. This library can be used with PureMVC, Swiz, Cairngorm, etc. If you use this library with the Mate framework, make sure this library is loaded FIRST, since some of the core Mate classes have been "tweaked" in the l10nInjection.swc.</description>
		<content:encoded><![CDATA[<p>The l10nInjection.swc contains all the localization and core Mate files you will need. This library can be used with PureMVC, Swiz, Cairngorm, etc. If you use this library with the Mate framework, make sure this library is loaded FIRST, since some of the core Mate classes have been &#8220;tweaked&#8221; in the l10nInjection.swc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex i18n with LocalizationMaps – Video Tutorial &amp; Source by wenhu</title>
		<link>http://www.gridlinked.info/flex-i18n-with-localizationmaps-video-tutorial-source/comment-page-1/#comment-181</link>
		<dc:creator>wenhu</dc:creator>
		<pubDate>Fri, 29 Jan 2010 01:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=576#comment-181</guid>
		<description>Great! Can we use this framework with other flex framework, such as Swiz? Do I have to bring in mate dependency?

Thanks again1</description>
		<content:encoded><![CDATA[<p>Great! Can we use this framework with other flex framework, such as Swiz? Do I have to bring in mate dependency?</p>
<p>Thanks again1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazing i18n IOC solutions for Flex by Al</title>
		<link>http://www.gridlinked.info/amazing-i18n-solutions-for-flex-3-4/comment-page-1/#comment-180</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Tue, 26 Jan 2010 19:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=453#comment-180</guid>
		<description>I'm using your localization framework with Mate and it works great for most Flex components except Renderers like AdvancedDataGrid Renderers because the grid instantiates a new Renderer per row and you don't have a handle to the created object. Any thoughts or suggestions on how this would or could work with that?

Thanks.

Al V.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using your localization framework with Mate and it works great for most Flex components except Renderers like AdvancedDataGrid Renderers because the grid instantiates a new Renderer per row and you don&#8217;t have a handle to the created object. Any thoughts or suggestions on how this would or could work with that?</p>
<p>Thanks.</p>
<p>Al V.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex i18n with LocalizationMaps – Video Tutorial &amp; Source by thomasb</title>
		<link>http://www.gridlinked.info/flex-i18n-with-localizationmaps-video-tutorial-source/comment-page-1/#comment-178</link>
		<dc:creator>thomasb</dc:creator>
		<pubDate>Fri, 22 Jan 2010 22:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=576#comment-178</guid>
		<description>The LocalizationMap uses the Mate core classes that have SOME refactoring and enhancements. 
These changes should be released soon as a formal patch to the current Mate framework. Meanwhile [if you need l10n features] use the attached core Mate source for your Mate AND your localization needs.</description>
		<content:encoded><![CDATA[<p>The LocalizationMap uses the Mate core classes that have SOME refactoring and enhancements.<br />
These changes should be released soon as a formal patch to the current Mate framework. Meanwhile [if you need l10n features] use the attached core Mate source for your Mate AND your localization needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cairngorm Secret Tip #3: Responders for View Notifications by thomasb</title>
		<link>http://www.gridlinked.info/cairngorm-secret-tip-3-responders-for-view-notifications/comment-page-1/#comment-177</link>
		<dc:creator>thomasb</dc:creator>
		<pubDate>Fri, 22 Jan 2010 22:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=287#comment-177</guid>
		<description>Victor,
While the View source tree does NOT show the libs, the downloadable zip archive has the LocalizationMap source and the .SWCs in the /libs/*.swc.
The Cairngorm swc is included in the archive. Click this link: The &lt;a href="https://flexcairngorm.googlecode.com/svn/trunk" rel="nofollow"&gt;Cairngorm Extensions&lt;/a&gt; to browse the online source code for the CGX swc.</description>
		<content:encoded><![CDATA[<p>Victor,<br />
While the View source tree does NOT show the libs, the downloadable zip archive has the LocalizationMap source and the .SWCs in the /libs/*.swc.<br />
The Cairngorm swc is included in the archive. Click this link: The <a href="https://flexcairngorm.googlecode.com/svn/trunk" rel="nofollow">Cairngorm Extensions</a> to browse the online source code for the CGX swc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex i18n with LocalizationMaps – Video Tutorial &amp; Source by jedy</title>
		<link>http://www.gridlinked.info/flex-i18n-with-localizationmaps-video-tutorial-source/comment-page-1/#comment-176</link>
		<dc:creator>jedy</dc:creator>
		<pubDate>Fri, 22 Jan 2010 08:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=576#comment-176</guid>
		<description>I find that you did many changes in those classes, so I couldn't just use the one in mate.</description>
		<content:encoded><![CDATA[<p>I find that you did many changes in those classes, so I couldn&#8217;t just use the one in mate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex i18n with LocalizationMaps – Video Tutorial &amp; Source by jedy</title>
		<link>http://www.gridlinked.info/flex-i18n-with-localizationmaps-video-tutorial-source/comment-page-1/#comment-175</link>
		<dc:creator>jedy</dc:creator>
		<pubDate>Thu, 21 Jan 2010 09:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=576#comment-175</guid>
		<description>Hi, Thanks so much for sharing this great work.

I can't wait to use this in my project, we are uing mate now, btw. But I find there are many classes with the same name as mate has, such as "Binder", I know there must have some different places, but how could I know which one was used when the app is running? Would you mind to give me any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi, Thanks so much for sharing this great work.</p>
<p>I can&#8217;t wait to use this in my project, we are uing mate now, btw. But I find there are many classes with the same name as mate has, such as &#8220;Binder&#8221;, I know there must have some different places, but how could I know which one was used when the app is running? Would you mind to give me any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cairngorm Secret Tip #3: Responders for View Notifications by Victor Moya</title>
		<link>http://www.gridlinked.info/cairngorm-secret-tip-3-responders-for-view-notifications/comment-page-1/#comment-174</link>
		<dc:creator>Victor Moya</dc:creator>
		<pubDate>Wed, 20 Jan 2010 16:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=287#comment-174</guid>
		<description>Hi Thomas,

Thanks for your post! that's exactly what I was looking for.

Anyway, I missed somewhere to download the swc file with the cairngorm extensions you're using there and, as many other guys commented, a code sample of the command class.

I've been digging a little more on that questions and I found a very simple example of an application using (I think) exactly all that theory you explain so well. Here's the link:
http://nagpals.com/blog/post.cfm/hello-world-using-cairngorm-extensions

You can click in "View application" to see it working and then click "View source". Also, if you download the example, you get the SWC file with the Cairngorm Extensions.

I'm going to try to use in a little example and see if it works.

Thanks once again and be sure I'll stay tuned for upcoming posts</description>
		<content:encoded><![CDATA[<p>Hi Thomas,</p>
<p>Thanks for your post! that&#8217;s exactly what I was looking for.</p>
<p>Anyway, I missed somewhere to download the swc file with the cairngorm extensions you&#8217;re using there and, as many other guys commented, a code sample of the command class.</p>
<p>I&#8217;ve been digging a little more on that questions and I found a very simple example of an application using (I think) exactly all that theory you explain so well. Here&#8217;s the link:<br />
<a href="http://nagpals.com/blog/post.cfm/hello-world-using-cairngorm-extensions" rel="nofollow">http://nagpals.com/blog/post.cfm/hello-world-using-cairngorm-extensions</a></p>
<p>You can click in &#8220;View application&#8221; to see it working and then click &#8220;View source&#8221;. Also, if you download the example, you get the SWC file with the Cairngorm Extensions.</p>
<p>I&#8217;m going to try to use in a little example and see if it works.</p>
<p>Thanks once again and be sure I&#8217;ll stay tuned for upcoming posts</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic page generated in 0.819 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-02-07 21:04:41 -->
