Print Page | Close Window

Bug in customize Name textbox

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=1155
Printed Date: 06 November 2025 at 2:19pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Bug in customize Name textbox
Posted By: Ark42
Subject: Bug in customize Name textbox
Date Posted: 07 September 2004 at 10:34pm

If you have any accelerators that are just plain letters or shift+letters, you can't type those particular letters into the edit box to rename a command in the context menu that pops up if you right click the command in customize mode.

Also, I don't think custom accelerator changes made in the Keyboard tab are saved when I quit and restart my app. Everything else is (toolbar positions, custom toolbars, tear-offs that were docked, etc)




Replies:
Posted By: Oleg
Date Posted: 10 September 2004 at 2:07am

You must strore them manually:

XTPShortcutManager()->SaveShortcuts(this, _lpszProfile);

 

XTPShortcutManager()->LoadShortcuts(this, _lpszProfile); (in CMainFrame::LoadFrame)

see CustomizeDlg sample.

 

 



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Ark42
Date Posted: 10 September 2004 at 11:18pm

Ah, thanks, I didn't realize that part was separate, but that works easily enough.




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