Print Page | Close Window

BackColor from Splitbar

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=2126
Printed Date: 28 September 2024 at 12:50pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: BackColor from Splitbar
Posted By: mlatona
Subject: BackColor from Splitbar
Date Posted: 19 April 2005 at 3:41am
How can I change the BackColor from the Splitbar between two docking panes?



Replies:
Posted By: Oleg
Date Posted: 19 April 2005 at 8:05am

try

    DockingPaneGlobalSettings.ColorManager.SetColor XPCOLOR_3DFACE, vbRed
    DockingPaneManager.VisualTheme = ThemeDefault



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: mlatona
Date Posted: 19 April 2005 at 8:47am

It works. But I will change the color when the VisualTheme property is set to Office2003. You can see it on your own VB example 'Outlook2003.vbp'



Posted By: Oleg
Date Posted: 19 April 2005 at 2:07pm
    DockingPaneManager.Options.LunaColors = False
    DockingPaneGlobalSettings.ColorManager.SetColor XPCOLOR_3DFACE, vbRed
    DockingPaneManager.VisualTheme = ThemeOffice2003

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: mlatona
Date Posted: 20 April 2005 at 2:56am

It works too. But now I have lose the colors in the caption from docked panes.



Posted By: mlatona
Date Posted: 19 May 2005 at 2:50am

Please answer my request from 19 April 2005. Can you fix this bug or is it a feature in the next release?



Posted By: Oleg
Date Posted: 19 May 2005 at 5:32am

 

For Luna colors it can't be done because it used predefined values. We will check what we can add for next release.



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: mlatona
Date Posted: 19 May 2005 at 5:50am
Please. It`s not so pretty, when the splits have another color.



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