Re: [pygtk] Application freezes

2009-02-13 Thread Thomas Wielatt
Hi I've found the bug. The function that was called increased it's duration. Greets Thomas Hi I'm working with pygtk and pyopengl. To draw an incoming signal I registered once a callback via "gobject.idle_add(draw_sign

[pygtk] windows - pygtk - thread - main.iteration problem

2009-01-11 Thread Thomas Wielatt
Hi Everyone I've been developing a gui that runs on a separate thread. I prefer to update the gui manually by calling main.iteration() in a defined interval. This works fine under ubuntu intriped. * class Gui (Thread) def run(self): self.__ru