|
BS.Player Skins and Skinning Comments on skins, new ideas, skinmaker, skinmaker documentation, or anything else concerning BS.Player skins |
| LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
Button overlay example: Code: --------/------- | Play / Stop | ------/-------- I also want that the Position/Seek bar doesn't have fixed values. So when it's bigger it has more points. Example: MaximumValue = Bar->Width |
| |||
Could you post the example? And regarding the points of the seek bar, no, sadly. I agree with you, it should have more pointa as your video/skin is bigger, so the seeking would be more precise. I think it's not that way due to the way BSPlay is programmed with the skin system or something. |
| |||
Re: Button overlay Quote:
- In the skin ini file, there's an option to have 'custom' buttons, the first pixel in your bmp file is then the transparent color. That way you can have round buttons for example. Turn this on (i.e. set to 1) - Edit your Play and Stop button to make it like this: Code: --------/ | Play / ------/ Code: /------- / Stop | /-------- Now, the transparent part of your bmp file will not be a button, and maybe this will allow you to use the buttons the way you want it.
__________________ - |
Tags |
button, overlay |
| |