Cool, It worked !

many thanks

mallum

on Mon, Mar 19, 2001 at 06:43:19PM +0800, James Henstridge wrote:
> 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