<?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>Wed, 16 May 2012 20:49:43 +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-210777</link>
		<dc:creator>Satish Ambig</dc:creator>
		<pubDate>Mon, 07 Mar 2011 11:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/01/26/scrollable-menu-controls/#comment-210777</guid>
		<description>I am generating PDF from Flex using AlivePDF and it is working fine in all servers except SSO server. i need to fix this issue because my production is SSO.

I am getting following error when I call java servlet

Bad file request
The request could not be understood by the server due to malformed syntax. Either there is a network problem, such as a time-out, or the request was indecipherable.

I am creating byte Array and adding to url request like below,

var header:URLRequestHeader = new URLRequestHeader (&quot;Content-type&quot;,&quot;application/octet-stream&quot;);
var myRequest:URLRequest = new URLRequest (url+&#039;?name=&#039;+fileName+&#039;&amp;method=&#039;+downloadMethod);
myRequest.requestHeaders.push (header);
myRequest.method = URLRequestMethod.POST;
myRequest.contentType = &quot;multipart/form-data&quot;;				
myRequest.data=byteArray;


Please help me to solve this issue</description>
		<content:encoded><![CDATA[<p>I am generating PDF from Flex using AlivePDF and it is working fine in all servers except SSO server. i need to fix this issue because my production is SSO.</p>
<p>I am getting following error when I call java servlet</p>
<p>Bad file request<br />
The request could not be understood by the server due to malformed syntax. Either there is a network problem, such as a time-out, or the request was indecipherable.</p>
<p>I am creating byte Array and adding to url request like below,</p>
<p>var header:URLRequestHeader = new URLRequestHeader (&#8220;Content-type&#8221;,&#8221;application/octet-stream&#8221;);<br />
var myRequest:URLRequest = new URLRequest (url+&#8217;?name=&#8217;+fileName+&#8217;&amp;method=&#8217;+downloadMethod);<br />
myRequest.requestHeaders.push (header);<br />
myRequest.method = URLRequestMethod.POST;<br />
myRequest.contentType = &#8220;multipart/form-data&#8221;;<br />
myRequest.data=byteArray;</p>
<p>Please help me to solve this issue</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-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&#038;sort=flexlib&#038;colspec=ID%20Type%20Status%20FlexLib%20Priority%20Milestone%20Owner%20Summary" rel="nofollow">http://code.google.com/p/flexlib/issues/detail?id=84&#038;sort=flexlib&#038;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>
</channel>
</rss>

