<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>#&#124;Hash-Pipe &#187; Flex</title>
	<atom:link href="http://hash-pipe.com/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://hash-pipe.com</link>
	<description>The collective musings of a few real-world programmers.</description>
	<lastBuildDate>Thu, 09 Jul 2009 03:47:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex and Eclipse</title>
		<link>http://hash-pipe.com/2009/07/flex-and-eclipse/</link>
		<comments>http://hash-pipe.com/2009/07/flex-and-eclipse/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 03:47:52 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://hash-pipe.com/?p=36</guid>
		<description><![CDATA[Just an FYI for anyone with a &#8220;Flex Builder 3&#8243; retail package&#8230; The package we have (and presumably all of them) comes with &#8220;Flex Builder 3 Plug-in&#8221; version 3.0.0, which is not compatible with Eclipse 3.4 (Ganymede) or Eclipse 3.5 (Galileo). Not only that, trying to update the plug-in through Eclipse using the &#8220;Search for [...]]]></description>
			<content:encoded><![CDATA[<p>Just an FYI for anyone with a &#8220;Flex Builder 3&#8243; retail package&#8230; The package we have (and presumably all of them) comes with &#8220;Flex Builder 3 Plug-in&#8221; version 3.0.0, which is not compatible with Eclipse 3.4 (Ganymede) or Eclipse 3.5 (Galileo). Not only that, trying to update the plug-in through Eclipse using the &#8220;Search for Flex Builder updates&#8230;&#8221; command did nothing.</p>
<p>If you have a more recent version of Eclipse you&#8217;ll want to <a href="http://www.adobe.com/cfusion/entitlement/index.cfm?e=flexbuilder3">download the plug-in directly from Adobe</a> rather than using the CD. At the time of this post that will get you version 3.0.2, which is compatible with Eclipse 3.4 (Ganymede) but still not compatible with Eclipse 3.5 (Galileo). If you want to use the plug-in you&#8217;ll have to downgrade to 3.4.</p>
<p>Hope this information can help somebody. It would have saved me a few hours of frustration the other day.</p>
<p>Also: Eclipse 3.4 lists WST 3.1.0 as an available update. Don&#8217;t do it. It is incompatible with 3.4 and will make it so you can&#8217;t even open an editor window. Stick with 3.0.x. Why they tell you to install incompatible updates with all their dependency checking, I&#8217;ll never know.</p>
]]></content:encoded>
			<wfw:commentRss>http://hash-pipe.com/2009/07/flex-and-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Smooth Scrolling DataGrid</title>
		<link>http://hash-pipe.com/2008/11/flex-smooth-scrolling-datagrid/</link>
		<comments>http://hash-pipe.com/2008/11/flex-smooth-scrolling-datagrid/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 19:03:43 +0000</pubDate>
		<dc:creator>acarrasco</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://hash-pipe.com/?p=14</guid>
		<description><![CDATA[This is a very hacky way to create a smooth-scrolling grid in flex. It is implemented by creating two grids: one for the header and one for the body. Each grid is wrapped in a canvas that is scrolled in-sync with the other one.
Try sorting, reordering columns, and resizing columns. They all work.
Right-click the grid [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very hacky way to create a smooth-scrolling grid in flex. It is implemented by creating two grids: one for the header and one for the body. Each grid is wrapped in a canvas that is scrolled in-sync with the other one.</p>
<p>Try sorting, reordering columns, and resizing columns. They all work.</p>
<p>Right-click the grid to view the source. When I get some free time I&#8217;ll turn it into a reusable component that you can apply to any grid. Feel free to use at your own risk <img src='http://hash-pipe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><iframe src="http://knowledgehead.com/smooth-scrolling-datagrid/main.swf" width="400" height="200" frameborder="0"></iframe></p>
<p>Enjoy,<br />
Alvaro</p>
]]></content:encoded>
			<wfw:commentRss>http://hash-pipe.com/2008/11/flex-smooth-scrolling-datagrid/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
