<?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: Determining if a drop down menu is open in a Spark DropDownList control in Flex 4</title>
	<atom:link href="http://blog.flexexamples.com/2009/08/06/determining-if-a-drop-down-menu-is-open-in-a-spark-dropdownlist-control-in-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2009/08/06/determining-if-a-drop-down-menu-is-open-in-a-spark-dropdownlist-control-in-flex-4/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/08/06/determining-if-a-drop-down-menu-is-open-in-a-spark-dropdownlist-control-in-flex-4/comment-page-1/#comment-5025</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Fri, 07 Aug 2009 23:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=1512#comment-5025</guid>
		<description>&lt;a href=&quot;http://bugs.adobe.com/jira/browse/SDK-22425&quot; rel=&quot;nofollow&quot;&gt;[SDK-22425] Opening a DropDownList that is in a child application from a different domain from the parent causes a RTE&lt;/a&gt; has been fixed in SDK 4.0.0.9182. For more information, see http://forums.adobe.com/message/2163715.

Peter</description>
		<content:encoded><![CDATA[<p><a href="http://bugs.adobe.com/jira/browse/SDK-22425" rel="nofollow">[SDK-22425] Opening a DropDownList that is in a child application from a different domain from the parent causes a RTE</a> has been fixed in SDK 4.0.0.9182. For more information, see <a href="http://forums.adobe.com/message/2163715" rel="nofollow">http://forums.adobe.com/message/2163715</a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/08/06/determining-if-a-drop-down-menu-is-open-in-a-spark-dropdownlist-control-in-flex-4/comment-page-1/#comment-4989</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Thu, 06 Aug 2009 19:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=1512#comment-4989</guid>
		<description>Just to close the loop on this... A bug was filed a few days ago, http://bugs.adobe.com/jira/browse/SDK-22425, and there is a bug when the dropDown was opened inside of a module. Adobe is actively working on a fix.

Thanks everybody,
Peter</description>
		<content:encoded><![CDATA[<p>Just to close the loop on this&#8230; A bug was filed a few days ago, <a href="http://bugs.adobe.com/jira/browse/SDK-22425" rel="nofollow">http://bugs.adobe.com/jira/browse/SDK-22425</a>, and there is a bug when the dropDown was opened inside of a module. Adobe is actively working on a fix.</p>
<p>Thanks everybody,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/08/06/determining-if-a-drop-down-menu-is-open-in-a-spark-dropdownlist-control-in-flex-4/comment-page-1/#comment-4987</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Thu, 06 Aug 2009 16:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=1512#comment-4987</guid>
		<description>@Greg,

I sent you an email. Send me your files and I can take a look later today and we can try and get a bug filed for this.
I don&#039;t think I&#039;ll be able to sleep until I can reproduce this issue and we can submit a bug.

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>@Greg,</p>
<p>I sent you an email. Send me your files and I can take a look later today and we can try and get a bug filed for this.<br />
I don&#8217;t think I&#8217;ll be able to sleep until I can reproduce this issue and we can submit a bug.</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.flexexamples.com/2009/08/06/determining-if-a-drop-down-menu-is-open-in-a-spark-dropdownlist-control-in-flex-4/comment-page-1/#comment-4984</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 06 Aug 2009 15:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=1512#comment-4984</guid>
		<description>I&#039;ve used spark components as much as possible.  The modules are mx because that&#039;s the only choice for them.  Each module&#039;s 1st child is a SkinnableContainer, so the overall structure would be...
spark (application) -&gt; mx (module) -&gt; spark (SkinnableContainer) -&gt; spark (pop up SkinnableContainer)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used spark components as much as possible.  The modules are mx because that&#8217;s the only choice for them.  Each module&#8217;s 1st child is a SkinnableContainer, so the overall structure would be&#8230;<br />
spark (application) -&gt; mx (module) -&gt; spark (SkinnableContainer) -&gt; spark (pop up SkinnableContainer)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rostislav Siryk</title>
		<link>http://blog.flexexamples.com/2009/08/06/determining-if-a-drop-down-menu-is-open-in-a-spark-dropdownlist-control-in-flex-4/comment-page-1/#comment-4982</link>
		<dc:creator>Rostislav Siryk</dc:creator>
		<pubDate>Thu, 06 Aug 2009 15:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=1512#comment-4982</guid>
		<description>Greg, does your project use only Spark components, or it also uses components from Halo theme? As far as I know, positioning can be wrong if Spark component is put in Halo container. The workaround in such situation is to wrap Spark component with Spark container, which  resides in Halo container.</description>
		<content:encoded><![CDATA[<p>Greg, does your project use only Spark components, or it also uses components from Halo theme? As far as I know, positioning can be wrong if Spark component is put in Halo container. The workaround in such situation is to wrap Spark component with Spark container, which  resides in Halo container.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.flexexamples.com/2009/08/06/determining-if-a-drop-down-menu-is-open-in-a-spark-dropdownlist-control-in-flex-4/comment-page-1/#comment-4980</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 06 Aug 2009 14:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=1512#comment-4980</guid>
		<description>I tried to reproduce the behaviour with a simple test case and couldn&#039;t either.  The application base consists of several modules loaded into a SkinnableContainer (one module for the header, one for the nav, and one for the content).  The content module, in this case, has 2 components (one for its titlebar and one for its content).  A button in the content module&#039;s content component launches a modal pop up window (which is a SkinnableContainer component in this case).  This is the component that has the DropDownList.

I&#039;ve seen several bugs posted that relate to the DropDownList not positioning correct if the component is moved.  I&#039;ve tried dynamically adding the DropDownList to the pop up after its creationComplete and I get the same behaviour, so I&#039;m not sure if that bug I&#039;ve seen is related or not.

I&#039;ll try to create a simple test case that can  reproduce the issue.  If I can&#039;t, can I Email you my files privately?  This is a small part of a pretty big application (or what will be a big application when it is completed).</description>
		<content:encoded><![CDATA[<p>I tried to reproduce the behaviour with a simple test case and couldn&#8217;t either.  The application base consists of several modules loaded into a SkinnableContainer (one module for the header, one for the nav, and one for the content).  The content module, in this case, has 2 components (one for its titlebar and one for its content).  A button in the content module&#8217;s content component launches a modal pop up window (which is a SkinnableContainer component in this case).  This is the component that has the DropDownList.</p>
<p>I&#8217;ve seen several bugs posted that relate to the DropDownList not positioning correct if the component is moved.  I&#8217;ve tried dynamically adding the DropDownList to the pop up after its creationComplete and I get the same behaviour, so I&#8217;m not sure if that bug I&#8217;ve seen is related or not.</p>
<p>I&#8217;ll try to create a simple test case that can  reproduce the issue.  If I can&#8217;t, can I Email you my files privately?  This is a small part of a pretty big application (or what will be a big application when it is completed).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/08/06/determining-if-a-drop-down-menu-is-open-in-a-spark-dropdownlist-control-in-flex-4/comment-page-1/#comment-4979</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Thu, 06 Aug 2009 13:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=1512#comment-4979</guid>
		<description>Greg,

I&#039;ve never seen that before, and I wasn&#039;t able to reproduce the issue locally.
Can you please file a bug at http://bugs.adobe.com/flex/ with a simple test case showing the behavior. Or, if you can give me a few more details so I can try and reproduce the issue, I can file the bug for you (and help you try and find a workaround).

Peter</description>
		<content:encoded><![CDATA[<p>Greg,</p>
<p>I&#8217;ve never seen that before, and I wasn&#8217;t able to reproduce the issue locally.<br />
Can you please file a bug at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> with a simple test case showing the behavior. Or, if you can give me a few more details so I can try and reproduce the issue, I can file the bug for you (and help you try and find a workaround).</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.flexexamples.com/2009/08/06/determining-if-a-drop-down-menu-is-open-in-a-spark-dropdownlist-control-in-flex-4/comment-page-1/#comment-4978</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 06 Aug 2009 12:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=1512#comment-4978</guid>
		<description>Hey Peter,

Any idea what would be causing this (http://www.lbpbadminton.com/images/DropDownListIssue.jpg) to happen with my spark drop down list?

Thanks,
Greg.</description>
		<content:encoded><![CDATA[<p>Hey Peter,</p>
<p>Any idea what would be causing this (<a href="http://www.lbpbadminton.com/images/DropDownListIssue.jpg" rel="nofollow">http://www.lbpbadminton.com/images/DropDownListIssue.jpg</a>) to happen with my spark drop down list?</p>
<p>Thanks,<br />
Greg.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

