Re: [Tkinter-discuss] how to hit enter and get the Entry() text

2008-06-10 Thread Bob Greschke
Andfor it to respond to the keypad Enter/Return key. On Jun 10, 2008, at 07:21, Guilherme Polo wrote: On Tue, Jun 10, 2008 at 1:59 AM, Alexnb <[EMAIL PROTECTED]> wrote: Okay, so I am new to Tkinter, and can't figure out how to get the text out of my Entry() text box. I know I can make

Re: [Tkinter-discuss] how to hit enter and get the Entry() text

2008-06-10 Thread Alexnb
Guilherme Polo wrote: > > On Tue, Jun 10, 2008 at 1:59 AM, Alexnb <[EMAIL PROTECTED]> wrote: >> >> Okay, so I am new to Tkinter, and can't figure out how to get the text >> out of >> my Entry() text box. I know I can make a button or something like that >> where >> they click it and I get it. B

Re: [Tkinter-discuss] how to hit enter and get the Entry() text

2008-06-10 Thread Guilherme Polo
On Tue, Jun 10, 2008 at 1:59 AM, Alexnb <[EMAIL PROTECTED]> wrote: > > Okay, so I am new to Tkinter, and can't figure out how to get the text out of > my Entry() text box. I know I can make a button or something like that where > they click it and I get it. But what I want to do is have the user ty

[Tkinter-discuss] how to hit enter and get the Entry() text

2008-06-10 Thread Alexnb
Okay, so I am new to Tkinter, and can't figure out how to get the text out of my Entry() text box. I know I can make a button or something like that where they click it and I get it. But what I want to do is have the user typing in the box, and then they hit "return" or "enter" and that also gets