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:42:39 -0800
On 31/03/2004, at 6:39 PM, Clark Cox wrote:
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.
The string passed as the second argument only contains bullets, not the
users data.
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.