﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - WebMenuBar kayboard navigation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-kayboard-navigation/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebMenuBar kayboard navigation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-kayboard-navigation/</link><pubDate>Wed, 25 Nov 2009 22:01:01 GMT</pubDate><dc:creator>gordont</dc:creator><description>&lt;p&gt;Hi Dasha,&lt;/p&gt;
&lt;p&gt;I am sorry for the time that we have to give you the right solution. After checking the properties, I found the property to remove the access key from the tooltip. This is the complete code:&lt;/p&gt;&lt;pre&gt;MenuCommand MenuComand = new MenuCommand();
MenuComand.Text = "Test Value";
MenuComand.Name = "UniqueID"; 
MenuComand.AccessKey = "non empty value";
MenuComand.ToolTip = "ToolTip Text";
&lt;strong&gt;MenuComand.DisplayAccessKeyOnToolTip = DisplayAccessKeyOnToolTip.No;&lt;/strong&gt;&lt;/pre&gt;

&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>WebMenuBar kayboard navigation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-kayboard-navigation/</link><pubDate>Wed, 25 Nov 2009 12:13:45 GMT</pubDate><dc:creator>dasha.fedorova@gmail.com</dc:creator><description>&lt;p&gt;but what if i want to see the tooltip, but not the (Alt &amp;#43; "") hint?&lt;/p&gt;</description></item><item><title>WebMenuBar kayboard navigation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-kayboard-navigation/</link><pubDate>Mon, 23 Nov 2009 21:45:27 GMT</pubDate><dc:creator>gordont</dc:creator><description>&lt;p&gt;Hi Dasha,&lt;/p&gt;
&lt;p&gt;If you dont want to show the tooltip, you can set the DisplayToolTip property to No. Here is the complete code:&lt;/p&gt;&lt;pre&gt;MenuCommand MenuComand = new MenuCommand();
MenuComand.Text = "Test Value";
MenuComand.Name = "UniqueID"; 
MenuComand.AccessKey = "non empty value";
MenuComand.ToolTip = "ToolTip Text";
&lt;strong&gt;MenuComand.DisplayToolTip = DisplayToolTip.No;&lt;/strong&gt;
&lt;/pre&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>WebMenuBar kayboard navigation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-kayboard-navigation/</link><pubDate>Mon, 23 Nov 2009 16:46:09 GMT</pubDate><dc:creator>dasha.fedorova@gmail.com</dc:creator><description>&lt;p&gt;Gordon, this is what i'm doing in code:&lt;/p&gt;&lt;span style="font-size: 13px"&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;MenuComand = &lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #2b91af; font-size: 13px"&gt;&lt;span style="color: #2b91af; font-size: 13px"&gt;MenuCommand&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;();&lt;p&gt;MenuComand.Text = "Test Value";&lt;/p&gt;MenuComand.Name = "UniqueID"&lt;/span&gt;&lt;span style="font-size: 13px"&gt;;MenuComand.AccessKey = &lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"non empty value"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;;&lt;p&gt;MenuComand.ToolTip = "ToolTip Text";&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And what&amp;nbsp;I see is in the attached image.&amp;nbsp; If possible, give us a responce as soon as you can, since this has been a very long outstanding issue, and it's important for our release that's taking plase in the next few days.&amp;nbsp; Thank you so much for all the help!&lt;/p&gt;&lt;/span&gt;</description></item><item><title>WebMenuBar kayboard navigation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-kayboard-navigation/</link><pubDate>Fri, 13 Nov 2009 02:54:05 GMT</pubDate><dc:creator>gordont</dc:creator><description>&lt;p&gt;Hi Dasha,&lt;/p&gt;
&lt;p&gt;You can turn off the tooltip by setting the DisplayToolTip property to False. Or you can change the content of the tooltip at &lt;/p&gt;
&lt;p&gt;&amp;lt;ISWebDesktop:WebMenuItem AccessKey="n" Name="mnuNewWindow" Tooltip="Test" OnClick="NewWindow" Text="New Window"&amp;gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>WebMenuBar kayboard navigation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-kayboard-navigation/</link><pubDate>Tue, 03 Nov 2009 01:45:17 GMT</pubDate><dc:creator>dasha.fedorova@gmail.com</dc:creator><description>&lt;p&gt;Gordon,&lt;/p&gt;
&lt;p&gt;With Yudi's help we've figured out that the keyboard navigation by way of tabbing only works when the access key is defined in the Menu Commands.  I've gone around this by setting the access key string to be something like 'non empty string', but now I get a tooltip when i hover over the menu commans: "(Alt &amp;#43; non empty string)" how can I remove this tooltip?&lt;/p&gt;
&lt;p&gt;Thank you for your help,&lt;/p&gt;
&lt;p&gt;Dasha.&lt;/p&gt;</description></item><item><title>WebMenuBar kayboard navigation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-kayboard-navigation/</link><pubDate>Mon, 26 Oct 2009 06:27:41 GMT</pubDate><dc:creator>gordont</dc:creator><description>&lt;p&gt;Hi Dasha,&lt;/p&gt;
&lt;p&gt;Thanks for the update, our support member Yudi still working on this issue. He will inform you once we have found the solution.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>WebMenuBar kayboard navigation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-kayboard-navigation/</link><pubDate>Fri, 23 Oct 2009 02:53:44 GMT</pubDate><dc:creator>dasha.fedorova@gmail.com</dc:creator><description>&lt;p&gt;Gordon, just an update to my issue.  I've discovered that it's occurring when the items are created dynamically in codebehind rather than in the html.  So that's why your example works, and mine environment doesn't.  It has nothing to do with SharePoint, but rather in the way the items are created - dynamically versus statically.  Try creating items like this:&lt;/p&gt;
&lt;p&gt;protected void Page_Load(object sender, EventArgs e)&lt;br /&gt;{&lt;br /&gt;MenuCommand cmd = new MenuCommand();&lt;br /&gt;        cmd.Name = "item1";&lt;br /&gt;        cmd.Text = "item1";&lt;br /&gt;        cmd.AccessKey = "a";&lt;br /&gt;                &lt;br /&gt;        WebMenuBar1.Menus.Add(cmd);&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;And then try to expand them by using the keyboard - it will not work.&lt;/p&gt;
&lt;p&gt;Thank you for helping me with this,&lt;/p&gt;
&lt;p&gt;d.&lt;/p&gt;</description></item><item><title>WebMenuBar kayboard navigation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-kayboard-navigation/</link><pubDate>Fri, 02 Oct 2009 06:21:44 GMT</pubDate><dc:creator>dasha.fedorova@gmail.com</dc:creator><description>&lt;p&gt;Gordon,&lt;/p&gt;
&lt;p&gt;Thank you for this example.  I see that when you initially tab into the menu, the whole thing is selected, and then you press tab again, and the individual menu command is selected.  This is not happening in the SharePoint environment for some reason.  I tab over the menu bar, and it gets selected, but clicking Tab again, moves to the next control on the page instead of the individual menu command.  Can you please try your example in a SharePoint environment to see if you can replicate?&lt;/p&gt;</description></item><item><title>WebMenuBar kayboard navigation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-kayboard-navigation/</link><pubDate>Fri, 02 Oct 2009 05:47:46 GMT</pubDate><dc:creator>gordont</dc:creator><description>&lt;p&gt;Hi Dasha,&lt;/p&gt;
&lt;p&gt;Here I attached my complete simple sample. Could you try to run it at your end and let me know whether you can expand the menu using down navigation arrow.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>WebMenuBar kayboard navigation</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebMenuBar-kayboard-navigation/</link><pubDate>Tue, 15 Sep 2009 05:48:20 GMT</pubDate><dc:creator>dasha.fedorova@gmail.com</dc:creator><description>&lt;p&gt;Is there a way to enable kayboard navigation in the WebMenuBar?  (Like it's possible with the WebTreeView).&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;</description></item></channel></rss>