Just a quick TKinter question. Is it possible to have custom
frames/widgets? In other words can I customize the way that the GUI
looks (i.e. rounded corners on the frames, beveled/raised edges, etc.) I
was just wondering if it was possible and if it is possible then where I
might get some infor
Thanks, I'll do that.
Danny Yoo wrote:
>On Wed, 2 Nov 2005, Rob Dowell wrote:
>
>
>
>>Oh, and about the email addresses, ebgreen is an account I use when
>>doing email via a web interface (i.e. I'm not at home) and this is my
>>home address.
>>
Thanks for the input Danny. I had already begun to separate the
presentation layer from the computation by moving code out of the button
click function. Your idea of a separate config class is a good one and I
will implement it soon. I'll also begin fragmenting the function that
does all the wo
I am having a problem with Tkinter. The goal is a program that will copy
images from one folder to another then delete them from the source dir
after it is verified that they made it to the target dir. I have the
base functionality figured out (comments on that are welcome of course).
Now I wan