Quote:
Originally Posted by adicoto Did you try to press "H" ? |
I suggested him to delete the settings file to prevent such a problem, and because sometimes appened to me that the setting regarding Main window position was corrupted, and BSplayer placed the main window out the screen and neither using the Explorer's "Move" command helped..
Maybe try to edit the BSplayer.USER_NAME.xml file with Notepad, and change these lines as described:
Code:
<PlayWinPos type="int">4294967295</PlayWinPos>
<MainWinPos type="int">4294967295</MainWinPos>
edit this way
Code:
<PlayWinPos type="int">0</PlayWinPos>
<MainWinPos type="int">0</MainWinPos>
Note that 4294967295 value is only an example, probably you have different numbers..
It's only a suggestion, but I hope this time it will work :?