I'm going to make a skin...

Everything else that doesn't fall into one of the other PB categories.
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

I'm going to make a skin...

Post by Joakim Christiansen »

Umkay, so i'm going to make a skin for my media player:
http://www.purebasic.fr/english/viewtopic.php?t=22056

I'm not shure exactly how I would do this, but I guess i'm going to use ImageGadget for buttons and such.
And I need to know if the mouse is hovering (leaving,entering) over the image gadget, is it impossible getting a event for this?
And I also need to be able to have transparent images in it.

And as you can see in the image it got TrackBarGadgets and a ListIconGadget.
But I have to skin those myself, is that even possbile or do I need to create my own gadgets?

Would be nice to hear from someone with skinning experience.
Any hints, tips and tricks is welcome! :)
I like logic, hence I dislike humans but love computers.
SunSatION
User
User
Posts: 85
Joined: Tue Jun 21, 2005 7:26 pm
Location: Malta

Post by SunSatION »

First of all, I suggest to wait for my PBSkin....... :D

Well, actually, in my skins, I always customize my gadgets. Everything is done from core(till know). You need images, and windowmousex() and y(). Those are the most important for basic skinning. I will include all them in my first official release. Any problems till that day, tell me and I'll help.

Btw, you can use any gadget, just change it's color :)
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

Damn even the simplest things get's hard in PB :(
I like logic, hence I dislike humans but love computers.
Post Reply