Autosave tableView Exception
Autosave tableView Exception
- Subject: Autosave tableView Exception
- From: Yvon Thoraval <email@hidden>
- Date: Tue, 12 Jul 2005 13:33:49 +0200
I have a tableView being programatically defined in terms of number
of columns, headers and identifiers.
when i want to use autosave feature i get the following at console :
2005-07-12 13:19:55.820 cjCave[3321] Exception raised during posting
of notification. Ignored. exception: Column identifiers used with
NSTableView autosave feature must conform to NSCoding protocol.
what does that means ?
Yvon
here is one of my identifiers array :
public String bottlesColumnsIdentifierArray[] =
{ "Description", "Region", "Appellation",
"Vintage", "BuyQuantity", "CurrentQuantity",
"Producer", "MasterOfWine", "BuyPrice", "BuyDate",
"LastPrice", "LastPriceDate", "Composition", "DrinkWith"};
_______________________________________________
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