| Sign In/My Account | View Cart |
| Article: |
Working with Tables: Writing an Address Book Application | |
| Subject: | Has anyone used NSTableView.SetAutosaveTableColumns() ? | |
| Date: | 2001-08-16 20:16:13 | |
| From: | jakem | |
| In Interface Builder, when editing the attributes of a NSTableView there is a field called "AutoSave File Name". From reading the API I figured out that this is for specifying a file in which to automatically save a custom table layout (column width, order etc) for each user of the app. However, I can't get it to work!! I've specified some file names in Interface Builder, and called setAutosaveTableColumns(true) for each of my NSTableViews, but when I run the app, make modifications to the table layout, quit and run it again - the modifications aren't maintained. What am I doing wrong?? BTW I program in Java - I'd love pointers to any Java specific Cocoa resources! | ||
Showing messages 1 through 3 of 3.
more info...