Most of the GUI is based on UITheme examples, yet I wasn't able to figure out about user/password prompt. And I'm missing how should I implement it on code (not GUI) OrderedCollection of Class Users with instanse variable "password" asString?
You can also have a look at PasswordInitializationDialogWindow:
PasswordInitializationDialogWindow new openInWorld
For encryption, you can also use
SecureHashAlgorithm new hashMessage: aString
childerWindow openModal: fatherWindow
You can do that using Morphic, but this is quite tricky (in fact, you need to remove all the sub widgets, then change their layout and re add them)
Spec provides a simpler way to do it. If you are interested in, I can point you some documentation :)
Sorry, I do not get this one :)
Ben