Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42580 > unrolled thread
| Started by | Jason Swails <jason.swails@gmail.com> |
|---|---|
| First post | 2013-04-02 11:29 -0400 |
| Last post | 2013-04-02 11:29 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Tkinter Jason Swails <jason.swails@gmail.com> - 2013-04-02 11:29 -0400
| From | Jason Swails <jason.swails@gmail.com> |
|---|---|
| Date | 2013-04-02 11:29 -0400 |
| Subject | Re: Tkinter |
| Message-ID | <mailman.10.1364916545.3114.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
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
Back to top | Article view | comp.lang.python
csiph-web