Re: hiding table columns
Re: hiding table columns
- Subject: Re: hiding table columns
- From: Andreas Mayer <email@hidden>
- Date: Mon, 15 Oct 2007 00:06:13 +0200
Don't write mails without a subject, please. I usually ignore those ...
Am 14.10.2007 um 21:29 Uhr schrieb Steve Cronin:
However, during a later application launch, when I read the [tv
tableColumns] in the tableView's -awakeFromNib what I find is that
only the columns which were visible when the application was last
terminated are there.
NSTableView is saving the column info in the user defaults.
It's using these two private methods:
- (void)_readPersistentTableColumns;
- (void)_writePersistentTableColumns;
I've got a working system for hiding and showing columns in a table
view. Source code is here:
http://www.harmless.de/cocoa-code.php#removable
Andreas
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >(no subject) (From: Steve Cronin <email@hidden>) |