public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* tcl combobox widget
@ 2003-05-20  0:12 John Williams
  2003-05-20  0:19 ` Bryan Oakley
  0 siblings, 1 reply; 4+ messages in thread
From: John Williams @ 2003-05-20  0:12 UTC (permalink / raw)
  To: oakley; +Cc: insight

Hi Bryan (cc: Insight mailing list),

I just sent an email to your old address, not sure if you still get it, 
but I've found a stange bug with your combobox widget when running on my 
RH Linux 8.0 box.

Basically, it draws the list items underneath the canvas, rather than on 
top, so that the list items are effectively invisible.  Originally I 
found this with an old version of the widget, but just downloaded the 
latest gdb/insight sources and it still occurs with combobox.tcl version 
2.2.1.

The following script is sufficient to demonstrate the behaviour on my 
system:

source combobox.tcl
namespace import combobox::combobox
combobox .foo
pack .foo
.foo list insert end string1
.foo list insert end string2
.foo list insert end string3

Under cygwin, it works fine, as I'm sure it must on many other 
platforms.  For some reason though, on RH Linux 8.0 with xwin32 as the X 
client, the rendering is mixed up.

I expect this is an X configuration problem, do you have any hints for 
me on where to start?

Thanks,

John

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-05-21  1:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-20  0:12 tcl combobox widget John Williams
2003-05-20  0:19 ` Bryan Oakley
2003-05-20  0:31   ` John Williams
2003-05-21  1:52     ` Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).