Re: confused about classes and tkinter object design

2008-11-27 Thread marc wyburn
On Nov 26, 12:09 pm, Bruno Desthuilliers bruno. [EMAIL PROTECTED] wrote: marc wyburn a écrit : Hi, I've created my firstTkinterGUI class which consists of some buttons that trigger functions.  I have also created a tkFileDialog.askdirectory control to local a root folder for log

Re: confused about classes and tkinter object design

2008-11-26 Thread Bruno Desthuilliers
marc wyburn a écrit : Hi, I've created my first Tkinter GUI class which consists of some buttons that trigger functions. I have also created a tkFileDialog.askdirectory control to local a root folder for log files. I have several file paths that depend on the value of

confused about classes and tkinter object design

2008-11-25 Thread marc wyburn
Hi, I've created my first Tkinter GUI class which consists of some buttons that trigger functions. I have also created a tkFileDialog.askdirectory control to local a root folder for log files. I have several file paths that depend on the value of tkFileDialog.askdirectory should I create an

Re: confused about classes and tkinter object design

2008-11-25 Thread r
On Nov 25, 10:38 am, marc wyburn [EMAIL PROTECTED] wrote: Hi, I've created my first Tkinter GUI class which consists of some buttons that trigger functions.  I have also created a tkFileDialog.askdirectory control to local a root folder for log files. I have several file paths that depend

Re: confused about classes and tkinter object design

2008-11-25 Thread r
On Nov 25, 10:38 am, marc wyburn [EMAIL PROTECTED] wrote: Hi, I've created my first Tkinter GUI class which consists of some buttons that trigger functions.  I have also created a tkFileDialog.askdirectory control to local a root folder for log files. I have several file paths that depend

Re: confused about classes and tkinter object design

2008-11-25 Thread r
On Nov 25, 2:31 pm, r [EMAIL PROTECTED] wrote: On Nov 25, 10:38 am, marc wyburn [EMAIL PROTECTED] wrote: Hi, I've created my first Tkinter GUI class which consists of some buttons that trigger functions.  I have also created a tkFileDialog.askdirectory control to local a root folder