Re: Binding the current table view selection to property in my controller

2008-06-19 Thread Clint Shryock
NSTableView sends a NSTableViewSelectionDidChangeNotification notification when it's selection changes, you could have your window controller listen for those notifications. also, you could make your window controller the tableView's delegate and implement the table view's tableViewSelectionDidChan

Binding the current table view selection to property in my controller

2008-06-18 Thread Rick Mann
I have a window controller that provides a list of ports displayed in a table view. The master-detail view I set up works fine, and I can adjust attributes of individual ports as you would expect. However, I want my window controller to have a "current port" property that reflects the curre