<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>assertTrue: Using Flex 4 (Gumbo) with Sprouts</title>
    <link>http://www.asserttrue.com/articles/2008/09/09/using-flex-4-gumbo-with-sprouts</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>powered by Pattern Park</description>
    <item>
      <title>Using Flex 4 (Gumbo) with Sprouts</title>
      <description>&lt;p&gt;I just got a question about using the Flex 4 &lt;span class="caps"&gt;SDK&lt;/span&gt; with Sprouts and figured I&amp;#8217;d share the answer with anyone else that may be interested&amp;#8230;&lt;/p&gt;


	&lt;p&gt;Being insanely flexible does often have it&amp;#8217;s downsides, but in this case life is good.&lt;/p&gt;


	&lt;p&gt;To use the latest Flex 4 &lt;span class="caps"&gt;SDK&lt;/span&gt; with the latest release of Sprouts, you can simply update your project_model by specifying the &lt;code&gt;compiler_gem_name&lt;/code&gt; as follows:&lt;/p&gt;


&lt;div class="typocode"&gt;&lt;table class="typocode_linenumber"&gt;&lt;tr&gt;&lt;td class="lineno"&gt;
&lt;pre&gt;
1
2
3
4
5
6
7
8
&lt;/pre&gt;
&lt;/td&gt;&lt;td width="100%"&gt;&lt;pre&gt;&lt;code class="typocode_default code-example"&gt;project_model :model do |m|
  m.project_name            = 'SomeProject'
  m.language                = 'mxml'
  m.background_color        = '#FFFFFF'
  m.width                   = 970
  m.height                  = 550
  m.compiler_gem_name       = 'sprout-flex4sdk-tool'
end&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

	&lt;p&gt;Then run rake.&lt;/p&gt;


	&lt;p&gt;Fits like it grew there!&lt;/p&gt;</description>
      <pubDate>Tue, 09 Sep 2008 18:19:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:ff039fec-f3f9-42ac-a78d-580ff84098bd</guid>
      <author>Luke Bayes</author>
      <link>http://www.asserttrue.com/articles/2008/09/09/using-flex-4-gumbo-with-sprouts</link>
      <category>sprouts</category>
      <category>actionscript</category>
      <trackback:ping>http://www.asserttrue.com/articles/trackback/1584</trackback:ping>
    </item>
  </channel>
</rss>
