<?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: WindowShade component added to FlexLib</title>
	<atom:link href="http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/</link>
	<description>A blog about Adobe Flex</description>
	<lastBuildDate>Sun, 14 Mar 2010 01:29:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ErrK</title>
		<link>http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/comment-page-1/#comment-208436</link>
		<dc:creator>ErrK</dc:creator>
		<pubDate>Fri, 25 Sep 2009 10:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/#comment-208436</guid>
		<description>I have the same problem that Aman have.
That if i dynamically add and remove item into the windowShade it dose not change the height.

Dose any one have a solution for it?</description>
		<content:encoded><![CDATA[<p>I have the same problem that Aman have.<br />
That if i dynamically add and remove item into the windowShade it dose not change the height.</p>
<p>Dose any one have a solution for it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aman</title>
		<link>http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/comment-page-1/#comment-208051</link>
		<dc:creator>Aman</dc:creator>
		<pubDate>Fri, 26 Jun 2009 01:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/#comment-208051</guid>
		<description>Hi Doug,

I&#039;ve used your WindowShade extensively in my project. But recently I noticed that if I dynamically add / remove some items to it, even though its width changes to accomodate the contents, its height does not change! This has become a showstopper for me. Would really appreciate your help!

Many Thanks,
Aman</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>I&#8217;ve used your WindowShade extensively in my project. But recently I noticed that if I dynamically add / remove some items to it, even though its width changes to accomodate the contents, its height does not change! This has become a showstopper for me. Would really appreciate your help!</p>
<p>Many Thanks,<br />
Aman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stacey reiman</title>
		<link>http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/comment-page-1/#comment-207790</link>
		<dc:creator>stacey reiman</dc:creator>
		<pubDate>Tue, 12 May 2009 20:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/#comment-207790</guid>
		<description>Your degrafa shade is awesome - the only problem I have is that when you click on a button within the opened shade, in my case to navigate to another State - I can&#039;t get the shade to close.

I tried making this function - 

private function levelChange1():void {
currentState=&#039;class1State&#039;();
 shade.opened = false;
  }

But I get an error whenever I click on the button to change states now.  Any help would be really appreciated!

warm wishes
Stacey</description>
		<content:encoded><![CDATA[<p>Your degrafa shade is awesome &#8211; the only problem I have is that when you click on a button within the opened shade, in my case to navigate to another State &#8211; I can&#8217;t get the shade to close.</p>
<p>I tried making this function &#8211; </p>
<p>private function levelChange1():void {<br />
currentState=&#8217;class1State&#8217;();<br />
 shade.opened = false;<br />
  }</p>
<p>But I get an error whenever I click on the button to change states now.  Any help would be really appreciated!</p>
<p>warm wishes<br />
Stacey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darren_db</title>
		<link>http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/comment-page-1/#comment-207434</link>
		<dc:creator>darren_db</dc:creator>
		<pubDate>Thu, 05 Feb 2009 01:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/#comment-207434</guid>
		<description>I am having trouble disabling the WindowShade. i have a state change (user logs out) that i want to change the ui so certain members-only features are disabled. currently when i change the myWindowShade.enabled property to false, it disables the contents, but the header button still interacts, opens, and closes. How would I disable this header button to lock down the whole windowShade?</description>
		<content:encoded><![CDATA[<p>I am having trouble disabling the WindowShade. i have a state change (user logs out) that i want to change the ui so certain members-only features are disabled. currently when i change the myWindowShade.enabled property to false, it disables the contents, but the header button still interacts, opens, and closes. How would I disable this header button to lock down the whole windowShade?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Patterson</title>
		<link>http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/comment-page-1/#comment-207374</link>
		<dc:creator>Danny Patterson</dc:creator>
		<pubDate>Mon, 05 Jan 2009 05:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/#comment-207374</guid>
		<description>I&#039;m having trouble with something I&#039;m working on and I see your compoent has the same problem.  If you embed the window shade components inside eachother to create a type of tree control, you&#039;ll see that expanding a child WindowShade doesn&#039;t invalidate the size of its parent.  Any idea&#039;s how I can invalidate the size of the parent?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble with something I&#8217;m working on and I see your compoent has the same problem.  If you embed the window shade components inside eachother to create a type of tree control, you&#8217;ll see that expanding a child WindowShade doesn&#8217;t invalidate the size of its parent.  Any idea&#8217;s how I can invalidate the size of the parent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Paley</title>
		<link>http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/comment-page-1/#comment-149502</link>
		<dc:creator>Michael Paley</dc:creator>
		<pubDate>Wed, 20 Aug 2008 17:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/#comment-149502</guid>
		<description>Hi, I love this control.  I cannot figure out how to make the second or third shades move down when the one above is opened...thanks for the help.</description>
		<content:encoded><![CDATA[<p>Hi, I love this control.  I cannot figure out how to make the second or third shades move down when the one above is opened&#8230;thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linus Graybill</title>
		<link>http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/comment-page-1/#comment-101761</link>
		<dc:creator>Linus Graybill</dc:creator>
		<pubDate>Tue, 10 Jun 2008 17:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/#comment-101761</guid>
		<description>Hey Doug - I love the work you&#039;ve done, it&#039;s been invaluable to me so far. 

Regarding the WindowShade, you mentioned above you might post some samples of how to use the WindowShade docked to the side of the screen. I&#039;m trying to figure out how to do exactly this. Any chance you could post a sample?</description>
		<content:encoded><![CDATA[<p>Hey Doug &#8211; I love the work you&#8217;ve done, it&#8217;s been invaluable to me so far. </p>
<p>Regarding the WindowShade, you mentioned above you might post some samples of how to use the WindowShade docked to the side of the screen. I&#8217;m trying to figure out how to do exactly this. Any chance you could post a sample?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gotjosh</title>
		<link>http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/comment-page-1/#comment-76460</link>
		<dc:creator>gotjosh</dc:creator>
		<pubDate>Thu, 24 Apr 2008 17:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/#comment-76460</guid>
		<description>Hey Doug,
totally sweet!
many thanks for sharing a very useful component!

I am seeing some strange behavior, and maybe you can point me to the issue rather easily before i go sleuthing too deep into your code...
Some content will display at first, then when i close the Shade it goes away, and when i open the shade it DOES NOT come back...

it has a canvas with an extra component inside...

any ideas?</description>
		<content:encoded><![CDATA[<p>Hey Doug,<br />
totally sweet!<br />
many thanks for sharing a very useful component!</p>
<p>I am seeing some strange behavior, and maybe you can point me to the issue rather easily before i go sleuthing too deep into your code&#8230;<br />
Some content will display at first, then when i close the Shade it goes away, and when i open the shade it DOES NOT come back&#8230;</p>
<p>it has a canvas with an extra component inside&#8230;</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Building Flexlib from SVN source to get openEnd and closeEnd events for WindowShade &#171; Ramblings</title>
		<link>http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/comment-page-1/#comment-71022</link>
		<dc:creator>Building Flexlib from SVN source to get openEnd and closeEnd events for WindowShade &#171; Ramblings</dc:creator>
		<pubDate>Sat, 05 Apr 2008 02:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/#comment-71022</guid>
		<description>[...] I am using the very nifty WindowShade from the life-saving (OK that&#8217;s a bit melodramatic&#8230;) FlexLib library. However, I wanted to be notified of open and close events. I heard somewhere (can&#8217;t find where now) that those events have been added into the SVN for FlexLib. I didn&#8217;t want to have to do a checkout and copy those files over and update it everytime the FlexLib SVN code updated&#8230; not fun. Fortunately there is a note in the FlexLib Wiki about creating a FlexBuildProject from the svn tree. This got interesting. I never build a SWC before and it certainly makes it a lot easier. [...]</description>
		<content:encoded><![CDATA[<p>[...] I am using the very nifty WindowShade from the life-saving (OK that&#8217;s a bit melodramatic&#8230;) FlexLib library. However, I wanted to be notified of open and close events. I heard somewhere (can&#8217;t find where now) that those events have been added into the SVN for FlexLib. I didn&#8217;t want to have to do a checkout and copy those files over and update it everytime the FlexLib SVN code updated&#8230; not fun. Fortunately there is a note in the FlexLib Wiki about creating a FlexBuildProject from the svn tree. This got interesting. I never build a SWC before and it certainly makes it a lot easier. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Building Flexlib from SVN source &#171; Ramblings</title>
		<link>http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/comment-page-1/#comment-70992</link>
		<dc:creator>Building Flexlib from SVN source &#171; Ramblings</dc:creator>
		<pubDate>Sat, 05 Apr 2008 00:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/02/09/windowshade-component-added-to-flexlib/#comment-70992</guid>
		<description>[...] I am using the very nifty WindowShade from the life-saving (OK that&#8217;s a bit melodramatic&#8230;) FlexLib library. However, I wanted to be notified of open and close events. I heard somewhere (can&#8217;t find where now) that those events have been added into the SVN for FlexLib. I didn&#8217;t want to have to do a checkout and copy those files over and update it everytime the FlexLib SVN code updated&#8230; not fun. Fortunately there is a note in the FlexLib Wiki about creating a FlexBuildProject from the svn tree. This got interesting. I never build a SWC before and it certainly makes it a lot easier. [...]</description>
		<content:encoded><![CDATA[<p>[...] I am using the very nifty WindowShade from the life-saving (OK that&#8217;s a bit melodramatic&#8230;) FlexLib library. However, I wanted to be notified of open and close events. I heard somewhere (can&#8217;t find where now) that those events have been added into the SVN for FlexLib. I didn&#8217;t want to have to do a checkout and copy those files over and update it everytime the FlexLib SVN code updated&#8230; not fun. Fortunately there is a note in the FlexLib Wiki about creating a FlexBuildProject from the svn tree. This got interesting. I never build a SWC before and it certainly makes it a lot easier. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
