Skip navigation.
 
mlAutosaving columns in NSTableView
FROM : Will Cosgrove
DATE : Thu Nov 21 22:46:28 2002

Hi All,
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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlAutosaving columns in NSTableView Will Cosgrove Nov 21, 22:46
mlRepost: Autosaving columns in NSTableView Will Cosgrove Nov 27, 05:04