[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Passwords
- To: info-macl@cambridge.apple.com
- Subject: Passwords
- From: Denis R Howlett <drh@world.std.com>
- Date: Tue, 7 Jul 1992 16:52:45 -0400 (EDT)
Hi,
I want to prompt for a password using an editable-text-dialog-item
or the like, but I don't want the characters to be echoed.
Actually, the best would be if it could be like the Appleshare
prompt which uses blobs.
I've tried intercepting the key-event handler, but if I replace
the char I loose the text.
I've tried intercepting the draw-contents handler, but it
doesn't seem to be called char by char.
If you set the font type to :srcBic which makes the chars
invisible - this will work buth it's not very elegant...
Any ideas?
Denis