Re: confused about classes and tkinter object design

2008-11-27 Thread marc wyburn
On Nov 26, 12:09 pm, Bruno Desthuilliers 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 > > files. > > > I ha

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 tkFileDialog.askdirectory

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

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 tha

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 tha

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 obje