Re: Password entering system

2006-03-10 Thread Tuvas
I actually decided to write my own, the thing I needed to know was the show option to entry. That was the key! -- http://mail.python.org/mailman/listinfo/python-list

Re: Password entering system

2006-03-09 Thread John McMonagle
On Thu, 2006-03-09 at 19:42 -0800, Tuvas wrote: > Thanks, that's exactly what I wanted! > > -- > http://mail.python.org/mailman/listinfo/python-list > You may also want to check out Pmw (Python Megawidgets) Pmw has a nifty Prompt Dialog. See http://pmw.sourceforge.net/doc/PromptDialog.html

Re: Password entering system

2006-03-09 Thread Tuvas
Thanks, that's exactly what I wanted! -- http://mail.python.org/mailman/listinfo/python-list

Re: Password entering system

2006-03-09 Thread Paul Rubin
"Tuvas" <[EMAIL PROTECTED]> writes: > I want to write a GUI program (Preferably in Tkinter) that will allow > for the entering of passwords, stared out like a normal program does. > Is that possible? Thanks! http://blogs.translucentcode.org/oisin/2003/09/04/tkinter_password_entry/ -- http://mail.