Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #56582

Re: How to make Tkinter Listbox entry insensitive?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <kwpolska@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.023
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'utf-8': 0.07; 'to:addr:pobox.com': 0.09; 'to:addr:skip': 0.09; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'subject:Tkinter': 0.16; 'subject:insensitive': 0.16; 'subject:make': 0.16; 'wrote:': 0.18; 'items.': 0.19; 'thu,': 0.19; 'thanks.': 0.20; 'cc:addr:gmail.com': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**1': 0.23; 'entries': 0.24; 'skip': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'message-id:@mail.gmail.com': 0.30; 'disable': 0.31; 'sense': 0.34; "can't": 0.35; 'display': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'pm,': 0.38; 'removing': 0.60; 'from:charset:utf-8': 0.61; 'skip:\xe2 10': 0.65; '8bit%:43': 0.74; 'trick.': 0.84; 'url:tk': 0.95; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=QGHKuMO1dK5ClmVJ3LBFO2tchxjKI6S+OIaBalutqZA=; b=T86P8fRfOZeujuEb9L8MiZkVEcvpBP0wmozLUt9jERHS9BjSt78OLesbyojLiHD1lz 9dTAA4EOvKhO7/6pu8WVPf3x2SEag/Fl8XpjrlHMk/hq/FWRdVu+1K1Z2NHs+8KHYpA4 O9cQoRn2ZTBMaXWntTXML0QRSfBdYBbLezU6d+573QJav3TUN6IcVml361n9S6Uis+kU mkqs7kjVzc25+UfLuMOXHYcB1rEOGAiBrfBCdxVciyroUwXMFY8S6fcb2JPrzbQbScIb YwkNIuQow4qQ6zlXJI1Zrn+wq7cTEegkTySqZqnkJLJBJLaQIxitLJbAfCoCHiyiROBs /RTQ==
MIME-Version 1.0
X-Received by 10.42.208.211 with SMTP id gd19mr8465171icb.15.1381417026281; Thu, 10 Oct 2013 07:57:06 -0700 (PDT)
In-Reply-To <CANc-5UyuKi-cAzCR6b2p81JggR557xjRTSwmG4xRmCBX9cbNYQ@mail.gmail.com>
References <CANc-5UxAau6djZ+zYQ+8a=3nPGHx_aDEUUtCVAcwOtq2fz4ZHw@mail.gmail.com> <CAPTjJmpmaa8JWE7VRA49tZKKrdkPSfGDVGOC9108ZobBeHJmMQ@mail.gmail.com> <CANc-5UyuKi-cAzCR6b2p81JggR557xjRTSwmG4xRmCBX9cbNYQ@mail.gmail.com>
Date Thu, 10 Oct 2013 16:57:06 +0200
Subject Re: How to make Tkinter Listbox entry insensitive?
From Chris “Kwpolska” Warrick <kwpolska@gmail.com>
To Skip Montanaro <skip@pobox.com>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
Cc Python <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.949.1381417030.18130.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1381417030 news.xs4all.nl 15988 [2001:888:2000:d::a6]:54859
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:56582

Show key headers only | View raw


On Thu, Oct 10, 2013 at 4:37 PM, Skip Montanaro <skip@pobox.com> wrote:
> Thanks. "disabled" did the trick. Turns out you can't disable
> individual items. Instead, you have to (hackishly) change the display
> of entries somehow to indicate their inappropriateness...

Removing inappropriate entries is not much of a hack.

-- 
Chris “Kwpolska” Warrick <http://kwpolska.tk>
PGP: 5EAAEA16
stop html mail | always bottom-post | only UTF-8 makes sense

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: How to make Tkinter Listbox entry insensitive? Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-10-10 16:57 +0200

csiph-web