Shortcut Bar Colours |
Post Reply |
Author | |
marknorris
Newbie Joined: 27 June 2005 Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 13 October 2005 at 6:58am |
Hi I want to customise the colours used by the shortcut bar, but I am finding it difficult to identify which display elements need changing. I am trying to build this mock-up:
The currently selected group (at the top in this example) should be in colour &HC8C8C8 to &HE4E4E4. The hot tracking colour should be &H4488DB. If I do the following: With SuiteControlsGlobalSettings.ColorManager I get total wrong colours! Help! |
|
gbdc
Newbie Joined: 22 October 2005 Status: Offline Points: 5 |
Post Options
Thanks(0)
|
Marknorris,
Were u able to find an answer? I face the same problem, and I'd like to know how you were able to (hopefully) resolve the issue. Darren |
|
glennj
Newbie Joined: 07 February 2006 Status: Offline Points: 24 |
Post Options
Thanks(0)
|
is it like this? With SuiteControlsGlobalSettings.ColorManager() .SystemTheme = XtremeSuiteControls.XTPCurrentSystemTheme.xtpSystemThemeUnkn own .SetColor(XtremeSuiteControls.XTPColorManagerColor.STDCOLOR_ BTNFACE, System.UInt32.Parse(&HC8C8C8)) .SetColor(XtremeSuiteControls.XTPColorManagerColor.STDCOLOR_ WINDOW, System.UInt32.Parse(&HE4E4E4)) .SetColor(XtremeSuiteControls.XTPColorManagerColor.STDCOLOR_ HIGHLIGHT, System.UInt32.Parse(&H4488DB)) End With |
|
glennj
Newbie Joined: 07 February 2006 Status: Offline Points: 24 |
Post Options
Thanks(0)
|
I can't get it to work either... can any one help? Admin? I'm programming in VB.Net |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
In VB the "R" and "B" colors are reversed. Try setting as BGR instead of RGB when setting the colors.
|
|
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 |