Search found 8 matches

Go to advanced search

by Shield
26 Jan 2012 12:12
Forum: General VLC media player Troubleshooting
Topic: Issues: Moving the player window & Always on top
Replies: 19
Views: 4384

Re: Issues: Moving the player window & Always on top

Your example won't work. The #IfWinActive-directive has to work as a precondition of a hotkeys definition. You also have to consider that the name of VLCs main window varies depending on the interface. This code will work with both the default and the skinned one: SetTitleMatchMode RegEx ; Makes sur...
by Shield
23 Jan 2012 14:58
Forum: General VLC media player Troubleshooting
Topic: Issues: Moving the player window & Always on top
Replies: 19
Views: 4384

Re: Issues: Moving the player window & Always on top

In case you have another AutoHotkey script running which already catches the left mouse button, it's best to melt both scripts into one in order to make the button work depending on the window which is below the pointer. You can does this prior to the hotkey definition (see examples here ) or afterw...
by Shield
15 Jan 2012 13:00
Forum: General VLC media player Troubleshooting
Topic: Issues: Moving the player window & Always on top
Replies: 19
Views: 4384

Re: Issues: Moving the player window & Always on top

Sounds like something else is hooked up to the left button, preventing the script from handling the click event. Could be some mouse or anti-malware utility, another script, a drivers issue, etc ...
by Shield
17 Dec 2011 23:37
Forum: General VLC media player Troubleshooting
Topic: Issues: Moving the player window & Always on top
Replies: 19
Views: 4384

Re: Issues: Moving the player window & Always on top

Thank you for taking attention to the point Media Player Classic (...) can even tell a DVDs main menu apart from the movie itself, dis-/allowing the concerning drag operation dynamically And here's another approach, a slightly modified version of the AutoHotKey demo script 'Easy Window Dragging' whi...
by Shield
17 Dec 2011 16:15
Forum: General VLC media player Troubleshooting
Topic: Issues: Moving the player window & Always on top
Replies: 19
Views: 4384

Re: Issues: Moving the player window & Always on top

Thank you for your reply :) Fixed for effects, preferences in VLC 1.2, at least. That is very good to hear! Dragging the player from another part than the title bar is against almost HI Guidelines. I understand, but here are three facts that might be worth thinking about. First, the consequence is t...
by Shield
16 Dec 2011 15:05
Forum: General VLC media player Troubleshooting
Topic: Issues: Moving the player window & Always on top
Replies: 19
Views: 4384

Re: Issues: Moving the player window & Always on top

Forgot to mention that this only happens if a skin is in use (no matter which one). So it looks like a bug to me .... ?!
by Shield
15 Dec 2011 21:47
Forum: General VLC media player Troubleshooting
Topic: Issues: Moving the player window & Always on top
Replies: 19
Views: 4384

Re: Issues: Moving the player window & Always on top

I never argued the converse. :wink: But I have a copy of Media Player Classic here, and that one can even tell a DVDs main menu apart from the movie itself, dis-/allowing the concerning drag operation dynamically... therefore, if the internal architecture of VLC media player does not know what the p...
by Shield
15 Dec 2011 16:52
Forum: General VLC media player Troubleshooting
Topic: Issues: Moving the player window & Always on top
Replies: 19
Views: 4384

Issues: Moving the player window & Always on top

Hello, I'm considering the VLC media player to be my new .. well, media player :? but unfortunately, I'm currently struggling with two usability issues. First, I can't drag the player by clicking right into the video, I have to click on the title bar instead (or certain parts of the skin respectivel...

Go to advanced search