Re: Altering CoreData generated view/controls
Re: Altering CoreData generated view/controls
- Subject: Re: Altering CoreData generated view/controls
- From: Chris Hanson <email@hidden>
- Date: Sat, 8 Apr 2006 10:09:51 -0700
On Apr 8, 2006, at 3:43 AM, Richard wrote:
The user interface generated by dragging the entities into
Interface builder is nearly exactly what I need to achieve, except
I cant figure out how to change some of the settings for the
NSTables that it creates.
I would like to stop the user editing in the NSTableViews, and just
use a selection bar for each row, but it ignores the settings for
the NSTableColumns. in the inspector
What do I need to change the TableColumns? subclass the
NSTableView, NSTableColumns ?? And if so, should I put the change
in code in the awakefromnib method ?
The interface generated by dragging an entity description into an
Interface Builder design window is no different than what would be
created by composing views from the palette. If you want to turn off
editing for an NSTableColumn, just select the column in Interface
Builder and in its attributes inspector turn off its editable flag.
-- Chris
_______________________________________________
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