Re: checkbox suddenly won't change state
Re: checkbox suddenly won't change state
- Subject: Re: checkbox suddenly won't change state
- From: Ron Medina Ballesteros <email@hidden>
- Date: Wed, 31 Dec 2003 08:52:20 -0800
On Dec 30, 2003, at 11:36 PM, Donald Hall wrote:
This method is called when I click on the checkbox, but attempting to
change the state in it with:
[[[theTableView tableColumnWithIdentifier:@"active"] dataCell]
nextState];
does not seem to have any effect.
Have you tried updating/changing the value of the data source
associated with the theTableView when
they click on the checkbox?
Just a thought...
~r
_______________________________________________
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.