Re: [pygtk] Popup windows.

2000-05-06 Thread James Henstridge
On Sat, 6 May 2000, George Farris wrote: > I want to pop up a window, make sure it's shown fully on the screen > and then execute some other code. When that code is finished I will > destroy the pop up window. I've tried the following: > > gm = GnomeMessageBox(message='Please wait') > gm.show

[pygtk] Popup windows.

2000-05-06 Thread George Farris
I want to pop up a window, make sure it's shown fully on the screen and then execute some other code. When that code is finished I will destroy the pop up window. I've tried the following: gm = GnomeMessageBox(message='Please wait') gm.show() while events_pending(): mainite