[Tutor] Tkinter and moving round button

2014-03-21 Thread cast fun
I am trying to write a UI with text entry box for user input, buttons, and a moving circle when clicked popping up a new UI window. I was thinking Pygame, but didn't know how to show the text entry box. I am now using Tkinter, which is easy for the widgets, but the problem is the moving circle

Re: [Tutor] Tkinter and moving round button

2014-03-21 Thread Alan Gauld
On 21/03/14 03:31, cast fun wrote: I am trying to write a UI with text entry box for user input, buttons, and a moving circle when clicked popping up a new UI window. I was thinking Pygame, but didn't know how to show the text entry box. I am now using Tkinter, which is easy for the widgets, but