Re: Getting the Value of an NSSecureTextField
Re: Getting the Value of an NSSecureTextField
- Subject: Re: Getting the Value of an NSSecureTextField
- From: Andrew <email@hidden>
- Date: Wed, 31 Mar 2004 19:45:42 -0800
Shouldn't you be doing your validation in your text field cell's
textDidEndEditing delegate method?
I'm not trying to validate the data - just store it in my model object.
Alas I can't get hold of what the user just typed in. From my
understanding on NSTableView the correct place to update your model was
in -(void)tableView:setObjectValue:forTableColumn:row: but
unfortunately I can't work out how to get hold of the user input when
the cell is an NSSecureTextField.
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.