Getting the Value of an NSSecureTextField
Getting the Value of an NSSecureTextField
- Subject: Getting the Value of an NSSecureTextField
- From: Andrew <email@hidden>
- Date: Wed, 31 Mar 2004 11:34:43 -0800
Hi,
I have an NSTableView that has a column of NSSecureTextFields. In my
-(void)tableView:setObjectValue:forTableColumn:row: method I need to
find what string has been entered into this field. If I look at the
string passed via setObjectValue: it is an NSString of bullets (the
length is correct though). According to the documentation I need to use
stringValue so I tried:
[[aTableColumn dataCellForRow: rowIndex] stringValue]
but that just gives me the last thing placed in a cell by
-(id)tableView:objectValueForTableColumn:row: and not the users entry.
I'm guessing I'm misunderstanding something...
Thanks,
Andrew
_______________________________________________
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.