saving NSSplitView sub-frame positions
saving NSSplitView sub-frame positions
- Subject: saving NSSplitView sub-frame positions
- From: Chris Meyer <email@hidden>
- Date: Sat, 27 Apr 2002 14:14:04 -0700
Hi,
Has anyone determined a good way to save the positions of the sub-views
of a NSSplitView (in the same way that NSTableView saves column
positions automatically to the user defaults file)?
I tried setting the sub-views' frames programmatically in windowDidLoad
but that didn't work (it seemed they were being set somewhere else).
Also I tried saving out the sub-views' frames in
splitViewDidResizeSubviews: (after becoming a delegate of the
NSSplitView) but the results were inconsistent...
Anyone encounter this problem and solve it already?
Chris Meyer
_______________________________________________
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.