Status: Accepted
Owner:
[hidden email]
Labels: Type-Bug
New issue 5806 by
[hidden email]: Add an "encrypted" mode on
PluggableTextFieldMorph
http://code.google.com/p/pharo/issues/detail?id=5806It displays stars instead of characters (for password by example).
It can be changed on the fly :)
Evaluate the following snippet for an example
----------------------------------------------
morph := PluggableTextFieldMorph
on: [ 'BenjaminVanRyseghem 5/4/2012 16:43' ]
text: #value
accept: nil.
morph openInWindow.
morph beDecrypted.
morph beEncrypted.
----------------------------------------------
Slice is incoming
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker