On Thu, 18 May 2006 11:52:54 -0400, Michael Yanowitz
<[EMAIL PROTECTED]> wrote:
> Thanks. That helped alot.
No problem.
> However it leaves a couple very minor problems which I think I can live
> with.
> 1) It brings up an empty additional 'main window'.
>I have tried using the Tkinter.NoD
If you need a beginners tutorial for Tkinter, try this one :
http://www.pythonware.com/library/tkinter/introduction/
>> Hello:
>>
>>Below I have included a stripped down version of the GUI I am working
>> on.
>> It contains 2 dialog boxes - one main and one settings. It has the
>> following
> Hello:
>
>Below I have included a stripped down version of the GUI I am working
> on.
> It contains 2 dialog boxes - one main and one settings. It has the
> following
> problems, probably all related, that I am hoping someone knows what I am
> doing wrong:
>
> 1) Pressing the Settings.. Butto
On Thu, 18 May 2006 08:41:20 -0400, Michael Yanowitz
<[EMAIL PROTECTED]> wrote:
> Hello:
>
>Below I have included a stripped down version of the GUI I am working
> on.
> It contains 2 dialog boxes - one main and one settings. It has the
> following
> problems, probably all related, that