Page 1 of 1

Unwanted '&' character in MainMenu with RichviewActions

Posted: Mon Feb 14, 2011 9:14 pm
by alogrep
Hello Sergey

I am using RichView version 11.0.8 (at least that is the default line that comes up in the richviewedit. Is there a better way to find out the version?) and use RichViewActions (Actions_Version', 'v1.70' shows in RvActionsReg).

I have a small problems that I can't fix. The mainmenu of my template shows the '&' character. In Design mode I have no '&' in the captions of the
Menu items, and I have set Autohotkeys to manual. But the '&' character keeps showing in each Menu item at runtime. How can I get rid of it?
Thanks very much
Enrico

Posted: Tue Feb 15, 2011 4:41 pm
by Sergey Tkachenko
When you call RVA_LocalizeForm, captions of actions (and menus linked to these actions) are changed.

Posted: Tue Feb 15, 2011 9:57 pm
by alogrep
True, I found that out.
I do not understand though why the '&' character shows as the character
instead of underlining the character that follows it.
I can live with it because I eliminate the '&' after the translation.
Thanks