<?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>Tue, 09 Mar 2010 14:45:57 +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-240</link>
		<dc:creator>thomasb</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=453#comment-240</guid>
		<description>Checkout ResourceInjector.as (line 404). The getStringArray() &lt;strong&gt;is&lt;/strong&gt; supported but you must tell the ResourceProxy instance to that the localized bundle data is &lt;strong&gt;array&lt;/strong&gt;; this is done by setting the "&lt;em&gt;type&lt;/em&gt;" attribute of the ResourceProxy (not that the default &lt;em&gt;type&lt;/em&gt; value is &lt;strong&gt;string&lt;/strong&gt;).

For example, let's consider a signup form (id == &lt;em&gt;frmSignup&lt;/em&gt;) with a Calendar control. We want to inject localized holidays (as array of dates) into the &lt;em&gt;Calendar::holidays&lt;/em&gt; property. That information is in the &lt;em&gt;schedule.properties&lt;/em&gt; file with the key &lt;em&gt;scheduler.officialHolidays&lt;/em&gt;. So we use the following:

&lt;&lt;strong&gt;ResourceProxy&lt;/strong&gt; target="{frmSignup.myCalendar}"  property="holidays"  key="scheduler.officialHolidays" type="&lt;strong&gt;array&lt;/strong&gt;" /&gt;</description>
		<content:encoded><![CDATA[<p>Checkout ResourceInjector.as (line 404). The getStringArray() <strong>is</strong> supported but you must tell the ResourceProxy instance to that the localized bundle data is <strong>array</strong>; this is done by setting the &#8220;<em>type</em>&#8221; attribute of the ResourceProxy (not that the default <em>type</em> value is <strong>string</strong>).</p>
<p>For example, let&#8217;s consider a signup form (id == <em>frmSignup</em>) with a Calendar control. We want to inject localized holidays (as array of dates) into the <em>Calendar::holidays</em> property. That information is in the <em>schedule.properties</em> file with the key <em>scheduler.officialHolidays</em>. So we use the following:</p>
<p>&lt;<strong>ResourceProxy</strong> target=&#8221;{frmSignup.myCalendar}&#8221;  property=&#8221;holidays&#8221;  key=&#8221;scheduler.officialHolidays&#8221; type=&#8221;<strong>array</strong>&#8221; /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazing i18n IOC solutions for Flex by romanS</title>
		<link>http://www.gridlinked.info/amazing-i18n-solutions-for-flex-3-4/comment-page-1/#comment-239</link>
		<dc:creator>romanS</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=453#comment-239</guid>
		<description>Hi Thomas,

I used your localization framework and it works quite good except one thing I found. I'm not able to inject an array of strings, i.e. for a calendar component. Is it possible from the LocalizationMap at all? Nowadays I use the resourceManager.getStringArray() method.
Thanks for your suggestion.</description>
		<content:encoded><![CDATA[<p>Hi Thomas,</p>
<p>I used your localization framework and it works quite good except one thing I found. I&#8217;m not able to inject an array of strings, i.e. for a calendar component. Is it possible from the LocalizationMap at all? Nowadays I use the resourceManager.getStringArray() method.<br />
Thanks for your suggestion.</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-234</link>
		<dc:creator>thomasb</dc:creator>
		<pubDate>Mon, 08 Mar 2010 13:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=576#comment-234</guid>
		<description>Sascha,
I imagine you are replacing elements or attributes of elements in the XMLList? If so, then the menubar will not update because XMLList does not support databinding notifications. Or are you injecting an entirely &lt;em&gt;new XMLList instance&lt;/em&gt;?
Note that your resource bundles can contain embedded XML datasets. These datasets can then be injected on the fly by the l10n injectors.
 
Please report this as a bug or issue on &lt;a href="http://github.com/ThomasBurleson/l10n_Injection/issues" rel="nofollow"&gt;l10n Injection Git Hub&lt;/a&gt;. It would be helpful if you also attached [to the issue] source for a sample app that demonstrates this issue.  I will review and attempt to propose or provide a viable solution.
-ThomasB</description>
		<content:encoded><![CDATA[<p>Sascha,<br />
I imagine you are replacing elements or attributes of elements in the XMLList? If so, then the menubar will not update because XMLList does not support databinding notifications. Or are you injecting an entirely <em>new XMLList instance</em>?<br />
Note that your resource bundles can contain embedded XML datasets. These datasets can then be injected on the fly by the l10n injectors.</p>
<p>Please report this as a bug or issue on <a href="http://github.com/ThomasBurleson/l10n_Injection/issues" rel="nofollow">l10n Injection Git Hub</a>. It would be helpful if you also attached [to the issue] source for a sample app that demonstrates this issue.  I will review and attempt to propose or provide a viable solution.<br />
-ThomasB</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex i18n with LocalizationMaps – Video Tutorial &amp; Source by Sascha</title>
		<link>http://www.gridlinked.info/flex-i18n-with-localizationmaps-video-tutorial-source/comment-page-1/#comment-232</link>
		<dc:creator>Sascha</dc:creator>
		<pubDate>Mon, 08 Mar 2010 07:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=576#comment-232</guid>
		<description>Great solution. Has anyone tried this with a XMLList with menuitem elements which is DataProvider for a MenuBar? I'm able to set the "label" property via map, but the change does not appear. Regards</description>
		<content:encoded><![CDATA[<p>Great solution. Has anyone tried this with a XMLList with menuitem elements which is DataProvider for a MenuBar? I&#8217;m able to set the &#8220;label&#8221; property via map, but the change does not appear. Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex i18n with LocalizationMaps – Video Tutorial &amp; Source by wenhu guan</title>
		<link>http://www.gridlinked.info/flex-i18n-with-localizationmaps-video-tutorial-source/comment-page-1/#comment-219</link>
		<dc:creator>wenhu guan</dc:creator>
		<pubDate>Tue, 02 Mar 2010 00:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=576#comment-219</guid>
		<description>Great! I have added a setup guiide on  your github wiki for how to setup flashbuilder 4. http://wiki.github.com/ThomasBurleson/l10nInjection_Samples/

Hope it helps!</description>
		<content:encoded><![CDATA[<p>Great! I have added a setup guiide on  your github wiki for how to setup flashbuilder 4. <a href="http://wiki.github.com/ThomasBurleson/l10nInjection_Samples/" rel="nofollow">http://wiki.github.com/ThomasBurleson/l10nInjection_Samples/</a></p>
<p>Hope it helps!</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-217</link>
		<dc:creator>thomasb</dc:creator>
		<pubDate>Mon, 01 Mar 2010 15:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=287#comment-217</guid>
		<description>Included in the open source code for CGX (Cairngorm Extensions) are the 2.2.1 adobe.cairngorm.* packages from the original framework. This inclusion is for developer convenience only! By including the Adobe base/parent code, developers are required only build/include the CGX swc into their applications. Of course you can delete the CGX com.adobe.cairngorm.* packages and use a separate SWC if desired. Please note also that the lastest Cairngorm 3 Beta has NOT been tested with the CGX extensions.

UPDATE: the &lt;a href="http://code.google.com/p/flexcairngorm/source/browse/#svn/trunk/code " rel="nofollow"&gt;CGX Framework&lt;/a&gt; source code has been updated with FlashBuilder 4 project settings.</description>
		<content:encoded><![CDATA[<p>Included in the open source code for CGX (Cairngorm Extensions) are the 2.2.1 adobe.cairngorm.* packages from the original framework. This inclusion is for developer convenience only! By including the Adobe base/parent code, developers are required only build/include the CGX swc into their applications. Of course you can delete the CGX com.adobe.cairngorm.* packages and use a separate SWC if desired. Please note also that the lastest Cairngorm 3 Beta has NOT been tested with the CGX extensions.</p>
<p>UPDATE: the <a href="http://code.google.com/p/flexcairngorm/source/browse/#svn/trunk/code " rel="nofollow">CGX Framework</a> source code has been updated with FlashBuilder 4 project settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cairngorm Secret Tip #3: Responders for View Notifications by ricardo</title>
		<link>http://www.gridlinked.info/cairngorm-secret-tip-3-responders-for-view-notifications/comment-page-1/#comment-216</link>
		<dc:creator>ricardo</dc:creator>
		<pubDate>Mon, 01 Mar 2010 08:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=287#comment-216</guid>
		<description>The last version of is 2.2.1 these extensions were included, I must place the extension + frk orginal or not??</description>
		<content:encoded><![CDATA[<p>The last version of is 2.2.1 these extensions were included, I must place the extension + frk orginal or not??</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-211</link>
		<dc:creator>thomasb</dc:creator>
		<pubDate>Fri, 26 Feb 2010 22:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=453#comment-211</guid>
		<description>- Attention Developers -

All source code and sample apps are now available on GitHub:

http://github.com/ThomasBurleson/l10n_Injection
http://github.com/ThomasBurleson/l10nInjection_Samples</description>
		<content:encoded><![CDATA[<p>- Attention Developers -</p>
<p>All source code and sample apps are now available on GitHub:</p>
<p><a href="http://github.com/ThomasBurleson/l10n_Injection" rel="nofollow">http://github.com/ThomasBurleson/l10n_Injection</a><br />
<a href="http://github.com/ThomasBurleson/l10nInjection_Samples" rel="nofollow">http://github.com/ThomasBurleson/l10nInjection_Samples</a></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-210</link>
		<dc:creator>thomasb</dc:creator>
		<pubDate>Fri, 26 Feb 2010 14:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=576#comment-210</guid>
		<description>You discovered a bug in the ResourceProxy constructor; a bug which the &lt;ResourceProxy /&gt; tag implementation sidesteps.
I have fixed that issue; please check the &lt;a href="http://github.com/ThomasBurleson/l10n_Injection" rel="nofollow"&gt;Git Repository&lt;/a&gt; for updated code.

- Developer Notes -
ResourceProxy only establishes the mapping to the target. It does not do the injection. It is the ResourceInjector or SmartResourceInjector that iterates all the ResourceProxy instances and performs the injection action for each. So when using a programmatic approach, don't forget to register your ResourceProxy instances [1 or more] into the &lt;em&gt;registry&lt;/em&gt; property of a  &lt;ResourceInjector /&gt; instance.</description>
		<content:encoded><![CDATA[<p>You discovered a bug in the ResourceProxy constructor; a bug which the &lt;ResourceProxy /&gt; tag implementation sidesteps.<br />
I have fixed that issue; please check the <a href="http://github.com/ThomasBurleson/l10n_Injection" rel="nofollow">Git Repository</a> for updated code.</p>
<p>- Developer Notes -<br />
ResourceProxy only establishes the mapping to the target. It does not do the injection. It is the ResourceInjector or SmartResourceInjector that iterates all the ResourceProxy instances and performs the injection action for each. So when using a programmatic approach, don&#8217;t forget to register your ResourceProxy instances [1 or more] into the <em>registry</em> property of a  &lt;ResourceInjector /&gt; instance.</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-208</link>
		<dc:creator>thomasb</dc:creator>
		<pubDate>Thu, 25 Feb 2010 22:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridlinked.info/?p=576#comment-208</guid>
		<description>Attention Developers!
Source code and sample projects are now under version control and available on GitHub:

&lt;a href="http://github.com/ThomasBurleson/l10n_Injection"  target="_blank" rel="nofollow"&gt;Source Code&lt;/a&gt;
&lt;a href="http://github.com/ThomasBurleson/l10nInjection_Samples" target="_blank" rel="nofollow"&gt;Sample Applications &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Attention Developers!<br />
Source code and sample projects are now under version control and available on GitHub:</p>
<p><a href="http://github.com/ThomasBurleson/l10n_Injection"  target="_blank" rel="nofollow">Source Code</a><br />
<a href="http://github.com/ThomasBurleson/l10nInjection_Samples" target="_blank" rel="nofollow">Sample Applications </a></p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic page generated in 3.047 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-09 11:59:38 -->
