|
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 |
| |||
Re: Slide Buttons (DVD,Video etc) Quote:
If you open BgImage (= extbg.bmp) you'll see that the rectangle 78,0,117,103 is the one you see every time you start BSplayer (the one with VIDEO, DVD, AUDIO, RADIO and TV buttons only), and its format is not X,Y,W,H but instead it's X,Y,FinalX,FinalY AttachAt tells BSplayer where to attach the skin areas to the main image. If you open main.bmp image, you'll see that x=396;y=6 is the location where the area skins are attached to. I tried with negative coordinates, but without success, so I think it's not possible (at this time) to open that panel to the left.. You can add ButtonGroups that can be opened to the left (even if you have less possibilities than skin areas): Code: [Buttons] ... BtnGrpNum=2 [BtnGrp1] ... Direction=Up ... [BtnGrp2] ... Direction=Left ... You have to define a button with a not existing action, and that action will be the ButtonGroup ID Code: [Buttons] ... Btn6=fsb1,350,11,0,1000;subtitles ... I hope these information will be of help to you and also other users
__________________ BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer BSP Definitions Manager (v1.02) BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051) |
| ||||
Thanks Tizio, I try changing the figures on the base skin and know see what you mean. I don’t see why you would need the Final X and Final Y figure. It just seems to cut the image off if it’s less that the image size. I also tried a AttachAt=-79,6 to see if it would show on the left hand side and sure enough it did not. This is a same as it really limited your design of the skin. I could re-design what I’ve done so hard but I think I just leave this option out at the moment. I have planned to use the features of the full screen, hope they work the why I thinks they will work. Thanks for your help. Also I tried to log in to see if I could upload a skin but cannot get it (not that I’m ready to post my skin). Try and register and the screen just goes blank. Are you able to log in? Cheers, Kordo. |
| |||
The FinalX and FinalY values could be useful if you want to hide also a portion at the right/bottom of the default image.. Try to use the ButtonGroups, they should work for you. I'm able to log-in (and my login data is shown in the top-right corner of the homepage), but when I try to upload a skin (only a test) I am redirected to the homepage.. I'll write to the admins reporting this issue..
__________________ BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer BSP Definitions Manager (v1.02) BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051) |
Tags |
buttons, dvd, slide, video |
| |