[COTDC] 40 - PasswordDialogWindow

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

[COTDC] 40 - PasswordDialogWindow

laurent laffont
Today:  PasswordDialogWindow


Comment Of The Day Contest - One Day One Comment
Rules: 
#1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s).
#2: If you cannot comment it, deprecate it.
Laurent
Reply | Threaded
Open this post in threaded view
|

Re: [COTDC] 40 - PasswordDialogWindow

laurent laffont
I'm a Dialog whose TextEditors characters are replaced by *. 

Example:
(UITheme builder openModal: 
(PasswordDialogWindow new
title: 'Authentification';
textFont: StandardFonts defaultFont;
text: 'Enter your password')) entryText explore

Laurent

On Thu, Mar 31, 2011 at 9:21 PM, laurent laffont <[hidden email]> wrote:
Today:  PasswordDialogWindow


Comment Of The Day Contest - One Day One Comment
Rules: 
#1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s).
#2: If you cannot comment it, deprecate it.
Laurent