<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>SyMenu - Troubleshooting &amp; Bug Reports - &amp; sometimes appears in menu text - Messages</title>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=404</link>
<description>SyMenu - Troubleshooting &amp; Bug Reports - &amp; sometimes appears in menu text - Messages</description>
<language>en-us</language>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<pubDate>Fri, 29 Jan 2016 12:22:50 GMT</pubDate>
<lastBuildDate>Fri, 29 Jan 2016 12:22:50 GMT</lastBuildDate>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=404</link>
<title>Message from Gianluca</title>
<description><![CDATA[Yes it is possible to switch it off.<br/><a href="http://www.ugmfree.it/SyMenuManual.aspx#Advanced_menu_Options_Menu" target="_blank" rel="nofollow">http://www.ugmfree.it/SyMenuManual.aspx#Advanced_menu_Options_Menu</a><br/>The right option is: Scroll right - never<br/><br/>The boundary to activate the scrolling is not depending on the room available on the menu but it is a fixed characters number.]]></description>
<pubDate>Fri, 29 Jan 2016 12:22:50 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=404</link>
<title>Message from Glenn</title>
<description><![CDATA[Glad you've homed in on the bug. I actually looked briefly for a way to turn off the scrolling, but didn't find one. Maybe that is not an exposed setting?<br/><br/>Maybe my entry was right on the boundary of "long enough to need to scroll" although it was fully visible before the scrolling started... that boundary may be another bug.]]></description>
<pubDate>Fri, 29 Jan 2016 12:16:37 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=404</link>
<title>Message from Gianluca</title>
<description><![CDATA[Anyway there is a bug.<br/>If you create a long named item and the scrolling on items is activated the & char won't be considered as an accelerator, if the item is shorter or the scrolling is deactivated it is considered correctly.]]></description>
<pubDate>Wed, 27 Jan 2016 19:19:47 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=404</link>
<title>Message from Glenn</title>
<description><![CDATA[Regarding the underlining of accelerator keys: There is a control panel item for this:<br/><br/>Control Panel\All Control Panel Items\Ease of Access Center\Make the keyboard easier to use<br/>Make it easier to use keyboard shortcuts<br/>[X] Underline keyboard shortcuts and access keys<br/><br/>While I had set that in my old computer, I hadn't got around to setting it in my newest one with Win10.<br/><br/>When I set it, then SyMenu shows the underlines, so it is, apparently following the default Windows setting for that.<br/><br/>However, even before I set it, one of my programs was showing the underlines, so I had apparently overridden the setting.  Apparently that is done by making sure that ODS_NOACCEL is not set in the menu entries... somehow...  I didn't quickly find it in my code.]]></description>
<pubDate>Tue, 26 Jan 2016 07:07:59 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=404</link>
<title>Message from Gianluca</title>
<description><![CDATA[Got it.<br/>I'll keep you posted.]]></description>
<pubDate>Mon, 25 Jan 2016 18:57:44 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=404</link>
<title>Message from Glenn</title>
<description><![CDATA[The text below is pasted from the entry; the entry appears just like the pasted text, with the & visible.  I've also noticed this entry scrolls when I hover over it with the mouse, which surprised me.  Only one other entry does likewise, and it is equal in length (but without a &), and the two are the longest entries I have.  Yet there is blank space to the right of the entry, and the whole entry is visible without scrolling.<br/><br/>&Analyze .song, generate print.tsv]]></description>
<pubDate>Sun, 24 Jan 2016 04:05:16 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=404</link>
<title>Message from Gianluca</title>
<description><![CDATA[Can you tell me the exact text you set as the SyItem name?<br/>The correct replacement should be this one:<br/>&Program name      becomes    <u>P</u>rogram name (we know that the underline doesn't appear but it works the same as accelerator)<br/>&&Program name      becomes     &Program name]]></description>
<pubDate>Sat, 23 Jan 2016 14:09:05 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=404</link>
<title>Message from Glenn</title>
<description><![CDATA[While I would like to be able to  see the accelerator characters underlined, this report was mentioning that only in passing.<br/><br/>What seemed to be a _bug_ rather than a missing feature, is the visibility of the & character itself in one entry I created.<br/><br/>Your response seemed to focus on the underlining; I think the underlining can be controlled by a bit in the menu creation API somewhere, as once upon a time I created a program (now invoked by SyMenu) that always underlines its accelerator keys, but it is a long time since I've looked at the code that caused that to happen.<br/><br/>I reply just to make sure you don't miss the issue of the & being visible.]]></description>
<pubDate>Fri, 22 Jan 2016 00:42:13 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=404</link>
<title>Message from Gianluca</title>
<description><![CDATA[You are right. I will try to solve that.<br/>According to the current implementation of SyMenu the _ accelerator shouldn't appear at all but should work the same. If in some case they are shown, it is a bug.<br/>I will analyze the problem to always make them appear that is the most correct behavior.]]></description>
<pubDate>Tue, 19 Jan 2016 08:35:40 GMT</pubDate>
</item>
<item>
<link>https://www.ugmfree.it/forum/messages.aspx?TopicID=404</link>
<title>Message from Glenn</title>
<description><![CDATA[I stuck a bunch of & in one SyMenu to do accelerator keys. They sort of work.  One command, though, made the & visible.  It was in front of the word Analyze (and more) in a menu entry.  A bunch of other & at the front didn't have that happen.  Not sure what info you need to try to reproduce that.<br/><br/>Windows switched the default from displaying accelerator keystrokes with _ all the time to only doing it when the menu was invoked by a keystroke. Not sure of the internal mechanism. However, SyMenu doesn't _ the keystrokes whether invoked with a click or the hotkey.<br/><br/>Would be nice if it underlined them when invoked by the hotkey. Would be nice to have an option to turn on the underlines all the time.]]></description>
<pubDate>Mon, 18 Jan 2016 09:44:36 GMT</pubDate>
</item>
</channel>
</rss>
