autosave table column problem
autosave table column problem
- Subject: autosave table column problem
- From: "Tony" <email@hidden>
- Date: Mon, 11 Nov 2002 19:29:10 -0500 (EST)
i use these two lines of codes trying to get my table to autosave its properties.
[testTable setAutosaveName: @"testTable"];
[testTable setAutosaveTableColumns: YES];
however i got the following exception:
Column identifiers used with NSTableView autosave feature must conform to NSCoding protocol.
does that mean i'll have to subclass the table column?
The most personalized portal on the Web!
_______________________________________________
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.