Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - Commands not showing up in Customize
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Commands not showing up in Customize

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

Joined: 02 February 2008
Status: Offline
Points: 156
Post Options Post Options   Thanks (0) Thanks(0)   Quote Smucker Quote  Post ReplyReply Direct Link To This Post Topic: Commands not showing up in Customize
    Posted: 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)

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


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: 18 November 2009 at 7:16am
Hi,
 
Thanks a lot, We made same change for next update.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.156 seconds.