View previous topic :: View next topic |
Author |
Message |
z3b
Joined: 14 Jul 2006 Posts: 6
|
Posted: Fri Feb 16, 2007 9:34 am Post subject: [done] Suggestion: drag window from video frame like MPUI |
|
|
This is the one big thing I prefer in MPUI over rulesPlayer: the ability to drag the window from the video frame, not just the title bar. I find this very convenient and prefer it over the default pause effect, it also makes sense in compact mode. |
|
Back to top |
|
|
Guillaume
Joined: 22 Jan 2007 Posts: 19
|
Posted: Sun Feb 25, 2007 7:39 pm Post subject: |
|
|
Easy move! Seconded! |
|
Back to top |
|
|
bobef
Joined: 05 Jun 2005 Posts: 269
|
Posted: Mon Feb 26, 2007 2:10 am Post subject: |
|
|
OK, guys. Here you go: http://svn.dsource.org/projects/rulesplayer/trunk/src/player/player.exe . Download and replace your player.exe . Then bind dragwindow to mouse1. You can even keep the pause behavior if you like:
Code: | bind mouse1 "@dragwindow && @playorpause" |
or just
Code: | bind mouse1 @dragwindow |
or whatever else you like |
|
Back to top |
|
|
z3b
Joined: 14 Jul 2006 Posts: 6
|
Posted: Wed Feb 28, 2007 4:54 pm Post subject: |
|
|
Awesome Thank You! 'dragwindow' is one of my favorite media player features |
|
Back to top |
|
|
Guillaume
Joined: 22 Jan 2007 Posts: 19
|
Posted: Sun Mar 04, 2007 6:27 pm Post subject: |
|
|
Thank you sir! |
|
Back to top |
|
|
|