Codejock's Xtreme Skin Framework Skinning Topic is solved

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
tomay3000
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 207
Joined: Mon Apr 24, 2017 4:23 am

Codejock's Xtreme Skin Framework Skinning

Post by tomay3000 »

Hello,
From the MFC sample I have got an idea in which I have tried to apply the Codejock's Xtreme Skin Framework to skin a wxWidgets application, and I have partially succeeded.
Only common windows dialogs got skinned like the message box, but the main wxWidgets dialog remained with no skinning applied! as you see in the screenshot:
Skin.png
Skin.png (17.05 KiB) Viewed 1641 times
Using spy++ from Microsoft VC++ installation to inspect the class name of the main wxWidgets dialog (wxDialog), I found that it has the same class name as the Message Box one (which is "Dialog")!!

What could be the cause that the main wxDialog is not getting skinned ?
I have included the test source code: http://www.mediafire.com/file/1ca2j5zou8bvh56/test4.7z

Thank you for your understanding.
tomay3000
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 207
Joined: Mon Apr 24, 2017 4:23 am

Re: Codejock's Xtreme Skin Framework Skinning

Post by tomay3000 »

I get it working, yay :) :-D :lol: 8) :mrgreen: =D> \:D/

As you see in the screenshot:
Success.png
I should have done the initialization in the wxApp::OnInit
Post Reply