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


Groups > comp.lang.python > #9409

Re: How do you get the value you entered using the Entry widget in Tkinter?

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <vlastimil.brom@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.099
X-Spam-Evidence '*H*': 0.80; '*S*': 0.00; 'subject:using': 0.04; 'url:effbot': 0.16; 'cc:addr:python-list': 0.16; 'cc:2**0': 0.21; 'header:In-Reply-To:1': 0.22; 'code.': 0.22; 'received:209.85.220': 0.25; 'url:mailman': 0.27; 'message- id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.30; 'widget': 0.30; 'thanks': 0.31; 'subject:?': 0.31; 'hi,': 0.31; 'url:listinfo': 0.32; 'entry': 0.33; 'e.g.': 0.34; 'subject:How': 0.36; 'url:python': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'received:209': 0.40; 'url:htm': 0.72; 'subject:you': 0.81; 'subject:value': 0.84; 'subject:widget': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=/IpxZPKfsH6Eji8ULvDcGoSvdBiq/8r7KF/e07a9EcY=; b=edV+/tczBUQX7SHkSQP+65qYSPFxP0E0V1w1JmK9hJte+5xA4cAeiM6FnTrHjDM3Mx 1KCxBoLc/gmNwUUXS1PHOg+plRuZN5iPSTW79d9cL8F2xQwwZPxbY1lDYAiInMjN2pXN bGGPkd5lZwX3UGj86/IFOTPnU8U2HXYdk13jo=
MIME-Version 1.0
In-Reply-To <CAH1jUHD-d8++CoMosybhXxHUrAmPFrbHxtmnS1hO-MQJFwbHBw@mail.gmail.com>
References <CAH1jUHD-d8++CoMosybhXxHUrAmPFrbHxtmnS1hO-MQJFwbHBw@mail.gmail.com>
Date Wed, 13 Jul 2011 18:17:58 +0200
Subject Re: How do you get the value you entered using the Entry widget in Tkinter?
From Vlastimil Brom <vlastimil.brom@gmail.com>
To Benji Benjokal <benjokal@gmail.com>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Cc python-list <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
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.993.1310573880.1164.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1310573880 news.xs4all.nl 23874 [2001:888:2000:d::a6]:46908
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:9409

Show key headers only | View raw


2011/7/13 Benji Benjokal <benjokal@gmail.com>:
> What is the simplist way to get the value you entered from the Entry widget
> in  Tkinter?
> Thanks Benji

> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
Hi,
you can use the get() method of that widget;
see e.g.
http://effbot.org/tkinterbook/entry.htm
for a sample code.
  hth,
   vbr

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


Thread

Re: How do you get the value you entered using the Entry widget in Tkinter? Vlastimil Brom <vlastimil.brom@gmail.com> - 2011-07-13 18:17 +0200

csiph-web