![]() |
Commands not showing up in Customize |
Post Reply
|
| Author | |
Smucker
Senior Member
Joined: 02 February 2008 Status: Offline Points: 156 |
Post Options
Thanks(0)
Quote Reply
Topic: Commands not showing up in CustomizePosted: 17 November 2009 at 4:54pm |
|
Not sure if this is related to my recent update to 13.2, but almost all of my commands from a Designer command bar weren't showing up in the Command tab of the Customize dialog (but were showing fine in the Keyboard tab fine).
In the debugger, I found that the missing commands had xtpHideWrap set in dwHideFlags, which caused the code in XTPCustomizeCommandsPage::OnCategoriesSelectionChanged to skip them. In OnCategoriesSelectionChanged, if I change if (!pControl->IsVisible()) to: if (!pControl->IsVisible(xtpHideWrap)) then everything seems ok, but I may simply be missing something obvious. Please advise, thanks! |
|
|
Product: Xtreme Toolkit Pro version 13.2 (Unicode, static build)
Platform: Windows 200x/XP/Vista/Win7 (32/64 bit) Language: Visual C++ 9.0 (Studio 2008) |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 18 November 2009 at 7:16am |
|
Hi,
Thanks a lot, We made same change for next update.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |