On Mon, 19 Mar 2001, mallum wrote:

> Aloha all;
>
> Im writing a little pygtk program to provide a launcher frontend to the
> Stella Atari emulator.
>
> I want the app to 'hide', launch the stella application ( currently using
> system() ) , then reappear when stella is closed down.
>
> Im using win.hide() but the window dosn't seem to want to unmapp. However it
> does when I remove the system() command. Any ideas on how to accomplish this
> correctly ?

Maybe try putting the following in your app before calling system:
  while events_pending()
    mainiteration()

James.


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to