Re: [pygtk] Need Help

2002-09-07 Thread Martin Klaffenboeck
Am Sa, 2002-09-07 um 00.25 schrieb Rob Brown-Bayliss: On Sat, 2002-09-07 at 08:03, Martin Klaffenboeck wrote: Oh, yes, I did that. Now I've got a Menu Bar with a Menu, that works, and I've got a GtkLayout with Scollbars in a Table. But there are always some small things I'd like to

[pygtk] Jump to a widget

2002-09-07 Thread Martin Klaffenboeck
Hello, How can I tell my programm that the cursor (for keyboard input) should jump to a specific GtkEntry widget? Martin -- ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ:

Re: [pygtk] Jump to a widget

2002-09-07 Thread James Henstridge
Martin Klaffenboeck wrote: Hello, How can I tell my programm that the cursor (for keyboard input) should jump to a specific GtkEntry widget? entry.grab_focus() James. -- Email: [EMAIL PROTECTED] | Linux.conf.au http://linux.conf.au/ WWW: http://www.daa.com.au/~james/ |

[pygtk] libesd.la

2002-09-07 Thread Anthony Tekatch
I am trying to get this to work with python 2.2 so I followed the instructions in the pygtk FAQ: PYTHON=/usr/bin/python2 ./configure --prefix=/usr make and got the following error: libtool: link: `/usr/lib/libesd.la' is not a valid libtool archive After some digging I found that there

Re: [pygtk] X server crashes, but what am I using up?

2002-09-07 Thread Christian Reis
On Sat, Sep 07, 2002 at 01:39:50AM -0400, [EMAIL PROTECTED] wrote: My pygtk application (mapview -- views terraserver maps) is crashing xfree86. Presumably this is because I'm using up some resource, but I don't know what it might be. I'm allocating pixmaps, but at least in theory I'm also

Re: [pygtk] Jump to a widget

2002-09-07 Thread Christian Reis
On Sat, Sep 07, 2002 at 10:01:06AM +0200, Martin Klaffenboeck wrote: Hello, How can I tell my programm that the cursor (for keyboard input) should jump to a specific GtkEntry widget? FAQ added: http://www.async.com.br/faq/pygtk/index.py?req=showfile=faq05.007.htp Take care, -- Christian

Re: [pygtk] libesd.la

2002-09-07 Thread Anthony Tekatch
I am using Redhat 7.2 with Ximian. I cannot easily remove esound since it is woven into many other packages. Just installing from the esound source did not solve any problems for me so instead I removed Gnome dependcies from my pygtk application (gonvert) and now I don't have to worry about

Re: [pygtk] X server crashes, but what am I using up?

2002-09-07 Thread nelson-lists
Christian Reis writes: On Sat, Sep 07, 2002 at 01:39:50AM -0400, [EMAIL PROTECTED] wrote: My pygtk application (mapview -- views terraserver maps) is crashing xfree86. Presumably this is because I'm using up some resource, but I don't know what it might be. I'm allocating pixmaps,