Header color reported is too light |
Post Reply |
Author | |
BigMitch
Newbie Joined: 16 October 2008 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 16 October 2008 at 8:28pm |
m_wndTaskPanel.SetTheme(xtpTaskPanelThemeNativeWinXP); ...
CXTPTaskPanelPaintManager* pPaintManager = m_wndTaskPanel.GetPaintManager(); XTP_TASKPANEL_GROUPCOLORS* pGroupColors = pPaintManager->GetGroupColors(TRUE); COLORREF headerBlue = pGroupColors->clrHead.clrDark; Trying to get the color from the "special" group header so I can set other controls in my dialog to the same color. I tried the COLORREF cast operator also, same of course. On my dev machine it looks a little too dark, on another machine it's way too light, almost white!
|
|
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 |