Re: [pygtk] have I found a bug?

2003-02-16 Thread Malcolm Tredinnick
On Mon, Feb 17, 2003 at 08:19:00PM +1300, Rob Brown-Bayliss wrote: > Hi, I have been playing with druids, and found that the start page and > finish page wont show unless I specifically call startpage.show() and > finishpage.show() (this is before I even show the druid) > > Yet the main pages betw

[pygtk] have I found a bug?

2003-02-16 Thread Rob Brown-Bayliss
Hi, I have been playing with druids, and found that the start page and finish page wont show unless I specifically call startpage.show() and finishpage.show() (this is before I even show the druid) Yet the main pages between these show without this need . Is this the correct behaviour? I am use

Re: [pygtk] Python and orbit server

2003-02-16 Thread James Henstridge
Xavier Ordoquy wrote: Hi, I would like to know if there is an example of client/server using orbit and in full python. I'm trying to get bonobo server working but I'm failing in generating python from orbit-idl. Any pointer about it ? Currently you need to generate a typelib. There is an exa

[pygtk] Python and orbit server

2003-02-16 Thread Xavier Ordoquy
Hi, I would like to know if there is an example of client/server using orbit and in full python. I'm trying to get bonobo server working but I'm failing in generating python from orbit-idl. Any pointer about it ? -- Xavier Ordoquy <[EMAIL PROTECTED]> Gnome _

[pygtk] I need help with destroying windows and closing the application

2003-02-16 Thread Florin Iucha
Hello, I have a small application with pygtk/libglade and I have the following problem: I don't know how to exit the application after the last window was closed. Attached is a barebones application which illustrates my efforts so far: . |-- run.py |-- test.glade `-- ui |-- __init__.py