On Thu, Jul 17, 2008 at 10:27:42PM +0200, Gorka Olaizola wrote:
> Hello,
> 
> I'm trying to add a popup/progressbox in the audio player (using
> mplayer) when doing the server connection/cache filling but all I get is
> a lock in the main thread. The popup also does no hide away when I call
> the hide()/destroy() method of the popup.
> 
I've partially solved the problem using

    self.player.playerGUI.pbox = PopupBox(text=_('Filling cache...'), 
parent=self.player.playerGUI)

That way the popup hide after being used, but the keyboard is
unresponsive too.

If someone has an idea it will be very welcome.

Attachment: signature.asc
Description: Digital signature

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to