Open Menu
Close Menu
Apple
Shopping Bag
Apple
Mac
iPad
iPhone
Watch
TV
Music
Support
Search apple.com
Shopping Bag
Lists
Open Menu
Close Menu
Terms and Conditions
Lists hosted on this site
Email the Postmaster
Tips for posting to public mailing lists
When do table column bindings get setup from nib?
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
When do table column bindings get setup from nib?
Subject
:
When do table column bindings get setup from nib?
From: Ian Gillespie <
email@hidden
>
Date: Wed, 13 Apr 2005 13:00:02 -0400
I am trying to write a table view subclass that will offer adding/ removing table columns. I want all of the possible table columns allowed to be setup in the nib and then the user can show/hide table columns via a matrix of checkboxes or a menu item with a submenu. I am trying to write this so that it will be re-usable because I always seem to find myself in need of table views with easy hide/show table column behavior.
I first approached this by grabbing all of the columns from the table's awakeFromNib and archiving them saving them to the user defaults if it is the first time that the table is launched. The problem is, the bindings are not archived (not too surprisingly). So my question is, when a table view is created from a nib, when does it remove table columns based on the autosaveTableColumns. It doesn't seem to call removeTableColumn, which I was hoping so that I could grab the table column with the bindings setup and cache it away if the user wanted to add it again.
_______________________________________________
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
Follow-Ups
:
Re: When do table column bindings get setup from nib?
From:
Jonathon Mah <email@hidden>
Prev by Date:
Re: OT : Is the Jaguar user base large enough to still support it?
Next by Date:
Re: Tiger development Panther deployment
Previous by thread:
Re: NSBezelBorder
Next by thread:
Re: When do table column bindings get setup from nib?
Index(es):
Date
Thread