Re: NSBrowser and double click

2010-07-26 Thread Corbin Dunn
On Jul 26, 2010, at 12:32 PM, mark wrote: >> On 25/07/2010, at 9:00 AM, mark wrote: >> >>> A problem which is driving me spastic: >>> I have an NSBrowser that allowes multiple selection. >>> When I double click one of the selected items, all other selected items >>> deselect. >>> I have set the

Re: NSBrowser and double click

2010-07-26 Thread mark
On 25/07/2010, at 9:00 AM, mark wrote: A problem which is driving me spastic: I have an NSBrowser that allowes multiple selection. When I double click one of the selected items, all other selected items deselect. I have set the doubleaction and action methods and correct target. These are

Re: NSBrowser and double click

2010-07-24 Thread Graham Cox
On 25/07/2010, at 9:00 AM, mark wrote: > A problem which is driving me spastic: > I have an NSBrowser that allowes multiple selection. > When I double click one of the selected items, all other selected items > deselect. > I have set the doubleaction and action methods and correct target. These