Issue 5806 in pharo: Add an "encrypted" mode on PluggableTextFieldMorph

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 5806 in pharo: Add an "encrypted" mode on PluggableTextFieldMorph

pharo
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=5806

It 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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5806 in pharo: Add an "encrypted" mode on PluggableTextFieldMorph

pharo
Updates:
        Status: FixReviewNeeded

Comment #1 on issue 5806 by [hidden email]: Add an "encrypted" mode  
on PluggableTextFieldMorph
http://code.google.com/p/pharo/issues/detail?id=5806

Slice is in the inbox :)

PS: WTF !! Why all my cr's disappeared ???


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5806 in pharo: Add an "encrypted" mode on PluggableTextFieldMorph

pharo

Comment #2 on issue 5806 by [hidden email]: Add an "encrypted" mode  
on PluggableTextFieldMorph
http://code.google.com/p/pharo/issues/detail?id=5806

Slice is in the inbox :)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5806 in pharo: Add an "encrypted" mode on PluggableTextFieldMorph

pharo
Updates:
        Labels: -Type-Bug Type-Feature Milestone-2.0 Milestone-1.4

Comment #3 on issue 5806 by [hidden email]: Add an "encrypted" mode  
on PluggableTextFieldMorph
http://code.google.com/p/pharo/issues/detail?id=5806

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5806 in pharo: Add an "encrypted" mode on PluggableTextFieldMorph

pharo

Comment #4 on issue 5806 by [hidden email]: Add an "encrypted" mode  
on PluggableTextFieldMorph
http://code.google.com/p/pharo/issues/detail?id=5806

There is PasswordDialogWindow.. that does something similar?


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5806 in pharo: Add an "encrypted" mode on PluggableTextFieldMorph

pharo
Updates:
        Status: Workneeded

Comment #5 on issue 5806 by [hidden email]: Add an "encrypted" mode  
on PluggableTextFieldMorph
http://code.google.com/p/pharo/issues/detail?id=5806

Yes :)

But as usual, I had no clue it already existed :)
But in my version, you can easily switch, I will see if this version can do  
that too :) Or add it ^^


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5806 in pharo: Add an "encrypted" mode on PluggableTextFieldMorph

pharo
Updates:
        Status: FixReviewNeeded

Comment #6 on issue 5806 by [hidden email]: Add an "encrypted" mode  
on PluggableTextFieldMorph
http://code.google.com/p/pharo/issues/detail?id=5806

I just change it a bit to add a "Show password" radio button :)
So you can switch on the fly :)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5806 in pharo: Add an "encrypted" mode on PluggableTextFieldMorph

pharo
Updates:
        Status: FixToInclude

Comment #7 on issue 5806 by [hidden email]: Add an "encrypted" mode  
on PluggableTextFieldMorph
http://code.google.com/p/pharo/issues/detail?id=5806

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5806 in pharo: Add an "encrypted" mode on PluggableTextFieldMorph

pharo
Updates:
        Status: Integrated

Comment #8 on issue 5806 by [hidden email]: Add an "encrypted" mode  
on PluggableTextFieldMorph
http://code.google.com/p/pharo/issues/detail?id=5806

in 2.0 064

really for 1.4? Then you need a change set.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker