Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - "Office2007Black.dll & SkinFramework -  HOW?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

"Office2007Black.dll & SkinFramework - HOW?

 Post Reply Post Reply
Author
Message
vbuser View Drop Down
Newbie
Newbie


Joined: 22 January 2004
Status: Offline
Points: 39
Post Options Post Options   Thanks (0) Thanks(0)   Quote vbuser Quote  Post ReplyReply Direct Link To This Post Topic: "Office2007Black.dll & SkinFramework - HOW?
    Posted: 10 October 2007 at 5:30pm
I am using the Ribbon Menu with the 2007 black look by setting this CommandBarsGlobalSettings.Office2007Images = "Office2007Black.dll".
Works great. I need this look in all the forms, so I also need to use  the SkinFramework, I set it  to:
SkinFramework1.LoadSkin "Office2007.cjstyles".
 
The problem is that I the look changes to all blue, and I noticed that it is SLOW, takes quite of bit of time to show the form...
 
How can I have an even Office2007-Black look in Ribbon and skinframework ?
 
How can I speed up the loading of the forms when using the skinframework?
Back to Top
jpbro View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 January 2007
Status: Offline
Points: 1354
Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post Posted: 22 October 2007 at 3:07pm
I second the request for an Office 2007 Black theme for the SkinFramework control.
Back to Top
meaningoflights View Drop Down
Groupie
Groupie


Joined: 27 October 2007
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote meaningoflights Quote  Post ReplyReply Direct Link To This Post Posted: 10 November 2007 at 11:50pm
Originally posted by vbuser vbuser wrote:


How can I have an even Office2007-Black look in Ribbon and skinframework ?


With the styles, you can build your own and download others, just search these forums and google...

The black theme is demonstrated in the Ribbon Bar sample...




And you can fine tune it further, eg:

 Set TabHome = RibbonBar.InsertTab(0, "")
    TabHome.ID = ID_TAB_WRITE
    TabHome.Color = xtpRibbonTabContextColorNone


I request more tab colours.





Originally posted by vbuser vbuser wrote:


How can I speed up the loading of the forms when using the skinframework?


Its not that bad, maybe try tweaking the compilation settings, think about pre-loading forms (during a splash screen). The p-code might be misleading you too. I wouldn't worry about it too much, PCs are getting faster everyday at a compound rate
Jeremy Thompson (MCSD)
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.