NSSecureTextFieldCell in NSTableView returns only bullets
NSSecureTextFieldCell in NSTableView returns only bullets
- Subject: NSSecureTextFieldCell in NSTableView returns only bullets
- From: Lorenz Textor <email@hidden>
- Date: Thu, 26 Dec 2002 21:34:56 +0100
Hi,
In my application I have a NSTableView where users can edit favorites
(usernames, hosts and passwords too). For the password I use a
NSSecureTextFieldCell to display only bullets in place of letters.
The problem is that the string which the method
tableView:setObjectValue:forTableColumn:row: returns contains only this
bullets, and not the entered password. How can I access the string
stored in the NSSecureTextFieldCell? Is there a way to access a
specific cell directly?
Thank you very much for your help
Lorenz Textor
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.