Re: GtkText redrawing problem



Basically, GtkText is known to be buggy in so many ways, that reports
like this seldom get much of a rise out of people.

Still, if you can create a test case and file a bug report on
bugzilla.gnome.org, then it's conceivable someone will look at it and
fix it. (But unless you provide a patch that is obviously right, not
all that likely, since GtkText is being deprecated for GTK+-2.0.)

Regards,
                                        Owen

Jeff Shipman <shippy nmt edu> writes:

> Sorry to keep buggin' the list, but I never
> got a response to this one either. I would like
> to know whether this is a bug in GTK+ that I
> should work around, or if it's not a bug
> and just something that I'm doing wrong. If
> so, what am I doing wrong?
> 
> Jeff "Shippy" Shipman     E-Mail: shippy nmt edu
> Computer Science Major    ICQ: 1786493
> New Mexico Institute of Mining and Technology
> Homepage: http://www.nmt.edu/~shippy
> 
> On Sun, 11 Mar 2001, Jeff Shipman wrote:
> 
> > I've got a combo box that has a large list of
> > items. When one of these items is selected, it
> > fills in many widgets with a text box included.
> > This problem is happening on a friend of mine's,
> > but not mine. The problem is that they'll select
> > one thing, then select another, but where the
> > combo box overlapped the text widget, that isn't
> > being redrawn so old text gets left over even
> > though I tell it all to delete and set the point
> > to 0 before re-inserting text. Again, this does
> > not happen on my machine.
> >
> > The one workaround I've found is that the problem
> > is because the widget is not sensitive. So, if
> > I make the widget sensitive before I insert the
> > text, and the re un-sensitize it, this fixes the
> > problem. I also tried using a statically built binary
> > from my machine on hers, but it still does the same
> > thing.
> >
> > So now I'm not sure if this is a bug in gtk or
> > what. We're both using GTK+ 1.2.9 and any help
> > would be greatly appreciated.
> >
> > Thanks in advance,
> >
> > Jeff "Shippy" Shipman     E-Mail: shippy nmt edu
> > Computer Science Major    ICQ: 1786493
> > New Mexico Institute of Mining and Technology
> > Homepage: http://www.nmt.edu/~shippy
> >
> >
> > _______________________________________________
> > gtk-list mailing list
> > gtk-list gnome org
> > http://mail.gnome.org/mailman/listinfo/gtk-list
> >
> 
> 
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]