Print Page | Close Window

TaskPanel Skinning Issue?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=12973
Printed Date: 01 July 2024 at 1:09am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: TaskPanel Skinning Issue?
Posted By: prashant
Subject: TaskPanel Skinning Issue?
Date Posted: 19 December 2008 at 1:04am
Hi Oleg,

There is a problem in reading Captions (Color faded up) on Task Panel when application Skin/Style set to Ofiice 2007 or Vista.

1) In taskpanel I am having code:

m_wndTaskPanel.SetBehaviour(xtpTaskPanelBehaviourList);     
m_wndTaskPanel.SetTheme(xtpTaskPanelThemeNativeWinXP);

2) Overall application skin/style set to

XTPSkinManager()->LoadSkin(m_strStylesPath + _T("Office2007.cjstyles"));

OR

XTPSkinManager()->LoadSkin(m_strStylesPath + _T("Vista.cjstyles"), _T("NormalBlack.INI"));

IS THERE ANY WAY BY WHICH WE CAN CONTROL TASKPANEL CAPTION COLOR, AFTER CHANGING SYSTEM SKIN/STYLE?

Please find attached ZIP file for images.

uploads/20081219_010947_Skin-Issue.zip - uploads/20081219_010947_Skin-Issue.zip

Thanks.










Replies:
Posted By: prashant
Date Posted: 19 December 2008 at 2:01am
"Need is the mother of Invention"

m_wndTaskPanel.GetPaintManager()->GetGroupColors(FALSE)->clrHeadTextNormal = RGB(0, 0, 0);







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