Print Page | Close Window

Commands not showing up in Customize

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=15653
Printed Date: 02 July 2024 at 10:02pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Commands not showing up in Customize
Posted By: Smucker
Subject: Commands not showing up in Customize
Date 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)




Replies:
Posted By: Oleg
Date Posted: 18 November 2009 at 7:16am
Hi,
 
Thanks a lot, We made same change for next update.


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



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