Re: Getting the Value of an NSSecureTextField
Re: Getting the Value of an NSSecureTextField
- Subject: Re: Getting the Value of an NSSecureTextField
- From: m <email@hidden>
- Date: Wed, 31 Mar 2004 19:25:38 -0800
Shouldn't you be doing your validation in your text field cell's
textDidEndEditing delegate method?
Just a thought.
_murat
On Mar 31, 2004, at 6:39 PM, Clark Cox wrote:
On Mar 31, 2004, at 21:16, Andrew wrote:
On 31/03/2004, at 5:41 PM, Clark Cox wrote:
Yes. Each column in the table has only a single cell that it reuses
for each row. A better idea would be to ask your data model object
for the value in that cell.
The data model wont have the value yet though - that's why
-(void)tableView:setObjectValue:forTableColumn:row: is called - to
update the model object if I understand correctly. I need some way to
get the value from the view where the user has just entered it so I
can update my model.
That's what is passed in the second parameter.
_______________________________________________
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.