View Single Post
  #2 (permalink)  
Old 15th June 2005
Tizio Tizio is offline
Moderator
BS.Player Master
 
Join Date: Nov 2003
Location: Italy
Posts: 3,037
Rep Power: 27
Tizio will become famous soon enough
Default

Do you know that BSP_FRSizeLeft is for the Full Screen movie window only? It doesn't apply to Normal movie window, but only when you are in full screen.

As I posted before if you want to resize the normal movie window you have to use these commands:
BSP_IncMovWin 99
BSP_DecMovWin 100

but they don't resize your window by 1pixel per time, but about 10pixels per time (I don't know the exact resizing step).

To know the Movie Dimension you have different choices:
- You can read it from the movie file (but I think it is not so simple since ifferent file types have MovieDimension stored in different places)
- You can (I think) use a Windows API to retrieve the MoviWindow dimension once you know the MovieWindow handle (if you use this metod you are sure that the dimension retrieved is the correct one)
-You can retrieve the dimension information directly from the VideoInfo window of BSplayer (also in this case you have to use API calls to retrieve the value that resides in the textbox near the "Video size" label)
- .....

I have no time to find the way to use them for you now, but if I'll have time in next days I'll post a reply

I hope this post could help you (even if it is poor of REAL details)
__________________
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)
Reply With Quote
 

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