Page 2 of 2

Re: mdk - Skinning solution for Windows

Posted: Fri Jun 17, 2016 4:45 am
by tj1010
For anyone wondering why it's not cross-platform it's because you'd have to make a manage a big repository for all the code it'd take to handle different versions of GTK(Debian) and whatever PB is using on OSX; I think PB uses Carbon now which I think uses different classes than Cocoa for window instances.

Basically, it'd be really costly to do it for Linux and OSX because of all the dependency dynamics. I've seen it done a lot for Windows with both commercial and forum solutions for PB. I have a few cross-platform utilities in PB I've tried it on and just rolling out a generic GTK skin solution was a nightmare because you have to support certain versions only and dependencies break easily.

Re: mdk - Skinning solution for Windows

Posted: Sat Jun 25, 2016 6:05 pm
by grabiller
This kind of project is really interesting but it should be cross-platform.

I know, it is not easy, and I am working hard on my side to make my own application framework project (raafal) cross-platform. I think this is the all point of using PureBasic, ultimately.

But here is an advice: instead of trying to make every widget skinnable, why dont you try first to create a skinning library only for NDC (non-client) elements, but cross-platform ? This way we could have skinned windows frames and menus, those elements that are system dependent. This way those who draw their own widgets (with OpenGL for instance) would be able to have everything customized.

Then create another library that tackles only controls and widgets.

Just a suggestion, of course ;)

Nice work already nonetheless,
Cheers.

Re: mdk - Skinning solution for Windows

Posted: Sun Dec 31, 2017 5:34 pm
by chi
Image
just a little reminder to myself to finally make a freakin' product out of it ^^

Re: mdk - Skinning solution for Windows

Posted: Sat Jan 13, 2018 1:58 am
by chi
poor man's aero :lol:
Image

Re: mdk - Skinning solution for Windows

Posted: Sat Jan 13, 2018 2:10 am
by Fangbeast
Ooooh, me like.

Re: mdk - Skinning solution for Windows

Posted: Sun Mar 04, 2018 10:42 am
by chi
No download yet, sorry! So far, only the core functions are implemented (Win2k - Win10)... but I'll work on the editor the next couple of month. Slow but steady ^^

Re: mdk - Skinning solution for Windows

Posted: Tue Oct 09, 2018 3:25 pm
by chi
This changes everything :P
Image

Re: mdk - Skinning solution for Windows

Posted: Tue Oct 09, 2018 4:10 pm
by fryquez
Very, nice chi :D

But just Screenshots after all that time :P
Anyways, why black labels on dark gray background, it's hard to read them.