<?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: Updated: Chen Bekor&#8217;s ModifiedCairngormStore</title>
	<atom:link href="http://www.brightworks.com/flex_ability/?feed=rss2&#038;p=61" rel="self" type="application/rss+xml" />
	<link>http://www.brightworks.com/flex_ability/?p=61</link>
	<description>An Adobe Flex blog by Douglas McCarroll</description>
	<lastBuildDate>Sun, 08 Aug 2010 18:06:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Michael</title>
		<link>http://www.brightworks.com/flex_ability/?p=61&#038;cpage=1#comment-20874</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 26 May 2010 02:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightworks.com/flex_ability/?p=61#comment-20874</guid>
		<description>The CairngormError warning in Flex 3 is still present in Flex 4 but now is accompanied by a build error as well.  Also, a Flex 3 built Cairngorm 2.2.1 will now have runtime failures when used with a Flex 4 compiled app.  This is a problem with Cairngorm source, not your updates to the CairngormStore, but thought I&#039;d ask whether you or others have attempted to update Cairngorm 2.2.1 and CairngormStore to work with Flex 4.

Build errors with Flex 4, fyi, are:
Call to a possibly undefined method getResourceBundle through a reference with static type Class.

Call to a possibly undefined method getString through a reference with static type mx.resources:ResourceBundle.

Both occur on the first line of the formatMessage function.

