Re: [Tutor] help in TKINTER

2011-08-16 Thread Alan Gauld
On 16/08/11 05:31, aditya wrote: Hello tutors, I wanted some help in using the Tkinter class for button creation, I am not able to add on click events i.e. when I press the button certain action should be performed for example if I press the button named 5, then it should display 5 in the text f

[Tutor] help in TKINTER

2011-08-15 Thread aditya
Hello tutors, I wanted some help in using the Tkinter class for button creation, I am not able to add on click events i.e. when I press the button certain action should be performed for example if I press the button named 5, then it should display 5 in the text field . Help will be appreciated.