Re: NSButtonCell in NSTableView column
Re: NSButtonCell in NSTableView column
- Subject: Re: NSButtonCell in NSTableView column
- From: Ken Ferry <email@hidden>
- Date: Fri, 21 Oct 2005 18:39:12 -0700
On 10/18/05, email@hidden <email@hidden> wrote:
> I can create a table column of checkboxes in IB. However even though I specify that the column is not editable, I can still click on and change the state of the checkbox in the column. What step am I missing?
The standard system checkbox is never used only to show state - it's
always a manipulable control. Think of it as a button (which it is).
If you cannot press a button, it must be disabled.
If you just want to show state, use an image cell with a custom image
or something. Don't use the system checkmark for your image, 'cause
users will want to click it.
-Ken
_______________________________________________
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