<?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: Drawer Component in Flex 4</title>
	<atom:link href="http://saturnboy.com/2010/06/drawer-component-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://saturnboy.com/2010/06/drawer-component-flex-4/</link>
	<description>Code, Work, and Life</description>
	<lastBuildDate>Mon, 23 Jan 2012 16:21:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: justin</title>
		<link>http://saturnboy.com/2010/06/drawer-component-flex-4/comment-page-1/#comment-348</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Mon, 14 Nov 2011 18:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=1418#comment-348</guid>
		<description>@Chris: see comment #2 above.

You&#039;ll need to to flip-flop the open close buttons, so down arrow is open and up arrow is close.</description>
		<content:encoded><![CDATA[<p>@Chris: see comment #2 above.</p>
<p>You&#8217;ll need to to flip-flop the open close buttons, so down arrow is open and up arrow is close.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://saturnboy.com/2010/06/drawer-component-flex-4/comment-page-1/#comment-347</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 12 Nov 2011 14:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=1418#comment-347</guid>
		<description>Great component! I wanted to be able to modify this so that the drawer button is at the top and when clicked it slides down with the contents. I can&#039;t seem to figure out a way to do this with transitions. Any ideas?</description>
		<content:encoded><![CDATA[<p>Great component! I wanted to be able to modify this so that the drawer button is at the top and when clicked it slides down with the contents. I can&#8217;t seem to figure out a way to do this with transitions. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juniorFlex</title>
		<link>http://saturnboy.com/2010/06/drawer-component-flex-4/comment-page-1/#comment-343</link>
		<dc:creator>juniorFlex</dc:creator>
		<pubDate>Thu, 27 Oct 2011 22:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=1418#comment-343</guid>
		<description>I played around for the arrows and is there a nice way to make the arrows on the left and right hand side. Again Thanks for the reply .. I did not see your message and posted the same question again .. Once again thank you.</description>
		<content:encoded><![CDATA[<p>I played around for the arrows and is there a nice way to make the arrows on the left and right hand side. Again Thanks for the reply .. I did not see your message and posted the same question again .. Once again thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://saturnboy.com/2010/06/drawer-component-flex-4/comment-page-1/#comment-341</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Thu, 27 Oct 2011 18:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=1418#comment-341</guid>
		<description>@juniorFlex: See my comment #2 above.

You&#039;ll need to modify the placement of the components in the DrawerSkin and you&#039;ll also need new open and close buttons (mine are hardcoded to be up and down arrows).</description>
		<content:encoded><![CDATA[<p>@juniorFlex: See my comment #2 above.</p>
<p>You&#8217;ll need to modify the placement of the components in the DrawerSkin and you&#8217;ll also need new open and close buttons (mine are hardcoded to be up and down arrows).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juniorFlex</title>
		<link>http://saturnboy.com/2010/06/drawer-component-flex-4/comment-page-1/#comment-340</link>
		<dc:creator>juniorFlex</dc:creator>
		<pubDate>Thu, 27 Oct 2011 18:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=1418#comment-340</guid>
		<description>how to make drawer to right hand side and change the height of it. Couldn&#039;t figure that out.</description>
		<content:encoded><![CDATA[<p>how to make drawer to right hand side and change the height of it. Couldn&#8217;t figure that out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau N. Brewer</title>
		<link>http://saturnboy.com/2010/06/drawer-component-flex-4/comment-page-1/#comment-284</link>
		<dc:creator>Beau N. Brewer</dc:creator>
		<pubDate>Tue, 10 May 2011 23:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=1418#comment-284</guid>
		<description>Static initializer is a good solution, but if you have a library of components a better way would be to include a default.css in the /src folder of your library. This isn&#039;t well documented, but works like a charm.</description>
		<content:encoded><![CDATA[<p>Static initializer is a good solution, but if you have a library of components a better way would be to include a default.css in the /src folder of your library. This isn&#8217;t well documented, but works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://saturnboy.com/2010/06/drawer-component-flex-4/comment-page-1/#comment-260</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Fri, 18 Feb 2011 15:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=1418#comment-260</guid>
		<description>Love it.  Using it.  Thanks!</description>
		<content:encoded><![CDATA[<p>Love it.  Using it.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JCSL</title>
		<link>http://saturnboy.com/2010/06/drawer-component-flex-4/comment-page-1/#comment-258</link>
		<dc:creator>JCSL</dc:creator>
		<pubDate>Sat, 12 Feb 2011 16:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=1418#comment-258</guid>
		<description>Nice! Exactly what I was looking for, thanks!</description>
		<content:encoded><![CDATA[<p>Nice! Exactly what I was looking for, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://saturnboy.com/2010/06/drawer-component-flex-4/comment-page-1/#comment-223</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Thu, 09 Dec 2010 18:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=1418#comment-223</guid>
		<description>@JC: I&#039;m not sure multiple drawers is the correct solution (or proper UX for that matter).  I envision the drawer as a &quot;config panel&quot; that slides out only when you need it.

If you need to put lots of info in the drawer, but don&#039;t want it to be really big, then I suggest using some other visual organizer kind of component (tabs or accordion).  For example, you might have one drawer that comes up from the bottom with a horizontal accordion inside it.</description>
		<content:encoded><![CDATA[<p>@JC: I&#8217;m not sure multiple drawers is the correct solution (or proper UX for that matter).  I envision the drawer as a &#8220;config panel&#8221; that slides out only when you need it.</p>
<p>If you need to put lots of info in the drawer, but don&#8217;t want it to be really big, then I suggest using some other visual organizer kind of component (tabs or accordion).  For example, you might have one drawer that comes up from the bottom with a horizontal accordion inside it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC</title>
		<link>http://saturnboy.com/2010/06/drawer-component-flex-4/comment-page-1/#comment-222</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Thu, 09 Dec 2010 15:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=1418#comment-222</guid>
		<description>Great sample code. Thanks

I run into a interesting problem when I try to use this in a bigger scale. I have five drawer going, now the problem is since they are draw one of top of another, When the last one  slides out it cover up all the other drawer button. Any idea how to make it so the buttons will never be covered if I have multiple of them? I have a feeling, I might even need some kind of manager class to keep track of different state for multiple drawer. Thanks for any idea in advance.</description>
		<content:encoded><![CDATA[<p>Great sample code. Thanks</p>
<p>I run into a interesting problem when I try to use this in a bigger scale. I have five drawer going, now the problem is since they are draw one of top of another, When the last one  slides out it cover up all the other drawer button. Any idea how to make it so the buttons will never be covered if I have multiple of them? I have a feeling, I might even need some kind of manager class to keep track of different state for multiple drawer. Thanks for any idea in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

