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 18:16:37 -0800
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.
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.