Re: [Usability] Use circles in password field



On Feb 22, 2006, at 6:22 AM, William Jon McCann wrote:
...
Any chance we can get a line added to the HIG "Text Entry Fields" Guidelines that says something like:

* A text entry that is used for requesting a password from the user should hide the contents of the entry by using a black circle (Unicode 0x25cf) for each character. Example:
gtk_entry_set_visibility (entry, FALSE);
gtk_entry_set_invisible_char (entry, 0x25cf);
...

This seems like something that should Just Work in GTK (that is, black dots should be the *default* character in a password field), and that should therefore be out of scope of the HIG.

--
Matthew Paul Thomas
http://mpt.net.nz/

_______________________________________________
Usability mailing list
Usability@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/usability



Relevant Pages

  • Re: [Usability] Use circles in password field
    ... Any chance we can get a line added to the HIG "Text Entry Fields" Guidelines that says something like: ... A text entry that is used for requesting a password from the user should hide the contents of the entry by using a black circle for each character. ... This seems like something that should Just Work in GTK, and that should therefore be out of scope of the HIG. ... Any opinions are personal and not necessarily those of Sun Microsystems ...
    (GNOME)
  • Re: [Usability] Use circles in password field
    ... Any chance we can get a line added to the HIG "Text Entry Fields" Guidelines that says something like: ... A text entry that is used for requesting a password from the user should hide the contents of the entry by using a black circle for each character. ... This seems like something that should Just Work in GTK, and that should therefore be out of scope of the HIG. ...
    (GNOME)
  • Re: Select Method from Combo Box
    ... Have you set the matchentry property to 1 (FmMatchEntryComplete). ... of characters that match exactly one entry in the list. ... > It will only allow me to type one character. ... >> Private Sub UserForm_Initialize ...
    (microsoft.public.excel.programming)
  • Re: Custom Input Mask
    ... Digit or space (entry not required; plus and minus signs not allowed). ... C Any character or a space. ... Causes the input mask to display from right to left, ... You can include the exclamation point anywhere in the input mask. ...
    (microsoft.public.access.forms)
  • Re: Ranges
    ... I am trying to figure out how I can find out if a character ... A text box entry might need to be first converted to numeric entry for you ... Dim MyNumber as Integer ... This enables you to set a pattern and match ...
    (comp.programming)