[Tutor] TKinter Question

2005-11-07 Thread Rob Dowell
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

Re: [Tutor] Style/Conceptual Help

2005-11-02 Thread Rob Dowell
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. >>

Re: [Tutor] Style/Conceptual Help

2005-11-02 Thread Rob Dowell
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

[Tutor] Tkinter problem (.create_image)

2005-10-26 Thread Rob Dowell
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