Hello

I'm writing a small kiosk browser plugin, i'm hitting a problem where
before I spawn the web browser i call pygame.event.set_grab(0) which I
understand should then free the mouse. However The mouse is still
locked. Here is the code sample:


        popup_string=_("Starting Web Browser...")
        pop = PopupBox(text=popup_string)
        pop.show()
        pygame.event.set_grab(0)
        os.system('mozilla-firebird')
        pygame.event.set_grab(1)
        pop.destroy()

Any ideas?

David




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to