Print Page | Close Window

DatePicker office 2007 theme

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=4863
Printed Date: 03 July 2024 at 2:05am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: DatePicker office 2007 theme
Posted By: seither
Subject: DatePicker office 2007 theme
Date Posted: 23 August 2006 at 11:07am
Hallo,
 
is there any way to theme the DatePicker like in office 2007 with the light blue header for the actual month and an orange filled rectangle for the selected date?
 
The CalendarControl has the method SetTheme() but I can't found such a method on the DatePicker class. And the Skinframework only changes the buttons in the DatePicker
 
Many thanks

Jörg



Replies:
Posted By: sserge
Date Posted: 23 August 2006 at 3:06pm
Hi,

Not in the same way as Calendar, but...


Private Sub Form_Initialize()
    Dim pGgg As New CalendarGlobalSettings
    pGgg.ColorManager.SystemTheme = xtpSystemThemeBlue   
End Sub


Note that you'll have to set SystemTheme before create DatePicker control because it determines SystemTheme when creating.

--
WBR,
Serge


Posted By: seither
Date Posted: 23 August 2006 at 7:03pm
Hi,
 
thanks for your quick response.
 
But xtpSystemThemeBlue won't do it for me because that isn't the style outlook 2007 beta 2 uses.
 
I need a lighter blue for the header. Is it possible to set the colors on my own for the DatePicker control?
 
Another suggestion for the ShortcutBar Control: The Bars in outlook 2007 beta 2 are more themed like the ribbonbars (more like glas). It would be nice if there was a setting like XTPVisualTheme.xtpThemeRibbon to mimick this look & feel.
 
Best Regards
Jörg


Posted By: sserge
Date Posted: 24 August 2006 at 2:09am
For DatePicker there are no another solution for the moment. Most likely interface similar to Calendar's one will be added in next versions.

--
WBR,
Serge



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