Re: NSTableView bindings and current selection

2008-09-08 Thread Jason Wiggins
On 09/09/2008, at 06:19 , Corbin Dunn wrote: On Sep 8, 2008, at 3:30 AM, Jason Wiggins wrote: Hello all, I have a tableView (showing query results) that has its values bound to an array controller; that works fine. I also have a NSPathControl showing the path of the selected item; this wor

Re: NSTableView bindings and current selection

2008-09-08 Thread Corbin Dunn
On Sep 8, 2008, at 3:30 AM, Jason Wiggins wrote: Hello all, I have a tableView (showing query results) that has its values bound to an array controller; that works fine. I also have a NSPathControl showing the path of the selected item; this works fine too. I have implemented a right-click

Re: NSTableView bindings and current selection

2008-09-08 Thread Benjamin Stiglitz
I have a tableView (showing query results) that has its values bound to an array controller; that works fine. I also have a NSPathControl showing the path of the selected item; this works fine too. I have implemented a right-click contextual menu to "Show in Finder..." the selected item in