[Tutor] Re: Re: Re: Tkinter and Animation

2005-04-27 Thread Jeremiah Rushton
>> >> I wanted them to visually shrink and visually move to a corner on the frame. >> I did not know how to do it the way you explained, thanks for that. But is >> there any way to do it visually? >> > >I guess so, if you use the "place" geometry manager. With place() you can determine >things like

[Tutor] Re: Tkinter and Animation

2005-04-27 Thread Jeremiah Rushton
>> In a program that I'm writing in Tkinter, I wanted to know how to >> animate objects. I have three buttons in the beginnig, all in the >> center. I wanted to know how to, when the user clicks one of them, >> make them small and move to a top corner and then have a text box >> appear where they w

[Tutor] Tkinter and Animation

2005-04-26 Thread Jeremiah Rushton
In a program that I'm writing in Tkinter, I wanted to know how to animate objects.  I have three buttons in the beginnig, all in the center.  I wanted to know how to, when the user clicks one of them, make them small and move to a top corner and then have a text box appear where they were. Thanks