|
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 |
| |||
Full Screen Control bar Thanks for your help. |
| |||
I don't know if I understood what you need, but if you want the control bar to appear to the top of the screen when you move your mouse to the top, and to make the bar appear to the bottom of the screen when you move your mouse to the bottom, there's an option to achieve this, BottomTop option is to do this exact thing This is an excerpt from base skin skinfs.ini file Code: [BSPlayer.Skin] Version=1.00 [Settings] MainAnySape=1 MainImg=fsmain.bmp ; B-Bottom, T-Top, BT-Bottom and Top 1-Left, 2-Middle, 3-Right Position=B,2 ShowBtnGrpOnMouseMove=1 If you modify that line as Position=BT,2, it will appear either on top/bottom of the screen, depending on where you move your mouse cursor.. I hope this will help you, and if I misunderstood you, please explain me what did you meant ;)
__________________ 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) |
| |||
I don't know how to explain it any other way. Maybe more detail will help. My HTPC is connected via DVI to my rear projection TV. As its a projection TV there is a bit of overscan, or lost picture information on all edges of the screen. So much so that the control bar is not completly visable at either the top or bottom. I would like to adjust the position of the control bar in respect to the visible screen area so that all of it is visible.
|
| |||
Oh sorry, ok now I got it... I think the only solution to this problem is to modify the FullScreen background image. As an example, if your video output system has 50 pixels of overscan, you have to create a fullscreen background bitmap which is 50 pixels greater than default one on the axis pf the ordinates (Y axis) Take as example the Base skin, its fullscreen background image is fsmain.bmp (you can retrieve this info from skinfs.ini file, [Settings] section, MainImg= item), which size is 569x78 pixels. If the overscan is of 50 pixels, you'll have to add 50 pixels to the existing 78 (you have to add them in the bottom part of the image to not have to change skinfs.ini buttons references, and the additional area should be colored with the same color as the transparent one, usually magenta [R=255,G=0,B=255]) And remember that this only works for fullscreen controls displayed at the bottom of the screen, if you want to show them on top of the screen, you'll have to add that additional area to the top of the background image, but you'll also have to edit vertical position of all fullscreen buttons in skinfs.ini file Hope this will help you ;) EDIT: Topic moved to Skin section
__________________ 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 |
bar, control, full, screen |
| |