![]() |
Bug in customize Name textbox |
Post Reply
|
| Author | |
Ark42
Senior Member
Joined: 20 October 2003 Status: Offline Points: 291 |
Post Options
Thanks(0)
Quote Reply
Topic: Bug in customize Name textboxPosted: 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 |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Ark42
Senior Member
Joined: 20 October 2003 Status: Offline Points: 291 |
Post Options
Thanks(0)
Quote Reply
Posted: 10 September 2004 at 11:18pm |
|
Ah, thanks, I didn't realize that part was separate, but that works easily enough. |
|
![]() |
|
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 |