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) typing something into the entry widget freezes the window
after a few key strokes
2) selecting an image via the browse button will select and render it
OK, but then will freeze
If these work OK it might be a version conflict in the local libs I need
to hunt down. I'm using gnome-python-1.4.2, and a debian install of
gnome (unstable branch).
cheers,
Alexei
On Mon, 2002-04-29 at 13:09, Alexei Gilchrist wrote:
> 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 image and then freezes.
>
> Is this a known problem? Have I forgotten to initialise something?
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/