Harry Van Haaren wrote:
> Hi Padraig,
> 
> Thanks for the reply, Im afraid I didnt get anywhere with the new ideas
> though..
> 
> So here is the code im actually using. (Attached in a .zip)
> The .glade file (attached in zip ) is a standard about dialog.

With this change it works:

35c35
<               self.aboutWindow.destroy()
---
>               self.aboutWindow.hide()

If you want to destroy the window, you'll need to
create it again before you do anything to it.
I.E. you need to gtk.glade.XML(...) again
(as was done in the dlgUserInteraction I referenced previously.

cheers,
Pádraig.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Python Ireland" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.ie/group/pythonireland?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to