Task Panel colors |
Post Reply |
Author | |
JamesH
Senior Member Joined: 01 December 2004 Status: Offline Points: 149 |
Post Options
Thanks(0)
Posted: 23 May 2005 at 4:15pm |
Do the custom task panel colors only apply to certain themes? If I have the following code: spTaskPanel->VisualTheme = XtremeSuiteControls::xtpTaskPanelThemeNativeWinXP; spTaskPanel->ColorSet->SpecialGroupCaptionTextSpecial = 0x551122; spTaskPanel->ColorSet->SpecialGroupCaptionDark = 55; spTaskPanel->ColorSet->BackgroundDark = 0xAABB22; spTaskPanel->ColorSet->NormalGroupCaptionDark = 0xAABB22; spTaskPanel->ColorSet->NormalGroupCaptionTextNor mal = 0xAABB44; It looks like this: But if I change it to be the Whidbey theme spTaskPanel->VisualTheme = XtremeSuiteControls::xtpTaskPanelThemeToolboxWhidbey; spTaskPanel->ColorSet->SpecialGroupCaptionTextSp ecial = 0x551122; spTaskPanel->ColorSet->SpecialGroupCaptionDark = 55; spTaskPanel->ColorSet->BackgroundDark = 0xAABB22; spTaskPanel->ColorSet->NormalGroupCaptionDark = 0xAABB22; spTaskPanel->ColorSet->NormalGroupCaptionTextNor mal = 0xAABB44;
Why do most of the colors not apply to that theme? Especially the 'special' ones? If I want the special group to be a different color with the Whidbey theme how do I do that? Thanks, -James |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Thank you, you was right, color was predefined and can't be changed for ToolBox/ToolBoxWhidbey theme. we fixed it for 9.70.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
JamesH
Senior Member Joined: 01 December 2004 Status: Offline Points: 149 |
Post Options
Thanks(0)
|
Thanks Oleg, Does that include the ability to have 'special' panes display in a different color? - James |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
yes
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
JamesH
Senior Member Joined: 01 December 2004 Status: Offline Points: 149 |
Post Options
Thanks(0)
|
This doesn't seem to be fixed in 9.7 ... if I have the xtpTaskPanelThemeToolboxWhidbey theme specified my task panel is aways the same color regardless of if the special property is set or not.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
JamesH
Senior Member Joined: 01 December 2004 Status: Offline Points: 149 |
Post Options
Thanks(0)
|
I don't have a copy of VB so wasn't able to try your sample but I reviewed my WTL code and found the problem. I had set the special color to something close to black (which was obvious in other themes, but not with the whidbey one)... everything looks like it's working. Sorry for the false alarm. |
|
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 |