On Wed, May 6, 2009 at 1:37 AM, John Baldwin <[email protected]> wrote: > I'm fairly new to Cocoa, and I have a table with columns bound to an > arraycontroller. I turned off the "enabled" option for the column and the > cell on the check box cell column, and it looks disabled in IB, but when I > run my application, I am still able to check and uncheck the checkbox.
Look at "Conditionally sets enabled" in your binding settings. Also, make sure you understand just how NSCell is used inside a table view. I've made a video that I hope helps explain the situation with NSCell: http://www.cs.loyola.edu/~ksluder/NSCell.mov --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
