Re: [Tutor] Scrollbar

2017-03-27 Thread Alan Gauld via Tutor
On 27/03/17 17:22, Pooja Bhalode wrote: > The scrollbar goes not work in the window. Define 'not work'? You haven't connected it to anything and it doesn't respond to any events so what kind of work did you expect it to do? I assume it draws itself on screen and the scroll buttons operate OK

[Tutor] Scrollbar

2017-03-27 Thread Pooja Bhalode
Hi, I am going wrong somewhere in the following code. here is given a simplified code of the work that I am trying to do. The scrollbar goes not work in the window. Can someone please let me know what the issue is. Thank you Code: from Tkinter import * root = Tk() root.geometry("500x400")