The runtime errors you&#039;d get using a Flex 3 built Cairngorm binary with a Flex 4 app are similar to the above and I presume a result of methods like ResourceBundle.getString() being removed in Flex 4.</description>
		<content:encoded><![CDATA[<p>The CairngormError warning in Flex 3 is still present in Flex 4 but now is accompanied by a build error as well.  Also, a Flex 3 built Cairngorm 2.2.1 will now have runtime failures when used with a Flex 4 compiled app.  This is a problem with Cairngorm source, not your updates to the CairngormStore, but thought I&#8217;d ask whether you or others have attempted to update Cairngorm 2.2.1 and CairngormStore to work with Flex 4.</p>
<p>Build errors with Flex 4, fyi, are:<br />
Call to a possibly undefined method getResourceBundle through a reference with static type Class.</p>
<p>Call to a possibly undefined method getString through a reference with static type mx.resources:ResourceBundle.</p>
<p>Both occur on the first line of the formatMessage function.</p>
<p>The runtime errors you&#8217;d get using a Flex 3 built Cairngorm binary with a Flex 4 app are similar to the above and I presume a result of methods like ResourceBundle.getString() being removed in Flex 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hemen</title>
		<link>http://www.brightworks.com/flex_ability/?p=61&#038;cpage=1#comment-14081</link>
		<dc:creator>Hemen</dc:creator>
		<pubDate>Thu, 30 Jul 2009 22:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightworks.com/flex_ability/?p=61#comment-14081</guid>
		<description>I am not sure if this was overlooked or if I am missing something. In the downloaded zip file ShopModelLocator implements ModelLocator interface. How ever as per the comment in com.adobe.cairngorm.model.ModelLocator.as, as per 2.1 ModelLocator is deprecated and replaced by 

com.adobe.cairngorm.model.IModelLocator

In that case should not the code be changes as 

line # 37    import com.adobe.cairngorm.model.IModelLocator;


and line # 47

public class ShopModelLocator implements IModelLocator</description>
		<content:encoded><![CDATA[<p>I am not sure if this was overlooked or if I am missing something. In the downloaded zip file ShopModelLocator implements ModelLocator interface. How ever as per the comment in com.adobe.cairngorm.model.ModelLocator.as, as per 2.1 ModelLocator is deprecated and replaced by </p>
<p>com.adobe.cairngorm.model.IModelLocator</p>
<p>In that case should not the code be changes as </p>
<p>line # 37    import com.adobe.cairngorm.model.IModelLocator;</p>
<p>and line # 47</p>
<p>public class ShopModelLocator implements IModelLocator</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mallsop</title>
		<link>http://www.brightworks.com/flex_ability/?p=61&#038;cpage=1#comment-13503</link>
		<dc:creator>mallsop</dc:creator>
		<pubDate>Fri, 26 Jun 2009 19:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightworks.com/flex_ability/?p=61#comment-13503</guid>
		<description>For a windows build.bat compile example:

@echo off
echo Flex3 compile Main.mxml
SET OPTS=-source-path=locale/{locale}
C:\yourname\flex3\bin\mxmlc.exe %OPTS% src/Main.mxml
pause</description>
		<content:encoded><![CDATA[<p>For a windows build.bat compile example:</p>
<p>@echo off<br />
echo Flex3 compile Main.mxml<br />
SET OPTS=-source-path=locale/{locale}<br />
C:\yourname\flex3\bin\mxmlc.exe %OPTS% src/Main.mxml<br />
pause</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas McCarroll</title>
		<link>http://www.brightworks.com/flex_ability/?p=61&#038;cpage=1#comment-13231</link>
		<dc:creator>Douglas McCarroll</dc:creator>
		<pubDate>Sat, 06 Jun 2009 03:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightworks.com/flex_ability/?p=61#comment-13231</guid>
		<description>Thanks, David. I&#039;ve updated the folder&#039;s name in the downloadable zip file.</description>
		<content:encoded><![CDATA[<p>Thanks, David. I&#8217;ve updated the folder&#8217;s name in the downloadable zip file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Rader</title>
		<link>http://www.brightworks.com/flex_ability/?p=61&#038;cpage=1#comment-13223</link>
		<dc:creator>David Rader</dc:creator>
		<pubDate>Fri, 05 Jun 2009 16:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightworks.com/flex_ability/?p=61#comment-13223</guid>
		<description>Hi Doug,
Just a FYI, there&#039;s a bug in the locale due to the name of your locale directory (en_us). The issue is that the directory should be named &quot;en_US&quot; to correspond to the flex locale directory. My guess is that under Windows the case of &quot;us&quot; is not critical; however, under Linux a compiler error is thrown (unable to open {your-project-path}/locale/en_US).

Simply rename the en_us directory located at {your-project-path}/locale/ to en_US, compile, and you should be all set.

david</description>
		<content:encoded><![CDATA[<p>Hi Doug,<br />
Just a FYI, there&#8217;s a bug in the locale due to the name of your locale directory (en_us). The issue is that the directory should be named &#8220;en_US&#8221; to correspond to the flex locale directory. My guess is that under Windows the case of &#8220;us&#8221; is not critical; however, under Linux a compiler error is thrown (unable to open {your-project-path}/locale/en_US).</p>
<p>Simply rename the en_us directory located at {your-project-path}/locale/ to en_US, compile, and you should be all set.</p>
<p>david</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas McCarroll</title>
		<link>http://www.brightworks.com/flex_ability/?p=61&#038;cpage=1#comment-12038</link>
		<dc:creator>Douglas McCarroll</dc:creator>
		<pubDate>Thu, 05 Feb 2009 17:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightworks.com/flex_ability/?p=61#comment-12038</guid>
		<description>Vern,

It looks like you&#039;re correct. It looks as though Chen Bakor (who created this example - I just updated it to 2.2.1) didn&#039;t implement the fuctionality that would be triggered by NewScreenEvent.

If you figure out what it should do, and implement it in the example, please let us know.  :)

Douglas</description>
		<content:encoded><![CDATA[<p>Vern,</p>
<p>It looks like you&#8217;re correct. It looks as though Chen Bakor (who created this example &#8211; I just updated it to 2.2.1) didn&#8217;t implement the fuctionality that would be triggered by NewScreenEvent.</p>
<p>If you figure out what it should do, and implement it in the example, please let us know.  <img src='http://www.brightworks.com/flex_ability/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Douglas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vern</title>
		<link>http://www.brightworks.com/flex_ability/?p=61&#038;cpage=1#comment-12028</link>
		<dc:creator>Vern</dc:creator>
		<pubDate>Wed, 04 Feb 2009 18:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightworks.com/flex_ability/?p=61#comment-12028</guid>
		<description>Love the example. Is this the place to ask questions regarding your update?
---
I see a NewScreenEvent.as and NewScreenEvent is being called in the GeneralInformation component.
---
But I don&#039;t see where the NewScreenEvent is being handled. Should there be a NewScreenEvent entry in the ShopController.as file?
---
Should there be a NewScreenCommand.as file?
---
I hope I didn&#039;t overlook this in your code, but I seem to be missing something.</description>
		<content:encoded><![CDATA[<p>Love the example. Is this the place to ask questions regarding your update?<br />
&#8212;<br />
I see a NewScreenEvent.as and NewScreenEvent is being called in the GeneralInformation component.<br />
&#8212;<br />
But I don&#8217;t see where the NewScreenEvent is being handled. Should there be a NewScreenEvent entry in the ShopController.as file?<br />
&#8212;<br />
Should there be a NewScreenCommand.as file?<br />
&#8212;<br />
I hope I didn&#8217;t overlook this in your code, but I seem to be missing something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maggie</title>
		<link>http://www.brightworks.com/flex_ability/?p=61&#038;cpage=1#comment-11866</link>
		<dc:creator>Maggie</dc:creator>
		<pubDate>Fri, 09 Jan 2009 21:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightworks.com/flex_ability/?p=61#comment-11866</guid>
		<description>Thanks so much for this - it often seems like an exercise in futility to find good examples of Flex 3/Cairngorm 2.2.1 apps - this is a big help for those who want to get up to speed - and is the first complex app that has imported and run successfully without any errors at all! 

I was able to find a CF version for this app, but it is buggy. That said, if anyone out there knows of any good Flex 3/Cairngorm 2.2.1/ColdFusion examples out there that work, please let me know!</description>
		<content:encoded><![CDATA[<p>Thanks so much for this &#8211; it often seems like an exercise in futility to find good examples of Flex 3/Cairngorm 2.2.1 apps &#8211; this is a big help for those who want to get up to speed &#8211; and is the first complex app that has imported and run successfully without any errors at all! </p>
<p>I was able to find a CF version for this app, but it is buggy. That said, if anyone out there knows of any good Flex 3/Cairngorm 2.2.1/ColdFusion examples out there that work, please let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cindy</title>
		<link>http://www.brightworks.com/flex_ability/?p=61&#038;cpage=1#comment-6880</link>
		<dc:creator>Cindy</dc:creator>
		<pubDate>Thu, 26 Jun 2008 20:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightworks.com/flex_ability/?p=61#comment-6880</guid>
		<description>hiya- 
I just downloaded this into Eclipse using the Flex plug-in and am getting Problem Occurred:
Launching New_Configuration ()
java.lang.NullPointerException

I tried unzipping first then importing and then just importing as a Flex project, pointing to the zip file, but I can&#039;t run the mxml either way

thanks
Cindy</description>
		<content:encoded><![CDATA[<p>hiya-<br />
I just downloaded this into Eclipse using the Flex plug-in and am getting Problem Occurred:<br />
Launching New_Configuration ()<br />
java.lang.NullPointerException</p>
<p>I tried unzipping first then importing and then just importing as a Flex project, pointing to the zip file, but I can&#8217;t run the mxml either way</p>
<p>thanks<br />
Cindy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ron mori</title>
		<link>http://www.brightworks.com/flex_ability/?p=61&#038;cpage=1#comment-5666</link>
		<dc:creator>ron mori</dc:creator>
		<pubDate>Tue, 18 Mar 2008 00:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightworks.com/flex_ability/?p=61#comment-5666</guid>
		<description>Doug,
Nicely done - it was a big help as I ramp up on Cairngorm.
Thanks,
Ron</description>
		<content:encoded><![CDATA[<p>Doug,<br />
Nicely done &#8211; it was a big help as I ramp up on Cairngorm.<br />
Thanks,<br />
Ron</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.350 seconds -->
