Re: checkbox suddenly won't change state
Re: checkbox suddenly won't change state
- Subject: Re: checkbox suddenly won't change state
- From: "M. Uli Kusterer" <email@hidden>
- Date: Wed, 31 Dec 2003 17:17:30 +0100
At 0:36 Uhr -0700 31.12.2003, 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.
You are calling this from which method? From the action method? IIRC
you should call this from a delegate (data source?) method ...
willDisplayCell or willDrawCell or whatever it is called, since the
cell is shared by all rows in the table.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.