Official BS.Player forums

Official BS.Player forums (http://forum.bsplayer.com/index.php)
-   BS.Player Skins and Skinning (http://forum.bsplayer.com/forumdisplay.php?f=11)
-   -   Button overlay (http://forum.bsplayer.com/showthread.php?t=1727)

DJMaze 28th May 2003 11:10 AM

Button overlay
 
I want to create 3D buttons overlaying eachother but BSPlayer won't let me do that.

example:
Code:

--------/-------
| Play / Stop |
------/--------

I could send an example of my PowerDVD skin for BSPlayer.

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

Netcooler 22nd August 2003 02:21 PM

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.

ZanderZ 25th August 2003 07:17 PM

Re: Button overlay
 
Quote:

Originally Posted by DJMaze
I want to create 3D buttons overlaying eachother but BSPlayer won't let me do that.

example:
Code:

--------/-------
| Play / Stop |
------/--------


Don't know if this works, but you can try:
- 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 /
------/

and
Code:

  /-------
  / Stop |
/--------

Make the rest of your bmp file the transparent color.

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.


All times are GMT +1. The time now is 06:09 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20