Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - Overview wanted
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Overview wanted

 Post Reply Post Reply
Author
Message
chrisABC View Drop Down
Senior Member
Senior Member
Avatar

Joined: 05 June 2008
Status: Offline
Points: 258
Post Options Post Options   Thanks (0) Thanks(0)   Quote chrisABC Quote  Post ReplyReply Direct Link To This Post Topic: Overview wanted
    Posted: 18 June 2008 at 11:31am
I am playing about with the Samples, and using RibbonBar, DckingPanes and SkinFramework.  It all works OK, but I don't know what I am doing.

I can see samples for the RibbonBar examples which load Office2007Blue.dll, etc.  And DockingPane.VisualTheme = ThemeOffice2007. And SkinFramework.LoadSkin "Office2007.cjstyles".

etc.

How do these all relate?  Does the SkinFramework override the other settings? Do I need to use all of these? 

I'd very grateful for a paragraph giving an overview of these things.

(It is fun doing things by trial and error, but it does take a lot of time).
Chris (Manchester, UK) -- www.abc6.co.uk ---- Using CodeJock ActiveX Suite 13.1.0 with Windows8, VB6 SP6
Back to Top
chrisABC View Drop Down
Senior Member
Senior Member
Avatar

Joined: 05 June 2008
Status: Offline
Points: 258
Post Options Post Options   Thanks (0) Thanks(0)   Quote chrisABC Quote  Post ReplyReply Direct Link To This Post Posted: 26 June 2008 at 7:41pm
Here's what I have got at the moment to try and make sense of the skins and themes etc,  Any comments?

Select Case  UserSelectedLook
   case  "Office2007 Aqua"
        SkinFramework.LoadSkin "Office2007.cjstyles", "NormalAqua.ini"
        CommandBarsGlobalSettings.Office2007Images = "Office2007Aqua.dll"
        DockingPaneMain.VisualTheme = ThemeOffice

   case "VistaSilver"
        SkinFramework.LoadSkin "Vista.cjstyles", "NormalSilver.ini"
        CommandBarsGlobalSettings.Office2007Images = "Office2007Silver.dll"
        DockingPaneMain.VisualTheme = ThemeVisio

   case "LunaBlue"
        SkinFramework.LoadSkin "WinXp.Luna.cjstyles", "NormalBlue.ini"
        CommandBarsGlobalSettings.Office2007Images = "Office2007Blue.dll"
        DockingPaneMain.VisualTheme = ThemeWord2007



Is this the best way to do this?  Has anyone got a better system?
Chris (Manchester, UK) -- www.abc6.co.uk ---- Using CodeJock ActiveX Suite 13.1.0 with Windows8, VB6 SP6
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.109 seconds.