Re: [Tutor] binding a button to an entry

2012-05-01 Thread Alan Gauld
On 01/05/12 15:40, ADRIAN KELLY wrote: Please can anyone tell me how i bind the activation of a button with input from an entry widget. I don;t know what you mean. Do you want to make the button press when the entry widget changes? Or change the entry widget when the button presses? Or just r

Re: [Tutor] binding a button to an entry

2012-05-01 Thread Prasad, Ramit
> Hi all, > Please can anyone tell me how i bind the activation of a button with input > from an entry widget. i know i should be using classes etc. but i don't > understand them fully yet.. problem here is that no matter what i enter in > the entry window it displays as password incorrect. > > fr

Re: [Tutor] binding a button to an entry

2012-05-01 Thread Dave Angel
On 05/01/2012 10:40 AM, ADRIAN KELLY wrote: > Hi all, Please can anyone tell me how i bind the activation of a button with > input from an entry widget. i know i should be using classes etc. but i don't > understand them fully yet.. problem here is that no matter what i enter in > the entry wind

[Tutor] binding a button to an entry

2012-05-01 Thread ADRIAN KELLY
Hi all, Please can anyone tell me how i bind the activation of a button with input from an entry widget. i know i should be using classes etc. but i don't understand them fully yet.. problem here is that no matter what i enter in the entry window it displays as password incorrect. from Tkinter