Hi guys,
I have an NSTableView with one column of check boxes. My Table view is full of entries which come from an NSArrayController. I use bindings. The NSArrayController is populated by a property list. These are the foundations.
And here's my problem: The user can choose some entries with help of the check boxes. When you click on the "Go on"-button the entries with a TRUE-box have to be copied to a new NSArray.
On the photo you can see the UI with my NSTableView.
How can I get this done?
Can anyone help?
TIA,
Linus
I have an NSTableView with one column of check boxes. My Table view is full of entries which come from an NSArrayController. I use bindings. The NSArrayController is populated by a property list. These are the foundations.
And here's my problem: The user can choose some entries with help of the check boxes. When you click on the "Go on"-button the entries with a TRUE-box have to be copied to a new NSArray.
On the photo you can see the UI with my NSTableView.
How can I get this done?
Can anyone help?
TIA,
Linus