Re: [pygtk] [PyGTK] Singleton Window

2009-03-23 Thread alex goretoy
Thank you Steve, you have been very helpful. -Alex Goretoy http://www.goretoy.com ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] [PyGTK] Singleton Window

2009-03-23 Thread alex goretoy
I will have to try it when I have a chance, Thank you for your reply. does that only work with dialogs? I'm using windows(not microspft) at the moment. I'll just have to test it, thanks :) -Alex Goretoy http://www.goretoy.com Phyllis Diller - "Never go to bed mad. Stay up and fight." _

[pygtk] gtK.Asistant and gtk.builder

2009-03-23 Thread nbd
Hello; I have the following issue with a gtk.Assistant designed in galde and used via gtk. builder : The fist time I launch the assistant and use it correctly. When I launch the assistant the secod time I have a segmentation fault, and my application, btw, stops. I use a destroy method to close th

Re: [pygtk] Strange crash issue on Windows w/ PyGTK, Cairo...

2009-03-23 Thread CJ Kucera
CJ Kucera wrote: > David Ripton wrote: > > Utterly terrifying that something as fundamental as zlib would be broken > > on a platform as common as Windows. One final update on this... Since I've impugned on zlib's otherwise sparkling reputation, I feel that I should mention that it turns out that

[pygtk] Automatically detect if GTK+ operations are not being done in the main loop?

2009-03-23 Thread Willie Walker
Hi All: One problem we consistently run into with accessibility are hangs caused by code that is performing GTK+ operations outside the main loop. These are typically apps that are doing things via threads, such as talking to network servers and such. It is often very difficult chase down the of