Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Bug in customize Name textbox
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Bug in customize Name textbox

 Post Reply Post Reply
Author
Message
Ark42 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 20 October 2003
Status: Offline
Points: 291
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ark42 Quote  Post ReplyReply Direct Link To This Post Topic: Bug in customize Name textbox
    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)



Edited by Ark42
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Ark42 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 20 October 2003
Status: Offline
Points: 291
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ark42 Quote  Post ReplyReply Direct Link To This Post Posted: 10 September 2004 at 11:18pm

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

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.