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


Groups > comp.lang.python > #40795

Re: listbox binding..what is the current selection?

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <wrw@mac.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.051
X-Spam-Evidence '*H*': 0.90; '*S*': 0.01; 'subject:skip:b 10': 0.07; 'tkinter': 0.07; 'python': 0.09; 'explanation': 0.09; 'cc:addr :python-list': 0.10; 'fail,': 0.16; 'jumping': 0.16; 'received:mac.com': 0.16; 'subject:selection': 0.16; 'widgets.': 0.16; 'wrote:': 0.17; 'received:10.0.1': 0.17; 'url:edu': 0.18; 'thanks.': 0.21; 'help.': 0.22; "i've": 0.23; 'cc:2**1': 0.24; 'least': 0.25; 'cc:addr:python.org': 0.25; 'figure': 0.30; 'helpful': 0.30; 'docs': 0.33; 'received:10.0': 0.33; "can't": 0.34; 'program,': 0.34; 'received:17': 0.35; 'pm,': 0.35; 'subject:?': 0.35; 'but': 0.36; 'charset:us-ascii': 0.36; 'quite': 0.37; 'subject:: ': 0.38; 'received:10': 0.38; 'most': 0.61; 'url:index': 0.61; 'more': 0.63; 'middle': 0.66; 'wish': 0.70; 'url:help': 0.72; 'examples.': 0.84; 'mexico': 0.84; 'rex': 0.84; 'themed': 0.91; 'browse': 0.93; 'subject:..': 0.96
Content-type text/plain; charset=us-ascii
MIME-version 1.0 (Mac OS X Mail 6.2 \(1499\))
Subject Re: listbox binding..what is the current selection?
From William Ray Wing <wrw@mac.com>
In-reply-to <8fd527bc-0f3f-4616-9512-3497c0858c2c@googlegroups.com>
Date Thu, 07 Mar 2013 10:13:16 -0500
Content-transfer-encoding quoted-printable
References <78aa4ba0-a722-494c-b14b-2aa012dc01ae@googlegroups.com> <695d20a9-26e2-4b46-8fb2-0152d435b68f@googlegroups.com> <8fd527bc-0f3f-4616-9512-3497c0858c2c@googlegroups.com>
To Rex Macey <xer0925@gmail.com>
X-Mailer Apple Mail (2.1499)
Cc "python-list@python.org" <python-list@python.org>, William Ray Wing <wrw@mac.com>
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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3037.1362672846.2939.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1362672846 news.xs4all.nl 6951 [2001:888:2000:d::a6]:38450
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:40795

Show key headers only | View raw


On Mar 6, 2013, at 11:38 PM, Rex Macey <xer0925@gmail.com> wrote:

> Thanks.  I have spent time with the docs, at least with the Python v3.3 and tkinter v8.5 (pdf).  I wish they had more examples. My approach is to browse the docs, try a program, fail, read the docs, try again.  When I can't figure it out, I post.  I appreciate the help.   
> 
> 

With apologies for jumping into the middle of this discussion, but I've found the most helpful tkinter v8.5 docs to be the set at New Mexico tech:

	http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html

Seem quite complete and in particular, starting at section 28, they are quite detailed in their explanation of the ttk themed widgets.

-Bill

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


Thread

listbox binding..what is the current selection? Rex Macey <xer0925@gmail.com> - 2013-03-05 16:54 -0800
  Re: listbox binding..what is the current selection? Rick Johnson <rantingrickjohnson@gmail.com> - 2013-03-05 17:26 -0800
    Re: listbox binding..what is the current selection? Rex Macey <xer0925@gmail.com> - 2013-03-06 20:38 -0800
      Re: listbox binding..what is the current selection? Rick Johnson <rantingrickjohnson@gmail.com> - 2013-03-06 21:49 -0800
      Re: listbox binding..what is the current selection? William Ray Wing <wrw@mac.com> - 2013-03-07 10:13 -0500
        Re: listbox binding..what is the current selection? Rick Johnson <rantingrickjohnson@gmail.com> - 2013-03-07 09:03 -0800

csiph-web