Codejock Skin Builder |
Post Reply |
Author | |
Felix1997
Newbie Joined: 01 March 2016 Location: Frankfurt Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 21 March 2016 at 6:11am |
Hi,
I am currently trying to create my own skin for Visual C++ using the Codejock Skin Builder. I have tried customizing the controls through skin builder itself but it wont implement my changes. I have also tried changing the .ini files for the corresponding themes but this also has no effect on the theme. Could somebody help me by putting together a simple tutorial or example on how to create custom skins using skin builder? I am very confused as to why the things that I have tried don't work. Best regards
|
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
Hello,
You can find info about skinning in help file C:\Program Files\Codejock Software\MFC\Xtreme ToolkitPro v17.1.0\Help\SymbolReference.chm "Toolkit Pro v17.1" > "Skin Framework" > Classes > "CXTPSkinManager Class" > "CXTPSkinManager Methods" > "CXTPSkinManager::LoadSkin Method" and other topics With SkinBuilder you create .cjstyles file. Then in code you load this skin file. For example see our sample c:\Program Files\Codejock Software\MFC\Xtreme ToolkitPro v17.1.0\Samples\SkinFramework\SkinCommCtrl\MainFrm.cpp
or Samples\SkinFramework\SkinMDISample\MainFrm.cpp About themes - .ini files should be compiled to appropriate dll library. For example after changes in Office2013Access.ini you need to rebuild Office2013.dll (project Source\Styles\Office2013\Office2013.dsw). For example you can see Samples\Ribbon\RibbonSample\MainFrm.cpp, methods CMainFrame::OnOptionsStyle, CMainFrame::SetTheme, CMainFrame::SetCommandBarsTheme. Regards, Oleksandr Lebed |
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
More better description of skinning in ActiveX help file
c:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v17.0.0\Help\SymbolReference.chm You can download evaluation version of SuitPro from www.codejock.com to get chm. |
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
|
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
|
|
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 |