<?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: Even Better Scrollable Menus for Flex</title>
	<atom:link href="http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/</link>
	<description>A blog about Adobe Flex</description>
	<lastBuildDate>Mon, 15 Mar 2010 09:04:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mohan</title>
		<link>http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/comment-page-1/#comment-209177</link>
		<dc:creator>Mohan</dc:creator>
		<pubDate>Sun, 07 Mar 2010 10:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/#comment-209177</guid>
		<description>Hey Doug, an immensely helpful article. Can&#039;t thank you enough :)

Just a couple of questions:

1. I&#039;m creating a ScrollableMenu instance and I&#039;ve set the wordWrap and variableRowHeight properties to true and yet, the labels get cutoff and the rowHeights are set to 20. Is this because I&#039;m setting the width of the scrollable menu instance to a preset value? Should I be using setActualSize method anywhere?

2. I need the menu to retain visibility when menuHide event is thrown. If I were to override the method (and leave the method contents blank), then the submenus overlap over one another. How do I get around this?

3. As Anandarup mentioned above, I need the labels to appear from the extreme left. I&#039;ve set the textIndent style attribute to 0 but this doesn&#039;t seem to be working. What could be the problem?</description>
		<content:encoded><![CDATA[<p>Hey Doug, an immensely helpful article. Can&#8217;t thank you enough <img src='http://dougmccune.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Just a couple of questions:</p>
<p>1. I&#8217;m creating a ScrollableMenu instance and I&#8217;ve set the wordWrap and variableRowHeight properties to true and yet, the labels get cutoff and the rowHeights are set to 20. Is this because I&#8217;m setting the width of the scrollable menu instance to a preset value? Should I be using setActualSize method anywhere?</p>
<p>2. I need the menu to retain visibility when menuHide event is thrown. If I were to override the method (and leave the method contents blank), then the submenus overlap over one another. How do I get around this?</p>
<p>3. As Anandarup mentioned above, I need the labels to appear from the extreme left. I&#8217;ve set the textIndent style attribute to 0 but this doesn&#8217;t seem to be working. What could be the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bLb</title>
		<link>http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/comment-page-1/#comment-209083</link>
		<dc:creator>bLb</dc:creator>
		<pubDate>Thu, 11 Feb 2010 22:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/#comment-209083</guid>
		<description>Thank you Matthew :)</description>
		<content:encoded><![CDATA[<p>Thank you Matthew <img src='http://dougmccune.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Reynard</title>
		<link>http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/comment-page-1/#comment-209071</link>
		<dc:creator>Matthew Reynard</dc:creator>
		<pubDate>Wed, 10 Feb 2010 19:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/#comment-209071</guid>
		<description>Yes, in version 3.2 of flex it worked awesome.  in version 3.5.0.1a or whatever, it&#039;s broken, if you go into ScrollableMenu.as, around line 238 (might be off a few), there si a commitProperties(); at the end of measure function.  Comment this line out, it&#039;s causing an infinite loop.  I only tested briefly but appears to work fine.  If anyone else has updates please post.</description>
		<content:encoded><![CDATA[<p>Yes, in version 3.2 of flex it worked awesome.  in version 3.5.0.1a or whatever, it&#8217;s broken, if you go into ScrollableMenu.as, around line 238 (might be off a few), there si a commitProperties(); at the end of measure function.  Comment this line out, it&#8217;s causing an infinite loop.  I only tested briefly but appears to work fine.  If anyone else has updates please post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Auckland</title>
		<link>http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/comment-page-1/#comment-208940</link>
		<dc:creator>Sean Auckland</dc:creator>
		<pubDate>Thu, 28 Jan 2010 16:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/#comment-208940</guid>
		<description>This seems to hang the dashboard when used with flash builder 4 - using the popupmenu button control. Any ideas?</description>
		<content:encoded><![CDATA[<p>This seems to hang the dashboard when used with flash builder 4 &#8211; using the popupmenu button control. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish Ambig</title>
		<link>http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/comment-page-1/#comment-208926</link>
		<dc:creator>Satish Ambig</dc:creator>
		<pubDate>Wed, 27 Jan 2010 12:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/#comment-208926</guid>
		<description>Can anybody help me to solve this ?
When we scroll the menu the sub menu values disturbed, always shuffling and shows wrong sub-menus for a selected item.</description>
		<content:encoded><![CDATA[<p>Can anybody help me to solve this ?<br />
When we scroll the menu the sub menu values disturbed, always shuffling and shows wrong sub-menus for a selected item.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey</title>
		<link>http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/comment-page-1/#comment-208533</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Thu, 22 Oct 2009 12:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/#comment-208533</guid>
		<description>Addel Anwar wrote:
&gt; i found a bug in this component
&gt; when we scroll the menu the sub menu values disturbed
&gt; it shows wrong sub menu against the selected item.

My client found the same bug. Problem was found in &#039;openSubMenu&#039; method from Menu.as class. Mail me if you need help to fix that.</description>
		<content:encoded><![CDATA[<p>Addel Anwar wrote:<br />
&gt; i found a bug in this component<br />
&gt; when we scroll the menu the sub menu values disturbed<br />
&gt; it shows wrong sub menu against the selected item.</p>
<p>My client found the same bug. Problem was found in &#8216;openSubMenu&#8217; method from Menu.as class. Mail me if you need help to fix that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsquared90</title>
		<link>http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/comment-page-1/#comment-208485</link>
		<dc:creator>jsquared90</dc:creator>
		<pubDate>Thu, 08 Oct 2009 19:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/#comment-208485</guid>
		<description>Great stuff! Thanks for the source code!</description>
		<content:encoded><![CDATA[<p>Great stuff! Thanks for the source code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Composant Flex - Menu avec Scroll vertical (et MenuBar, PopUpMenuButton) - Adobe Flex Tutorial - Tutoriaux Flex Builder, MXML, ActionScript, AS3</title>
		<link>http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/comment-page-1/#comment-208340</link>
		<dc:creator>Composant Flex - Menu avec Scroll vertical (et MenuBar, PopUpMenuButton) - Adobe Flex Tutorial - Tutoriaux Flex Builder, MXML, ActionScript, AS3</dc:creator>
		<pubDate>Wed, 26 Aug 2009 18:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/#comment-208340</guid>
		<description>[...] Voir la page officielle sur le blog de Doug McCune [...]</description>
		<content:encoded><![CDATA[<p>[...] Voir la page officielle sur le blog de Doug McCune [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bLb</title>
		<link>http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/comment-page-1/#comment-208231</link>
		<dc:creator>bLb</dc:creator>
		<pubDate>Thu, 30 Jul 2009 16:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/#comment-208231</guid>
		<description>Thank you for that great update!

BTW, does someone now how the fuck I can get a menu with submenus with the ComboBox component?</description>
		<content:encoded><![CDATA[<p>Thank you for that great update!</p>
<p>BTW, does someone now how the fuck I can get a menu with submenus with the ComboBox component?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neeraj</title>
		<link>http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/comment-page-1/#comment-208129</link>
		<dc:creator>Neeraj</dc:creator>
		<pubDate>Mon, 06 Jul 2009 08:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/even-better-scrollable-menus-for-flex/#comment-208129</guid>
		<description>Hi ,
Sorry but i found some bug .
1 ) vertical scroll bar is not getting move if we will move item selection from keyboard up and down   key.
2 ) I added line separator  in menu and given variableRowHeight true . so in this case vertical Scroll bar height is not calculating right . 
last item is getting hide even move vertical scroll bar max position.

please let me know if you fixed .

Thanks 
Neeraj</description>
		<content:encoded><![CDATA[<p>Hi ,<br />
Sorry but i found some bug .<br />
1 ) vertical scroll bar is not getting move if we will move item selection from keyboard up and down   key.<br />
2 ) I added line separator  in menu and given variableRowHeight true . so in this case vertical Scroll bar height is not calculating right .<br />
last item is getting hide even move vertical scroll bar max position.</p>
<p>please let me know if you fixed .</p>
<p>Thanks<br />
Neeraj</p>
]]></content:encoded>
	</item>
</channel>
</rss>
