This must be one of AS 101 - but I couldn’t find an answer after searching over the forums. Could someone tell how to make a text field echo only bullet points, not text itself, when used in getting password input?
Oh, and any built-in AS function to store an encrypted string? (guess not)
You’re right, this is pretty easy and it has been covered on the board several times. In IB, when you make a new text field (not a text view in a scroll view), select it and then go to the Info Palette and then select “Custom Class” from the popup (or hit Command-5). From the list of classes, select “NSSecureTextField”. That’s it.