menu shortcuts don't appear if the form's RightToLeft is set to Tr

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,,

if u set shortcut of a menuitem and set the RightToLeft Property of the form
to True.. the shortcuts won't appear.. however if I set the righttoleft
property back to No.. the shortcuts will appear again..

any solution
 
That looks like a bug to me.

For a quick solution just set ShowShortcut to False and edit the MenuItems
text in the MenuEditor (not the Property Browser), to include \t followed by
the shortcut text.

i.e.
Open\tCtrl+O

the \t becomes a Tab.
 
Thank you,,

I wanted to be sure that I didn't miss anything to show shortcuts..

simple solutions are the best (y)
 
Back
Top