Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'cc:addr:python-list': 0.11; 'question.': 0.14; '"i': 0.16; 'cc:name:python list': 0.16; 'code?': 0.16; 'give.': 0.16; 'luck,': 0.16; 'mine.': 0.16; 'referenced,': 0.16; 'segment': 0.16; 'subject:Tkinter': 0.16; 'tkinter.': 0.16; 'unlikely': 0.16; '\xa0what': 0.16; '\xa0you': 0.16; 'demonstrate': 0.16; 'wrote:': 0.18; 'help.': 0.21; 'saying': 0.22; 'cc:addr:python.org': 0.22; 'effort.': 0.24; 'lets': 0.24; '\xa0if': 0.24; 'helpful': 0.24; 'initial': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'first,': 0.26; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'correct': 0.29; 'quickly': 0.29; 'errors': 0.30; 'message-id:@mail.gmail.com': 0.30; 'asked': 0.31; 'code': 0.31; 'getting': 0.31; 'follows': 0.31; 'second,': 0.31; 'run': 0.32; 'text': 0.33; 'screen': 0.34; 'created': 0.35; 'received:google.com': 0.35; 'programming,': 0.36; 'button': 0.38; 'expected': 0.38; 'skip:& 10': 0.38; 'thank': 0.38; 'jason': 0.38; 'pm,': 0.38; 'expect': 0.39; 'does': 0.39; 'even': 0.60; 'skip:u 10': 0.60; 'number,': 0.60; 'simply': 0.61; 'first': 0.61; 'information': 0.63; 'more': 0.64; 'to:addr:gmail.com': 0.65; 'here': 0.66; 'targeted': 0.69; 'click': 0.77; 'boxes': 0.91; 'boxes,': 0.91; 'provide,': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=zNPzCz29xe+U2bN7u3iA6dgwtnHVeESCQGFBp8DsaaE=; b=LeMro9kuiGpWUchntISHdkHULFUwPworf1rafll3nNJ1iVCZjlafpVo1z/hMBWmrEg gRn8I+gqDk3gJojr3MeYQXUlt/cs//8OwFxAO071u/P/YMPE/Ps/dXsLUd2eukcsjS60 4Clq6VQjEezs9tZKSykW2UdCsxPH/r2iUmyNdwwNmeY9sHPjrzlGTzabu2Iy2KXPK9ca LdoJNV2pN/9TKx3UvyDr9YbRytJVqIkyGZR+Ivn7pmgR5LhtK9nvo8q8z+cUCJV4SnKO 0fZknFWBl3QmfAnNSckOEp9BmXyjYe+U1ipV6XIDd2N6ZyDZoqhdI8mfAL6bh6F4Im26 +4kw== MIME-Version: 1.0 X-Received: by 10.50.114.37 with SMTP id jd5mr5604917igb.2.1364916541565; Tue, 02 Apr 2013 08:29:01 -0700 (PDT) In-Reply-To: References: Date: Tue, 2 Apr 2013 11:29:01 -0400 Subject: Re: Tkinter From: Jason Swails To: Renato Barbosa Pim Pereira Content-Type: multipart/alternative; boundary=047d7b3a98ac9bb3ce04d962657c Cc: python list X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 83 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364916545 news.xs4all.nl 6937 [2001:888:2000:d::a6]:58013 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42580 --047d7b3a98ac9bb3ce04d962657c Content-Type: text/plain; charset=ISO-8859-1 On Mon, Apr 1, 2013 at 5:12 PM, Renato Barbosa Pim Pereira < renato.barbosa.pim.pereira@gmail.com> wrote: > I need to create a button and a text box follows the text box to enter a > number, and this number is expected to create the same screen text boxes, and > these text boxes need to be referenced, ie if I enter 30 in the first > text box and click the button to be created 30 text boxes so that I can > then "call" each of the boxes, eg box1, box2, box3, etc. .. . > > This all-in Tkinter. > > I thank you all for understanding and help. > First, you have not asked a question. You have just said you need something. Second, we are not here to do your homework. If you want help with your programming, you have to at least demonstrate an initial effort. What have you programmed so far? What does it do? What errors are you getting when you run your code? Annotating your code with what you expect each segment to do is even better -- it lets us quickly correct misconceptions. The more information you can provide, the more targeted help we can give. Simply saying "I need a program to do X" is unlikely to get a response any more helpful than mine. Good luck, Jason --047d7b3a98ac9bb3ce04d962657c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

<= /div>
On Mon, Apr 1, 2= 013 at 5:12 PM, Renato Barbosa Pim Pereira <renato.barb= osa.pim.pereira@gmail.com> wrote:
I n= eed to create a button and a text bo= x follows the text box = to enter a number, and this number i= s expected to create the same screen text boxes, and these text boxes need to be referenced, ie= if I enter 30 in the f= irst text box and click the button t= o be created 30 text boxes so that I can then "call" each of the boxes,<= /span> eg box1, box2, box3, etc. .. .

This all-in Tkinter.

I thank you
all for understanding = and help.

First, you hav= e not asked a question. =A0You have just said you need something.

=
Second, we ar= e not here to do your homework. =A0If you want help with your programming, = you have to at least demonstrate an initial effort.

What have you programmed so = far? =A0What does it do? =A0What errors are you getting when you run your c= ode? =A0Annotating your code with what you expect each segment to do is eve= n better -- it lets us quickly correct misconceptions.

The more information you can= provide, the more targeted help we can give. =A0Simply saying "I need= a program to do X" is unlikely to get a response any more helpful tha= n mine.

Good luck,
Jason
--047d7b3a98ac9bb3ce04d962657c--