Print Page | Close Window

Ctrl+Tab selection not using right text color.

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Skin Framework
Forum Description: Topics Related to Codejock Skin Framework
URL: http://forum.codejock.com/forum_posts.asp?TID=11347
Printed Date: 03 August 2025 at 3:55pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Ctrl+Tab selection not using right text color.
Posted By: Smucker
Subject: Ctrl+Tab selection not using right text color.
Date Posted: 08 July 2008 at 12:53pm
The button highlight color in my skin is set to a very light yellow, but it's not being used in the Ctrl+Tab window (CXTPDockingPaneWindowSelect):



-------------
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: 08 July 2008 at 3:23pm
Hi,
 
yes, OfficeXP buttons use COLOR_BTNTEXT always.
 
COLOR_BTNTEXT is black in your skin ?


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


Posted By: Smucker
Date Posted: 08 July 2008 at 3:44pm
Sorry, should have said button text color, not highlight. In my skin, the button text color (BtnText) is 255; 255; 204. All other places it displays fine, and GetSysColor(COLOR_BTNTEXT) returns the correct value. I'm only seeing the problem in the Ctrl+Tab window.

I found the problem in XTPDockingPaneKeyboardHook.cpp: in CXTPDockingPaneWindowSelect::OnPaint(), where the code at line 491 in 12.0.0:

  dc.SetTextColor(COLOR_BTNTEXT);

should be:

  dc.SetTextColor(GetSysColor(COLOR_BTNTEXT));




-------------
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)



Posted By: Oleg
Date Posted: 09 July 2008 at 4:48am
Ups :)
You're right. Fixed.
 
Thanks for help.


-------------
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