<?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: Adobe Flex in 10 minutes</title>
	<atom:link href="http://blog.tripu.info/item/flex/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tripu.info/item/flex</link>
	<description>1.0rc2</description>
	<lastBuildDate>Mon, 07 Nov 2011 21:58:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: carlos</title>
		<link>http://blog.tripu.info/item/flex/comment-page-1#comment-3101</link>
		<dc:creator>carlos</dc:creator>
		<pubDate>Wed, 22 Dec 2010 19:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tripu.info/item/flex#comment-3101</guid>
		<description>Thanks for posting this!  
The mxml editor in Eclipse &quot;Europa&quot; does present an error: it does not show the source.  To resolve this, I downloaded flexbuilder_linux_install_a5_112409.bin off the same URL as the &quot;a4&quot; version in this article.

There however appears to be another problem, and I wonder if anyone else has encountered this: the &quot;fdb&quot; debugger provided by the Flex 3 SDK disconnects at random times from the browser (ie: it displays &quot;sesssion terminated&quot;).  Has anyone else encountered this?  Is there a fix?</description>
		<content:encoded><![CDATA[<p>Thanks for posting this!<br />
The mxml editor in Eclipse &#8220;Europa&#8221; does present an error: it does not show the source.  To resolve this, I downloaded flexbuilder_linux_install_a5_112409.bin off the same URL as the &#8220;a4&#8243; version in this article.</p>
<p>There however appears to be another problem, and I wonder if anyone else has encountered this: the &#8220;fdb&#8221; debugger provided by the Flex 3 SDK disconnects at random times from the browser (ie: it displays &#8220;sesssion terminated&#8221;).  Has anyone else encountered this?  Is there a fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Umali</title>
		<link>http://blog.tripu.info/item/flex/comment-page-1#comment-2489</link>
		<dc:creator>Rick Umali</dc:creator>
		<pubDate>Sat, 29 Nov 2008 14:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tripu.info/item/flex#comment-2489</guid>
		<description>Thanks for posting this little tutorial. Just a quick note: If you find yourself using the command line tools (mxmlc), you may get this error &quot;Unable to locate specified base class &#039;info.tripu.blog.flex.SimpleApp&#039;&quot;. To resolve this, I had to drop the SimpleApp.as file into a directory structure that mimics the package name. In other words, I had to do mkdir info, mkdir info\tripu, mkdir info\tripu\blog, and mkdir info\tripu\blog\flex. Then I had to copy SimpleApp.as into the last directory that I created. Good luck!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this little tutorial. Just a quick note: If you find yourself using the command line tools (mxmlc), you may get this error &#8220;Unable to locate specified base class &#8216;info.tripu.blog.flex.SimpleApp&#8217;&#8221;. To resolve this, I had to drop the SimpleApp.as file into a directory structure that mimics the package name. In other words, I had to do mkdir info, mkdir info\tripu, mkdir info\tripu\blog, and mkdir info\tripu\blog\flex. Then I had to copy SimpleApp.as into the last directory that I created. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tripu</title>
		<link>http://blog.tripu.info/item/flex/comment-page-1#comment-2111</link>
		<dc:creator>tripu</dc:creator>
		<pubDate>Thu, 27 Mar 2008 01:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tripu.info/item/flex#comment-2111</guid>
		<description>&lt;strong&gt;Z&lt;/strong&gt;, your analogy is interesting — I never thought of Flex in those terms.

I guess you are basically right. The thing is, Flex is more powerful than plain markup+CSS+Javascript. And, more importantly, Flex guarantees (almost) perfect cross-browser, cross-platform look &amp; feel and behaviour. Always. With Flex you can just forget about IE quirks, levels of CSS support, fonts installed on the client, Javascript vs JScript, differences in layout rendering… it&#039;s a big deal! And it comes with all the swish widgets and effects straight out of the box.

About your problem — Google released its cool &lt;a href=&quot;http://www.google.co.uk/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fcode.google.com%2Fapis%2Fchart%2F&amp;ei=QvHqR48ZpsZBgJj0ow0&amp;usg=AFQjCNHtD_XG9n06lyu6yjyEmnzMYTh1LA&amp;sig2=vAhRcKrA3PvOYKf12KVdxw&quot; title=&quot;Google Chart API&quot; rel=&quot;nofollow&quot;&gt;Google Chart&lt;/a&gt;, you know. Easy to use and pretty neat, but AFAIK it allows no interaction with the charts. Components contained in &lt;a href=&quot;http://www.adobe.com/uk/products/flex/charting/&quot; title=&quot;Flex Charting&quot; rel=&quot;nofollow&quot;&gt;Flex Charting&lt;/a&gt;, on the other hand, can be extended to respond to user actions. (Not that I&#039;m trying to push Flex Charting! Obviously it&#039;s not free and it comes with a moderately tough learning curve. You can probably find simpler solutions to your problem that are also free).

In my post I forgot to mention that frameworks like &lt;a href=&quot;http://labs.adobe.com/wiki/index.php/Cairngorm&quot; title=&quot;Cairngorm&quot; rel=&quot;nofollow&quot;&gt;Cairngorm&lt;/a&gt; also bring the MVC approach to Flex development.</description>
		<content:encoded><![CDATA[<p><strong>Z</strong>, your analogy is interesting — I never thought of Flex in those terms.</p>
<p>I guess you are basically right. The thing is, Flex is more powerful than plain markup+CSS+Javascript. And, more importantly, Flex guarantees (almost) perfect cross-browser, cross-platform look &#038; feel and behaviour. Always. With Flex you can just forget about IE quirks, levels of CSS support, fonts installed on the client, Javascript vs JScript, differences in layout rendering… it&#8217;s a big deal! And it comes with all the swish widgets and effects straight out of the box.</p>
<p>About your problem — Google released its cool <a href="http://www.google.co.uk/url?sa=t&#038;ct=res&#038;cd=1&#038;url=http%3A%2F%2Fcode.google.com%2Fapis%2Fchart%2F&#038;ei=QvHqR48ZpsZBgJj0ow0&#038;usg=AFQjCNHtD_XG9n06lyu6yjyEmnzMYTh1LA&#038;sig2=vAhRcKrA3PvOYKf12KVdxw" title="Google Chart API" rel="nofollow">Google Chart</a>, you know. Easy to use and pretty neat, but AFAIK it allows no interaction with the charts. Components contained in <a href="http://www.adobe.com/uk/products/flex/charting/" title="Flex Charting" rel="nofollow">Flex Charting</a>, on the other hand, can be extended to respond to user actions. (Not that I&#8217;m trying to push Flex Charting! Obviously it&#8217;s not free and it comes with a moderately tough learning curve. You can probably find simpler solutions to your problem that are also free).</p>
<p>In my post I forgot to mention that frameworks like <a href="http://labs.adobe.com/wiki/index.php/Cairngorm" title="Cairngorm" rel="nofollow">Cairngorm</a> also bring the MVC approach to Flex development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeta</title>
		<link>http://blog.tripu.info/item/flex/comment-page-1#comment-2106</link>
		<dc:creator>zeta</dc:creator>
		<pubDate>Thu, 20 Mar 2008 15:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tripu.info/item/flex#comment-2106</guid>
		<description>So, as far as I understand: The Actionscript is the Javascript, the MXML is the HTML and the Flash plug-in is the browser. Just acting in an upper layer, right? I don&#039;t know... I don&#039;t see it, do you?

Anyway, I need to create a dynamic chart generator for a web application (fed from a XML or Json file). Do you think Flex is the right option? Or plain Flash? Or Javascript with Canvas? It would be nice to be able to interact with the chart itself.</description>
		<content:encoded><![CDATA[<p>So, as far as I understand: The Actionscript is the Javascript, the MXML is the HTML and the Flash plug-in is the browser. Just acting in an upper layer, right? I don&#8217;t know&#8230; I don&#8217;t see it, do you?</p>
<p>Anyway, I need to create a dynamic chart generator for a web application (fed from a XML or Json file). Do you think Flex is the right option? Or plain Flash? Or Javascript with Canvas? It would be nice to be able to interact with the chart itself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

