Re: [Tutor] Modifying Grayson's Example 5_14

2009-03-17 Thread Martin Walsh
> 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() >> >> >>

Re: [Tutor] Modifying Grayson's Example 5_14

2009-03-16 Thread Wayne Watson
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

Re: [Tutor] Modifying Grayson's Example 5_14

2009-03-16 Thread Martin Walsh
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

[Tutor] Modifying Grayson's Example 5_14

2009-03-16 Thread Wayne Watson
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