Repost: Autosaving columns in NSTableView
Repost: Autosaving columns in NSTableView
- Subject: Repost: Autosaving columns in NSTableView
- From: Will Cosgrove <email@hidden>
- Date: Tue, 26 Nov 2002 22:04:03 -0600
Hi All,
This is a repost of a question I asked about a week ago. If someone
could please point me in the right direction, that would be great cause
I'm at a loss. Thanks.
I have a NSTableView that I have set up to autosave columns using
setAutosaveTableColumns:. The problem I'm running into is when I
dynamically create columns via code and insert them into the table,
they aren't saved across quits of my app. However, if I add the column
to the nib, it is saved/restored correctly. Do I have to add all the
table columns to my nib in order for it to autosave correctly or am I
doing something wrong?
Thanks in advance,
Will C.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.