<?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: Scrollable Menu Controls</title>
	<atom:link href="http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/</link>
	<description>A blog about Adobe Flex</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:28:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Satish Ambig</title>
		<link>http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/comment-page-1/#comment-209032</link>
		<dc:creator>Satish Ambig</dc:creator>
		<pubDate>Fri, 05 Feb 2010 09:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/#comment-209032</guid>
		<description>Showing wrong subMenu issue is fixed.
Just remove IF condition from openSubMenu method of ScrollableArrowMenu class, i.e //if (!IMenuItemRenderer(row).menu) {</description>
		<content:encoded><![CDATA[<p>Showing wrong subMenu issue is fixed.<br />
Just remove IF condition from openSubMenu method of ScrollableArrowMenu class, i.e //if (!IMenuItemRenderer(row).menu) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish Ambig</title>
		<link>http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/comment-page-1/#comment-208927</link>
		<dc:creator>Satish Ambig</dc:creator>
		<pubDate>Wed, 27 Jan 2010 13:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/#comment-208927</guid>
		<description>I am using this Scoll menubar, there is a issue, please help to fix.
When we scroll the menu, the sub menu items are disturbed, it shuffles and shows wrong submenu for a selected item.</description>
		<content:encoded><![CDATA[<p>I am using this Scoll menubar, there is a issue, please help to fix.<br />
When we scroll the menu, the sub menu items are disturbed, it shuffles and shows wrong submenu for a selected item.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A DeBonis</title>
		<link>http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/comment-page-1/#comment-207976</link>
		<dc:creator>A DeBonis</dc:creator>
		<pubDate>Thu, 18 Jun 2009 14:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/#comment-207976</guid>
		<description>Found the fix - this component is under FlexLib now... not sure why I didn&#039;t catch that earlier.  There is a fix posted to the latest code here 
http://code.google.com/p/flexlib/issues/detail?id=84&amp;sort=flexlib&amp;colspec=ID%20Type%20Status%20FlexLib%20Priority%20Milestone%20Owner%20Summary

It works now after I applied the fix and rebuilt the swc.

Fix:
in ScrollableMenuBar.as in the eventHandler method, remove the line setting
the local var &#039;openMenuIndex&#039;.  Replace all remaining occurrences of
&#039;openMenuIndex&#039; with &#039;this.selectedIndex&#039;.</description>
		<content:encoded><![CDATA[<p>Found the fix &#8211; this component is under FlexLib now&#8230; not sure why I didn&#8217;t catch that earlier.  There is a fix posted to the latest code here<br />
<a href="http://code.google.com/p/flexlib/issues/detail?id=84&amp;sort=flexlib&amp;colspec=ID%20Type%20Status%20FlexLib%20Priority%20Milestone%20Owner%20Summary" rel="nofollow">http://code.google.com/p/flexlib/issues/detail?id=84&amp;sort=flexlib&amp;colspec=ID%20Type%20Status%20FlexLib%20Priority%20Milestone%20Owner%20Summary</a></p>
<p>It works now after I applied the fix and rebuilt the swc.</p>
<p>Fix:<br />
in ScrollableMenuBar.as in the eventHandler method, remove the line setting<br />
the local var &#8216;openMenuIndex&#8217;.  Replace all remaining occurrences of<br />
&#8216;openMenuIndex&#8217; with &#8216;this.selectedIndex&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A DeBonis</title>
		<link>http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/comment-page-1/#comment-207964</link>
		<dc:creator>A DeBonis</dc:creator>
		<pubDate>Tue, 16 Jun 2009 20:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/#comment-207964</guid>
		<description>I found the same problem and cant solve it 

After you choose a sub menu item &gt; the next time you roll over or click the same menubaritem, it will not open.

Any Ideas?</description>
		<content:encoded><![CDATA[<p>I found the same problem and cant solve it </p>
<p>After you choose a sub menu item &gt; the next time you roll over or click the same menubaritem, it will not open.</p>
<p>Any Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liz Patten</title>
		<link>http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/comment-page-1/#comment-207757</link>
		<dc:creator>Liz Patten</dc:creator>
		<pubDate>Thu, 23 Apr 2009 16:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/#comment-207757</guid>
		<description>I am trying to use this component and have a question. When you invoke a menubaritem from the ScrollableMenuBar and select a menuitem from it&#039;s dropdown menu, the next time you roll over or click the same menubaritem, it will not open. You have to roll to another menubaritem first or click on it twice. Using trace I noticed it only happens when getMenuAt overridden in the ScrollableMenuBar.as sees the menus[index] as a null menu and has to create a new one. I noticed that the ScrollableMenu remains in the menus array until you select a menuitem from it, then the next time getMenuAt looks the value is null again and it must create a new ScrollableMenu. I don&#039;t know what the correct behaviour is and it may have nothing to do with the having to click twice.

Can you shed any light on how to get the ScrollableMenuBar to not force the second click to get the menu to drop?</description>
		<content:encoded><![CDATA[<p>I am trying to use this component and have a question. When you invoke a menubaritem from the ScrollableMenuBar and select a menuitem from it&#8217;s dropdown menu, the next time you roll over or click the same menubaritem, it will not open. You have to roll to another menubaritem first or click on it twice. Using trace I noticed it only happens when getMenuAt overridden in the ScrollableMenuBar.as sees the menus[index] as a null menu and has to create a new one. I noticed that the ScrollableMenu remains in the menus array until you select a menuitem from it, then the next time getMenuAt looks the value is null again and it must create a new ScrollableMenu. I don&#8217;t know what the correct behaviour is and it may have nothing to do with the having to click twice.</p>
<p>Can you shed any light on how to get the ScrollableMenuBar to not force the second click to get the menu to drop?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adeel anwar</title>
		<link>http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/comment-page-1/#comment-207745</link>
		<dc:creator>adeel anwar</dc:creator>
		<pubDate>Mon, 20 Apr 2009 06:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/#comment-207745</guid>
		<description>i found a bug in this component
when we scroll the menu the sub menu values disturbed
it shows wrong sub menu against the selected item.</description>
		<content:encoded><![CDATA[<p>i found a bug in this component<br />
when we scroll the menu the sub menu values disturbed<br />
it shows wrong sub menu against the selected item.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Namsoo Kim</title>
		<link>http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/comment-page-1/#comment-176043</link>
		<dc:creator>Namsoo Kim</dc:creator>
		<pubDate>Mon, 15 Sep 2008 21:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/#comment-176043</guid>
		<description>Love it!!!! This is what I just looking for. 

Thanks for the tip. 

~Namsoo</description>
		<content:encoded><![CDATA[<p>Love it!!!! This is what I just looking for. </p>
<p>Thanks for the tip. </p>
<p>~Namsoo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/comment-page-1/#comment-31</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 27 Jan 2007 03:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/#comment-31</guid>
		<description>Hey, nice looking scrollers. Sorry I missed you at the meet the Flex conference. I&quot;ll send you an email off line and maybe we can still get together sometime and share apps.</description>
		<content:encoded><![CDATA[<p>Hey, nice looking scrollers. Sorry I missed you at the meet the Flex conference. I&#8221;ll send you an email off line and maybe we can still get together sometime and share apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/comment-page-1/#comment-29</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Sat, 27 Jan 2007 03:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/#comment-29</guid>
		<description>Done! See the newest post.</description>
		<content:encoded><![CDATA[<p>Done! See the newest post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/comment-page-1/#comment-28</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Fri, 26 Jan 2007 22:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/#comment-28</guid>
		<description>You&#039;ve sure been churning out a lot of components lately!

I&#039;d like to see the scrolling menu work like the Programs section in the Windows Start menu with arrows appearing at the top and bottom that react on mouseover rather than a scrollbar.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve sure been churning out a lot of components lately!</p>
<p>I&#8217;d like to see the scrolling menu work like the Programs section in the Windows Start menu with arrows appearing at the top and bottom that react on mouseover rather than a scrollbar.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
