TaskPanel Skinning Issue? |
Post Reply |
Author | |
prashant
Senior Member Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
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. |
|
prashant
Senior Member Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
|
"Need is the mother of Invention"
m_wndTaskPanel.GetPaintManager()->GetGroupColors(FALSE)->clrHeadTextNormal = RGB(0, 0, 0); |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |