<?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: Flex 2: Bug with Panel and Filters?</title>
	<atom:link href="http://www.herrodius.com/blog/78/feed" rel="self" type="application/rss+xml" />
	<link>http://www.herrodius.com/blog/78</link>
	<description>Thoughts from a software developer</description>
	<lastBuildDate>Wed, 30 Nov 2011 09:13:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: fede</title>
		<link>http://www.herrodius.com/blog/78/comment-page-1#comment-13417</link>
		<dc:creator>fede</dc:creator>
		<pubDate>Tue, 08 Apr 2008 14:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=78#comment-13417</guid>
		<description>i run into a problem with visualisation,when i do visualization on browser he say npswf32.ddl missing in mozilla directory,try to reinstall the last plugin of flash 9 or reinstall adobe flex 2. what have i to do ?
i tried to re-install flash 9 plugin,but this bug comes everytime</description>
		<content:encoded><![CDATA[<p>i run into a problem with visualisation,when i do visualization on browser he say npswf32.ddl missing in mozilla directory,try to reinstall the last plugin of flash 9 or reinstall adobe flex 2. what have i to do ?<br />
i tried to re-install flash 9 plugin,but this bug comes everytime</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristof Neirynck</title>
		<link>http://www.herrodius.com/blog/78/comment-page-1#comment-11991</link>
		<dc:creator>Kristof Neirynck</dc:creator>
		<pubDate>Sun, 24 Jun 2007 16:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=78#comment-11991</guid>
		<description>That bug seems oddly familiar.
&lt;a href=&quot;http://www.rgenerat.org/iileyblog/?p=62&quot; rel=&quot;nofollow&quot;&gt;Iiley&lt;/a&gt; had a similar problem when developing aswing.

Jeremy mentions scrollRect and filters are not working well together in actionscript 3 in the comments of that blogpost.

Maybe you could look at the generated code and see if this is the same bug.</description>
		<content:encoded><![CDATA[<p>That bug seems oddly familiar.<br />
<a href="http://www.rgenerat.org/iileyblog/?p=62" rel="nofollow">Iiley</a> had a similar problem when developing aswing.</p>
<p>Jeremy mentions scrollRect and filters are not working well together in actionscript 3 in the comments of that blogpost.</p>
<p>Maybe you could look at the generated code and see if this is the same bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaniv De Ridder</title>
		<link>http://www.herrodius.com/blog/78/comment-page-1#comment-11986</link>
		<dc:creator>Yaniv De Ridder</dc:creator>
		<pubDate>Fri, 22 Jun 2007 15:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=78#comment-11986</guid>
		<description>Hi Christophe,
this is looking like a bug in the flex framework, you should get an account in http://bugs.adobe.com/flex/ to be able to fill a new bug in the public bugbase.
also you should try your testcase with Flex 3 (make sure you choose the moxie SDK) to see if it is fixed.

Cheers,

/yaniv</description>
		<content:encoded><![CDATA[<p>Hi Christophe,<br />
this is looking like a bug in the flex framework, you should get an account in <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> to be able to fill a new bug in the public bugbase.<br />
also you should try your testcase with Flex 3 (make sure you choose the moxie SDK) to see if it is fixed.</p>
<p>Cheers,</p>
<p>/yaniv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwopitz</title>
		<link>http://www.herrodius.com/blog/78/comment-page-1#comment-11984</link>
		<dc:creator>jwopitz</dc:creator>
		<pubDate>Fri, 22 Jun 2007 15:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=78#comment-11984</guid>
		<description>So after looking at the source, I see you are using states.  I have never used states in this fashion so I have no input to how that would be affecting it.

However you might try this:  Rather than using states, try having the buttons fire functions that explicitly set the Panels&#039; heights.  

The other approach might be this:  If hiding the content of the panel is a much desired feature, you might try subclassing the Panel, and then creating convenience getters for the mx_internal::contentPane:Sprite.  I believe this is where all the children get added for the Panel.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>So after looking at the source, I see you are using states.  I have never used states in this fashion so I have no input to how that would be affecting it.</p>
<p>However you might try this:  Rather than using states, try having the buttons fire functions that explicitly set the Panels&#8217; heights.  </p>
<p>The other approach might be this:  If hiding the content of the panel is a much desired feature, you might try subclassing the Panel, and then creating convenience getters for the mx_internal::contentPane:Sprite.  I believe this is where all the children get added for the Panel.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.herrodius.com/blog/78/comment-page-1#comment-11982</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Fri, 22 Jun 2007 14:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=78#comment-11982</guid>
		<description>Thx for the notice on the view source. I just fixed the link. I&#039;ll also check what we can do with the properties, thank you for the suggestion.</description>
		<content:encoded><![CDATA[<p>Thx for the notice on the view source. I just fixed the link. I&#8217;ll also check what we can do with the properties, thank you for the suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwopitz</title>
		<link>http://www.herrodius.com/blog/78/comment-page-1#comment-11981</link>
		<dc:creator>jwopitz</dc:creator>
		<pubDate>Fri, 22 Jun 2007 14:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=78#comment-11981</guid>
		<description>Two things:
1) The right-click source doesn&#039;t seem to reflect the content of the swf.  Maybe I am missing something.  But I can&#039;t really look at the implementation without it.  So that leads me to...

2) How are you collapsing your panels?  My approach would be to resize the panel.height to that of the headerHeight (which looks like what you are doing) but also make sure that you turn off the visible and includeInLayout properties of it content&#039;s children. 

Of course I haven&#039;t worked much with the filters so I can&#039;t attest to the success of my proposed implementation.  But it sounds logical, right?</description>
		<content:encoded><![CDATA[<p>Two things:<br />
1) The right-click source doesn&#8217;t seem to reflect the content of the swf.  Maybe I am missing something.  But I can&#8217;t really look at the implementation without it.  So that leads me to&#8230;</p>
<p>2) How are you collapsing your panels?  My approach would be to resize the panel.height to that of the headerHeight (which looks like what you are doing) but also make sure that you turn off the visible and includeInLayout properties of it content&#8217;s children. </p>
<p>Of course I haven&#8217;t worked much with the filters so I can&#8217;t attest to the success of my proposed implementation.  But it sounds logical, right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

