![]() |
Menu Items not displaying text after \t |
Post Reply ![]() |
Author | |
tralfaz ![]() Groupie ![]() Joined: 21 June 2009 Status: Offline Points: 36 |
![]() ![]() ![]() ![]() ![]() Posted: 02 July 2009 at 10:09am |
MENUITEM "Cut\tKU", IDM_CLIPBOARD_CUT
MENUITEM "Copy\tKC", IDM_CLIPBOARD_COPY MENUITEM "Paste\tKP", IDM_CLIPBOARD_PASTE Why doesn't the menu display as "Copy KC" ? The only text that seems to appear is \tCtrl+ type text MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE Is there a setting for this? |
|
XP Pro SP3 / VS2008 C++ / Xtreme CommandBars v13.1.0 |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hi,
Yes, CommandBars replace keys from Accelerator table you have. - to show actual keys in case user customize them. if you don't need it you can set pCommandBars->GetCommandBarsOptions()->bAutoUpdateShortcuts = FALSE;
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
tralfaz ![]() Groupie ![]() Joined: 21 June 2009 Status: Offline Points: 36 |
![]() ![]() ![]() ![]() ![]() |
That worked, thanks!
|
|
XP Pro SP3 / VS2008 C++ / Xtreme CommandBars v13.1.0 |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |