Print Page | Close Window

Menu Items not displaying text after \t

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=14672
Printed Date: 22 June 2025 at 3:09am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Menu Items not displaying text after \t
Posted By: tralfaz
Subject: Menu Items not displaying text after \t
Date 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



Replies:
Posted By: Oleg
Date Posted: 06 July 2009 at 1:25am
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


Posted By: tralfaz
Date Posted: 07 July 2009 at 11:53am
That worked, thanks!

-------------

XP Pro SP3 / VS2008 C++ / Xtreme CommandBars v13.1.0



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net