> Martin Walsh wrote:
>> Wayne Watson wrote:
>>
>>
>>
>>> it. It works pretty well, but puts up a a few probably top level
>>> windows that are blank. How do I get around them, and is there anything
>>>
>>
>>
>>
>>
>>> root = Tk()
>>>
>>
>> Try adding this,
>>
>> root.withdraw()
>>
>>
>>
Title: Signature.html
That worked. Why the "extra" blank window though?
Martin Walsh wrote:
Wayne Watson wrote:
it. It works pretty well, but puts up a a few probably top level
windows that are blank. How do I get around them, and is there anything
Wayne Watson wrote:
...
> it. It works pretty well, but puts up a a few probably top level
> windows that are blank. How do I get around them, and is there anything
...
>
> root = Tk()
Try adding this,
root.withdraw()
> dialog = GetPassword(root)
HTH,
Marty
Title: Signature.html
I thought I'd explore Tkinter a bit more before diving into widget
design. Grayson has some examples on the web, which look like they
could help a bit. He uses Pmw, so I thought I'd just remark out the
import for it. It works pretty well, but puts up a a few probably top