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


Groups > comp.lang.python > #41550

Re: Python GUI questions

X-Received by 10.224.185.79 with SMTP id cn15mr2406354qab.4.1363741062764; Tue, 19 Mar 2013 17:57:42 -0700 (PDT)
X-Received by 10.49.24.109 with SMTP id t13mr433278qef.19.1363741062743; Tue, 19 Mar 2013 17:57:42 -0700 (PDT)
Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!t2no5048805qal.0!news-out.google.com!k8ni1931qas.0!nntp.google.com!dd2no3040271qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.python
Date Tue, 19 Mar 2013 17:57:42 -0700 (PDT)
In-Reply-To <4250fe44-c09c-48a8-aca2-51c1a8bc3a48@googlegroups.com>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=70.196.142.197; posting-account=h3aEwQoAAACiuqX-oR3gvCVFm8lLHoWj
NNTP-Posting-Host 70.196.142.197
References <4250fe44-c09c-48a8-aca2-51c1a8bc3a48@googlegroups.com>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <e745739b-a9bb-49a3-8a06-1b4ae3f4d901@googlegroups.com> (permalink)
Subject Re: Python GUI questions
From Rick Johnson <rantingrickjohnson@gmail.com>
Injection-Date Wed, 20 Mar 2013 00:57:42 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.lang.python:41550

Show key headers only | View raw


On Tuesday, March 19, 2013 2:01:24 PM UTC-5, maiden129 wrote:
> Hello,
> 
> I'm using python 3.2.3 and I'm making a program that show
> the of occurrences of the character in the string in
> Tkinter.
> 
> My questions are:
> 
> How can I make an empty Entry object that will hold a word
> that a user will enter?

I believe you meant to say: "How can i CREATE an entry field to accommodate user input?"

Easy.

> How to make an empty Entry object that will hold a single
> character that the user will enter?

Not as easy, but still quite doable. Do you want to filter the input, allowing only a single character? 

> How to A Button object with a text equal to "Count"?

Easy-pee-see. Follow this yellow brick road to enlightenment.

  http://effbot.org/tkinterbook/tkinter-whats-tkinter.htm

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


Thread

Python GUI  questions maiden129 <sengokubasarafever@gmail.com> - 2013-03-19 12:01 -0700
  Re: Python GUI questions Chris Angelico <rosuav@gmail.com> - 2013-03-20 08:39 +1100
    Re: Python GUI questions maiden129 <sengokubasarafever@gmail.com> - 2013-03-19 15:50 -0700
    Re: Python GUI questions maiden129 <sengokubasarafever@gmail.com> - 2013-03-19 15:50 -0700
  Re: Python GUI  questions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-03-19 17:57 -0700
    Re: Python GUI  questions maiden129 <sengokubasarafever@gmail.com> - 2013-03-19 18:25 -0700
      Re: Python GUI questions Ranting Rick <rantingrickjohnson@gmail.com> - 2013-03-19 19:16 -0700
        Re: Python GUI questions maiden129 <sengokubasarafever@gmail.com> - 2013-03-19 19:36 -0700
          Re: Python GUI questions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-03-19 20:06 -0700
        Re: Python GUI questions Terry Reedy <tjreedy@udel.edu> - 2013-03-19 23:21 -0400
          Re: Python GUI questions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-03-20 10:37 -0700
      Re: Python GUI questions Jason Swails <jason.swails@gmail.com> - 2013-03-19 22:14 -0400
  Re: Python GUI  questions Jan Riechers <janpeterr@freenet.de> - 2013-03-31 16:33 +0300

csiph-web