Hello. I have a program that in part has a ticker-tape style display
which can show a vertical list of text and images. I have it running
fine on a number of desktops, but on an iPAQ, it crashes whenever it is
scrolled all of the way up or all of the way down, and the first or last
item, respectively is text. Put another way, it can show any number of
images, but if text is on a border, it crashes on any attempt to
displaty it.
When it crashes, it gives the error:
Gtk-ERROR **: file gtktextdisplay.c: line 215 (get_shape_extents):
should not be reached
To me, this sounds like the Pango text libraries don't know the correct
size of the text--has anyone else come across an error like this and/or
does anyone have any ideas about how to go about fixing it?
The iPAQ is a Familiar 0.5.3 system with pango 1.0.4, gtk 2.0.6, and
pygtk 1.99.13, and two of the desktops are a Redhat 7.2 system with
pango 1.0.4, gtk 2.0.6, and pygtk 1.99.13 (the same as on the iPAQ) and
a Redhat 7.3 system with pango 1.0.1, gtk 2.0.2, and pygtk 1.99.8.
Thanks in advance.
James Fraumeni
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
