Axel,

I managed to do it from the video/mplayer.py plugin.

I had a problem where if freevo 1.5rc3 was fullscreen,
then watching a movie with mplayer gave black screen output
(using "xv") but same with freevo not-fullscreen was ok.
I think it was an "xv" conflict between the two apps?

Anway, I basically added code to mplayer.py to disable
freevo fullscreen before starting mplayer and then
putting it back when mplayer was finished. The code was:

        import osd
        osd = osd.get_singleton()
        osd.toggle_fullscreen()

(grep for singleton in other modules to confirm this)

--Torsten

> On Mon, 2004-06-28 at 13:48, Axel wrote:
> > Is it possible to toggle fullscreen from within a plugin?  I tried 
> > calling osd.toggle_fullscreen() and saw it print the change in 
> > fullscreen status to the log file but the screen display didn't switch 
> > to windowed mode. Pressing 'z' on the keyboard works just fine :(


-- 
Torsten Seemann <[EMAIL PROTECTED]>
Victorian Bioinformatics Consortium



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to