From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21008 invoked by alias); 20 May 2003 00:12:56 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 20969 invoked from network); 20 May 2003 00:12:54 -0000 Received: from unknown (HELO gum.itee.uq.edu.au) (130.102.66.1) by sources.redhat.com with SMTP; 20 May 2003 00:12:54 -0000 Received: from nut.itee.uq.edu.au (nut.itee.uq.edu.au [130.102.66.13]) by gum.itee.uq.edu.au (8.12.9/8.12.9) with ESMTP id h4K0CjWL001905; Tue, 20 May 2003 10:12:46 +1000 (EST) Received: from itee.uq.edu.au (jwilliams.itee.uq.edu.au [130.102.64.41]) by nut.itee.uq.edu.au (8.12.9/8.12.9) with ESMTP id h4K0CjpO000815; Tue, 20 May 2003 10:12:45 +1000 (EST) Message-ID: <3EC972FD.3080505@itee.uq.edu.au> Date: Tue, 20 May 2003 00:12:00 -0000 From: John Williams Reply-To: jwilliams@itee.uq.edu.au Organization: ITEE, University of Queensland User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: oakley@bardo.clearlight.com CC: insight@sources.redhat.com Subject: tcl combobox widget Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checked: This message probably not SPAM X-Spam-Score: -0.6 X-Spam-Tests: DATE_IN_PAST_06_12,NOSPAM_INC,SPAM_PHRASE_01_02,USER_AGENT,USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG X-Spam-Report: SPAM: -0.60 hits, 8 required; SPAM: * -0.6 -- User-Agent header indicates a non-spam MUA (Mozilla) SPAM: * -0.5 -- Found a User-Agent header SPAM: * -0.2 -- Found a X-Accept-Language header SPAM: * -0.2 -- Where are you working at? SPAM: * 0.5 -- BODY: Spam phrases score is 01 to 02 (low) SPAM: * 0.4 -- Date: is 6 to 12 hours before Received: date X-Scanned-By: MIMEDefang 2.28 (www . roaringpenguin . com / mimedefang) X-SW-Source: 2003-q2/txt/msg00086.txt.bz2 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