Re: Table checkboxes problems.
Re: Table checkboxes problems.
- Subject: Re: Table checkboxes problems.
- From: Shane Stanley <email@hidden>
- Date: Sat, 06 Aug 2011 22:32:55 +1000
- Thread-topic: Table checkboxes problems.
On 6/8/11 10:13 PM, "Brian Christmas" <email@hidden> wrote:
> 1. I'd like to be able to tell which column the individual checkboxes are in
> when they're clicked on.
You can set a table view delegate, and implement
tableView:shouldEditTableColumn:row:. That will then get called whenever you
edit a cell.
>
> 2. When a checkbox is ticked/unticked, I need to be able to update the data
> the table is based on, presumably via the array controller.
What do you mean update the data? Do you mean change data in cells other
than the ones whose checkboxes are clicked on?
--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden