Re: Checkboxes in Table Views
Re: Checkboxes in Table Views
- Subject: Re: Checkboxes in Table Views
- From: Seth Willits <email@hidden>
- Date: Tue, 3 Jan 2006 19:41:31 -0800
On Jan 3, 2006, at 6:01 PM, Steve Woodward wrote:
I searched the archives and found a few relevant threads, but I'm
still lost....
I have a window with a table view that contains checkboxes in a
column. I can get the checkboxes to display, but I'm at a loss as
to how to set/get the checkboxes in relation to the data source (in
my case, it's a postgresql database that I connect to with my own
framework). I've worked through some of the code snippets found in
my search but all were incomplete. Apple's documentation wasn't
much help either.
So I'm just looking for pointers in the right direction, or code
snippets, that pertain to using checkboxes in tableviews with an
external data source.
Many TIA.
Your data source should return an NSNumber, usually created with
NSNumber +numberWithBool:. That's it
--
Seth Willits
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden