I have a secure text field for a password, and it works fine because I haven't done anything to it. But when I try using the following line of code,
[getPassword setStringValue
assword];
The rest of the code in the method doesn't get called. Additionally, getPassword still doesn't equal the password. How do I retrieve the password? I've looked at the class documents and securetextfield doesn't seem to have any protection, it doesn't add anything to a regular textfield except that you can't see the typing. Help would be appreciated.
Thanks, Nate
[getPassword setStringValue
The rest of the code in the method doesn't get called. Additionally, getPassword still doesn't equal the password. How do I retrieve the password? I've looked at the class documents and securetextfield doesn't seem to have any protection, it doesn't add anything to a regular textfield except that you can't see the typing. Help would be appreciated.
Thanks, Nate