Re: [pygtk] Trouble with GnomePixmapEntry 2

2002-04-30 Thread Alexei Gilchrist
Thanks James, that did the trick. Alexei On Tue, 2002-04-30 at 12:51, James Henstridge wrote: Alexei Gilchrist wrote: Here is a simply test prog to show the problem: -- from gtk import * from gnome.ui import * w = GnomePixmapEntry() w.show() box =

Re: [pygtk] Trouble with GnomePixmapEntry 2

2002-04-30 Thread Markus Schaber
Hi, Alexei Gilchrist wrote: Thanks James, that did the trick. Same here. I hope those issues will get resolved soon or get obsolete with the new gnome/gtk release. Markus -- Ihre Meinung ist mir zwar widerlich, aber ich werde mich dafuer totschlagen lassen, dass sie sie sagen duerfen. -

[pygtk] Trouble with GnomePixmapEntry 2

2002-04-29 Thread Alexei Gilchrist
Here is a simply test prog to show the problem: -- from gtk import * from gnome.ui import * w = GnomePixmapEntry() w.show() box = GnomePropertyBox() box.append_page(w,GtkLabel(image)) box.show() mainloop() Could someone else please confirm these: 1)

Re: [pygtk] Trouble with GnomePixmapEntry 2

2002-04-29 Thread James Henstridge
Alexei Gilchrist wrote: Here is a simply test prog to show the problem: -- from gtk import * from gnome.ui import * w = GnomePixmapEntry() w.show() box = GnomePropertyBox() box.append_page(w,GtkLabel(image)) box.show() mainloop() Could someone else

[pygtk] Trouble with GnomePixmapEntry

2002-04-28 Thread Alexei Gilchrist
Hi I'm having problems using GnomePixmapEntry, I can place it in a dialog (I'm using libglade) but typing something into the GtkEntry will freeze the application after about 3 characters. Similarly selecting a pixmap via the 'browse' button returns ok from the file selection, renders the