Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - TaskPanel Skinning Issue?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

TaskPanel Skinning Issue?

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

Joined: 19 February 2007
Location: India
Status: Offline
Points: 165
Post Options Post Options   Thanks (0) Thanks(0)   Quote prashant Quote  Post ReplyReply Direct Link To This Post Topic: TaskPanel Skinning Issue?
    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

Thanks.







Back to Top
prashant View Drop Down
Senior Member
Senior Member
Avatar

Joined: 19 February 2007
Location: India
Status: Offline
Points: 165
Post Options Post Options   Thanks (0) Thanks(0)   Quote prashant Quote  Post ReplyReply Direct Link To This Post Posted: 19 December 2008 at 2:01am
"Need is the mother of Invention"

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




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.164 seconds.