Page 1 of 1

Remove the double click which turns off the fullscreen

Posted: 25 Apr 2012 14:17
by nicoco
Hello everybody,

(sorry for my english, I'm French...)

I need your help. I'm using vlc on touch screen computers to read dvd's for animations for children. The video must be in fullscreen, but the problem is that children love to touch the screen madly. Therefore, the fullscreen turns off.

Is it possible to make a patch to remove this function?

Thank you very much for your help

nicoco

Re: Remove the double click which turns off the fullscreen

Posted: 26 Apr 2012 06:25
by RSATom
if you comment this line http://git.videolan.org/?p=npapi-vlc.gi ... HEAD#l1076 then doubleclicking will be disabled (at least on windows).

Re: Remove the double click which turns off the fullscreen

Posted: 26 Apr 2012 09:27
by nicoco
Thank you very much RSATom!

Could you just tell me how do I have to use this script ?

Re: Remove the double click which turns off the fullscreen

Posted: 26 Apr 2012 15:56
by RSATom
it's not script, it's plugin source, and you need compile plugin by yourself from sources if you want to disable double clicking...

Re: Remove the double click which turns off the fullscreen

Posted: 26 Apr 2012 17:19
by nicoco
woaw... I don't want to encroach on your time but could you please tell me how to do that?

By the way, is it a plugin for VLC itself or a plugin for Mozilla (as it is said in your link)? Because i don't use Mozilla but iSurf to launch VLC...

Re: Remove the double click which turns off the fullscreen

Posted: 26 Apr 2012 18:06
by RSATom
woaw... I don't want to encroach on your time but could you please tell me how to do that?
http://git.videolan.org/?p=npapi-vlc.gi ... xt;hb=HEAD
or
http://code.google.com/p/vc-axnp-vlc/so ... README.txt

but I don't think it will be easy for you if you never did something similar...
By the way, is it a plugin for VLC itself or a plugin for Mozilla (as it is said in your link)? Because i don't use Mozilla but iSurf to launch VLC...
It's plugin for mozilla. And I don't know what is "iSurf".

Re: Remove the double click which turns off the fullscreen

Posted: 29 Apr 2012 15:28
by mysoogal
RSATom, can you add image instead of " waiting for video " ?

Re: Remove the double click which turns off the fullscreen

Posted: 30 Apr 2012 04:57
by RSATom
in vlc 2.0.1, it's vlc cone there already...