Re: Altering CoreData generated view/controls
Re: Altering CoreData generated view/controls
- Subject: Re: Altering CoreData generated view/controls
- From: Richard <email@hidden>
- Date: Sat, 8 Apr 2006 19:15:38 +0100
Maybe is because it writes a pull down box into the row. but I've
tried setting each of the columns to non editable in project builder
but it seems to ignore it for the pull down column.
Have noticed the others aren't editable so it is preventing those.
It would seem I have to change the binding in some way for that
column, prevent it from being a relationship
Rich
On 8 Apr 2006, at 18:09, Chris Hanson wrote:
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