<?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: Using the beta Flex 4 SDK in Flex Builder 3</title>
	<atom:link href="http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 14:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Manikandan</title>
		<link>http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/comment-page-1/#comment-9263</link>
		<dc:creator>Manikandan</dc:creator>
		<pubDate>Thu, 02 Jun 2011 12:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/#comment-9263</guid>
		<description>Hi , I am able to use flex 4 sdk in flex 3. but there is no intellisense. It happens?</description>
		<content:encoded><![CDATA[<p>Hi , I am able to use flex 4 sdk in flex 3. but there is no intellisense. It happens?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pankaj</title>
		<link>http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/comment-page-1/#comment-5956</link>
		<dc:creator>pankaj</dc:creator>
		<pubDate>Thu, 08 Oct 2009 05:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/#comment-5956</guid>
		<description>I am creating bar chart In flex 3 having Y axis value &quot;&lt;1 yr&quot; in xml file but it is not displating whereas &quot;&gt;1 yr&quot; is comming perfectly.
Can anybody face this problem.
Please help me out.
Thanks</description>
		<content:encoded><![CDATA[<p>I am creating bar chart In flex 3 having Y axis value &#8220;&lt;1 yr&#8221; in xml file but it is not displating whereas &#8220;&gt;1 yr&#8221; is comming perfectly.<br />
Can anybody face this problem.<br />
Please help me out.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/comment-page-1/#comment-5758</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Mon, 14 Sep 2009 13:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/#comment-5758</guid>
		<description>@Rashmi,

That line isn&#039;t in my example. It may have been in an earlier, obsolete comment. What happens when you run this code using Flex 4.0.0.10008 or later?
&lt;pre lang=&quot;mxml&quot;&gt;
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;!-- http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/ --&gt;
&lt;s:Application name=&quot;Gumbo_SDK_test&quot;
        xmlns:fx=&quot;http://ns.adobe.com/mxml/2009&quot;
        xmlns:s=&quot;library://ns.adobe.com/flex/spark&quot;
        xmlns:mx=&quot;library://ns.adobe.com/flex/halo&quot;&gt;
 
    &lt;s:Group id=&quot;group&quot;
            horizontalCenter=&quot;0&quot; verticalCenter=&quot;0&quot;&gt;
        &lt;s:Rect id=&quot;rect&quot;
                width=&quot;120&quot; height=&quot;60&quot;&gt;
            &lt;s:fill&gt;
                &lt;s:SolidColor color=&quot;red&quot; alpha=&quot;0.2&quot; /&gt;
            &lt;/s:fill&gt;
            &lt;s:stroke&gt;
                &lt;s:SolidColorStroke color=&quot;black&quot; weight=&quot;4&quot; /&gt;
            &lt;/s:stroke&gt;
        &lt;/s:Rect&gt;
        &lt;s:RichText id=&quot;textGraphic&quot;
                    color=&quot;#000000&quot;
                    fontFamily=&quot;Arial&quot;
                    fontWeight=&quot;bold&quot;
                    horizontalCenter=&quot;0&quot; verticalCenter=&quot;0&quot;&gt;
            &lt;s:content&gt;{Capabilities.version}&lt;/s:content&gt;
        &lt;/s:RichText&gt;
    &lt;/s:Group&gt;
 
    &lt;mx:Label text=&quot;I&#039;m a Halo Label component!&quot; /&gt;
 
&lt;/s:Application&gt;
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p>@Rashmi,</p>
<p>That line isn&#8217;t in my example. It may have been in an earlier, obsolete comment. What happens when you run this code using Flex 4.0.0.10008 or later?</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;">&lt;?xml version=<span style="color: #ff0000;">&quot;1.0&quot;</span> encoding=<span style="color: #ff0000;">&quot;utf-8&quot;</span>?<span style="color: #7400FF;">&gt;</span></span>
<span style="color: #000000;"><span style="color: #808080; font-style: italic;">&lt;!-- http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/ --&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Application</span> name=<span style="color: #ff0000;">&quot;Gumbo_SDK_test&quot;</span></span>
<span style="color: #000000;">        xmlns:fx=<span style="color: #ff0000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span></span>
<span style="color: #000000;">        xmlns:s=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/spark&quot;</span></span>
<span style="color: #000000;">        xmlns:mx=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/halo&quot;</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Group</span> id=<span style="color: #ff0000;">&quot;group&quot;</span></span>
<span style="color: #000000;">            horizontalCenter=<span style="color: #ff0000;">&quot;0&quot;</span> verticalCenter=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Rect</span> id=<span style="color: #ff0000;">&quot;rect&quot;</span></span>
<span style="color: #000000;">                width=<span style="color: #ff0000;">&quot;120&quot;</span> height=<span style="color: #ff0000;">&quot;60&quot;</span><span style="color: #7400FF;">&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:fill</span><span style="color: #7400FF;">&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:SolidColor</span> color=<span style="color: #ff0000;">&quot;red&quot;</span> alpha=<span style="color: #ff0000;">&quot;0.2&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:fill</span><span style="color: #7400FF;">&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:stroke</span><span style="color: #7400FF;">&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:SolidColorStroke</span> color=<span style="color: #ff0000;">&quot;black&quot;</span> weight=<span style="color: #ff0000;">&quot;4&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:stroke</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:Rect</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:RichText</span> id=<span style="color: #ff0000;">&quot;textGraphic&quot;</span></span>
<span style="color: #000000;">                    color=<span style="color: #ff0000;">&quot;#000000&quot;</span></span>
<span style="color: #000000;">                    fontFamily=<span style="color: #ff0000;">&quot;Arial&quot;</span></span>
<span style="color: #000000;">                    fontWeight=<span style="color: #ff0000;">&quot;bold&quot;</span></span>
<span style="color: #000000;">                    horizontalCenter=<span style="color: #ff0000;">&quot;0&quot;</span> verticalCenter=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #7400FF;">&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:content</span><span style="color: #7400FF;">&gt;</span></span>{Capabilities.version}<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:content</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:RichText</span><span style="color: #7400FF;">&gt;</span></span>
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:Group</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:Label</span> text=<span style="color: #ff0000;">&quot;I'm a Halo Label component!&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
&nbsp;
<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:Application</span><span style="color: #7400FF;">&gt;</span></span></pre></div></div>

<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rashmi</title>
		<link>http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/comment-page-1/#comment-5752</link>
		<dc:creator>Rashmi</dc:creator>
		<pubDate>Mon, 14 Sep 2009 07:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/#comment-5752</guid>
		<description>i tried ur code but i m still facing same problem.
and error is at &quot;xmlns:mx=&quot;http://ns.adobe.com/mxml/2009&quot;&quot;
For this only i m getting error as,
 Could not resolve &quot;Applictaion&quot; to a component implementation.
 Are there any other settings for project properties?</description>
		<content:encoded><![CDATA[<p>i tried ur code but i m still facing same problem.<br />
and error is at &#8220;xmlns:mx=&#8221;http://ns.adobe.com/mxml/2009&#8243;&#8221;<br />
For this only i m getting error as,<br />
 Could not resolve &#8220;Applictaion&#8221; to a component implementation.<br />
 Are there any other settings for project properties?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/comment-page-1/#comment-5715</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Fri, 11 Sep 2009 14:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/#comment-5715</guid>
		<description>@Rashmi,

I updated the example above to work in newer Flex 4 builds. I tested it w/ Flex SDK 4.0.0.10008, but it should work on 4.0.0.7219 also.

Peter</description>
		<content:encoded><![CDATA[<p>@Rashmi,</p>
<p>I updated the example above to work in newer Flex 4 builds. I tested it w/ Flex SDK 4.0.0.10008, but it should work on 4.0.0.7219 also.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rashmi</title>
		<link>http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/comment-page-1/#comment-5713</link>
		<dc:creator>Rashmi</dc:creator>
		<pubDate>Fri, 11 Sep 2009 13:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/#comment-5713</guid>
		<description>hey, i m also facing some problems stated by some of you,
  My problem is, 
 Could not resolve  to a component implementation.
Please help me
I m using Flex gumbo sdk 4.0.0.7219 and flash player 10.</description>
		<content:encoded><![CDATA[<p>hey, i m also facing some problems stated by some of you,<br />
  My problem is,<br />
 Could not resolve  to a component implementation.<br />
Please help me<br />
I m using Flex gumbo sdk 4.0.0.7219 and flash player 10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/comment-page-1/#comment-3541</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Fri, 19 Jun 2009 13:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/#comment-3541</guid>
		<description>dev.my,

You can download nightly versions of the Flex 3 SDK and Flex 4 SDK from the Adobe Open Source site at &lt;a href=&quot;http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3&lt;/u&gt;&lt;/a&gt; and &lt;a href=&quot;http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4&lt;/u&gt;&lt;/a&gt;.

You can download the latest trial version of Flash Builder 4 (formerly Flex Builder) from the Adobe Labs site at &lt;a href=&quot;http://labs.adobe.com/technologies/flashbuilder4/&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;http://labs.adobe.com/technologies/flashbuilder4/&lt;/u&gt;&lt;/a&gt;, although nightly versions of Builder are not available. And, if you have a valid Flex Builder 3 license, you can watch &lt;a href=&quot;http://www.adobe.com/go/flashbuilderextension&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;http://www.adobe.com/go/flashbuilderextension&lt;/u&gt;&lt;/a&gt; to request a serial number to extend the Flash Builder 4 trial period.

Peter</description>
		<content:encoded><![CDATA[<p>dev.my,</p>
<p>You can download nightly versions of the Flex 3 SDK and Flex 4 SDK from the Adobe Open Source site at <a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3" rel="nofollow"><u><a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3" rel="nofollow">http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3</a></u></a> and <a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4" rel="nofollow"><u><a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4" rel="nofollow">http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4</a></u></a>.</p>
<p>You can download the latest trial version of Flash Builder 4 (formerly Flex Builder) from the Adobe Labs site at <a href="http://labs.adobe.com/technologies/flashbuilder4/" rel="nofollow"><u><a href="http://labs.adobe.com/technologies/flashbuilder4/" rel="nofollow">http://labs.adobe.com/technologies/flashbuilder4/</a></u></a>, although nightly versions of Builder are not available. And, if you have a valid Flex Builder 3 license, you can watch <a href="http://www.adobe.com/go/flashbuilderextension" rel="nofollow"><u><a href="http://www.adobe.com/go/flashbuilderextension" rel="nofollow">http://www.adobe.com/go/flashbuilderextension</a></u></a> to request a serial number to extend the Flash Builder 4 trial period.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dev.my</title>
		<link>http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/comment-page-1/#comment-3519</link>
		<dc:creator>dev.my</dc:creator>
		<pubDate>Fri, 19 Jun 2009 11:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/#comment-3519</guid>
		<description>How to upgrade from a nightly builder version to latest nightly builder version?</description>
		<content:encoded><![CDATA[<p>How to upgrade from a nightly builder version to latest nightly builder version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/comment-page-1/#comment-3522</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Mon, 30 Mar 2009 03:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/#comment-3522</guid>
		<description>Justin Buser,
In this example there is no reason why you would need to declare two namespaces which which resolve to the same URL (unless you explicitly wanted to mx: prefix all your Halo controls, for some reason).

But the SDK recently underwent a big rename (see the &lt;a href=&quot;http://opensource.adobe.com/wiki/display/flexsdk/Dropping+the+Fx+Prefix&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;&quot;Dropping the Fx Prefix&quot;&lt;/u&gt;&lt;/a&gt; page on the opensource.adobe.com site for more details), so all these old Gumbo examples will ultimately be rewritten so they&#039;ll compile with the latest nightly Flex Gumbo SDKs).

Peter</description>
		<content:encoded><![CDATA[<p>Justin Buser,<br />
In this example there is no reason why you would need to declare two namespaces which which resolve to the same URL (unless you explicitly wanted to mx: prefix all your Halo controls, for some reason).</p>
<p>But the SDK recently underwent a big rename (see the <a href="http://opensource.adobe.com/wiki/display/flexsdk/Dropping+the+Fx+Prefix" rel="nofollow"><u>&#8220;Dropping the Fx Prefix&#8221;</u></a> page on the opensource.adobe.com site for more details), so all these old Gumbo examples will ultimately be rewritten so they&#8217;ll compile with the latest nightly Flex Gumbo SDKs).</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Buser</title>
		<link>http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/comment-page-1/#comment-3524</link>
		<dc:creator>Justin Buser</dc:creator>
		<pubDate>Sun, 29 Mar 2009 20:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/#comment-3524</guid>
		<description>I&#039;m curious why, in all these examples, both the default and mx namespaces are declared with the same value... There&#039;s no reason to use 2 that I can think of, personally I&#039;ve always just used the default. The first thing I&#039;ve always done when creating a new mxml component is change &lt;mx:Component xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot; &gt; to &lt;Component xmlns=&quot;http://www.adobe.com/2006/mxml&quot; /&gt; just for the sake of saving keystrokes.

I guess my point is that, when, using the example above with both namespaces,
&lt;FxButton label=&quot;Gumbo Button&quot;/&gt;
&lt;mx:Button label=&quot;Halo Button&quot;/&gt;
would be exactly the same as:
&lt;mx:FxButton label=&quot;Gumbo Button&quot;/&gt;
&lt;Button label=&quot;Halo Button&quot;/&gt;

what&#039;s the point in using both? I guess the fact that the majority of the discussion in this topic is pertaining to the design view, which I personally have never used, may be in some way relevant. However, as far as straight coding is concerned I&#039;d recommend just using one namespace or the other, just to keep yourself sane.</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious why, in all these examples, both the default and mx namespaces are declared with the same value&#8230; There&#8217;s no reason to use 2 that I can think of, personally I&#8217;ve always just used the default. The first thing I&#8217;ve always done when creating a new mxml component is change &lt;mx:Component xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; &gt; to &lt;Component xmlns=&#8221;http://www.adobe.com/2006/mxml&#8221; /&gt; just for the sake of saving keystrokes.</p>
<p>I guess my point is that, when, using the example above with both namespaces,<br />
&lt;FxButton label=&#8221;Gumbo Button&#8221;/&gt;<br />
&lt;mx:Button label=&#8221;Halo Button&#8221;/&gt;<br />
would be exactly the same as:<br />
&lt;mx:FxButton label=&#8221;Gumbo Button&#8221;/&gt;<br />
&lt;Button label=&#8221;Halo Button&#8221;/&gt;</p>
<p>what&#8217;s the point in using both? I guess the fact that the majority of the discussion in this topic is pertaining to the design view, which I personally have never used, may be in some way relevant. However, as far as straight coding is concerned I&#8217;d recommend just using one namespace or the other, just to keep yourself sane.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

