Re: Click in Table [More Pilot Error]

2010-03-03 Thread David Blanton
The NSComBox was 'selectable' and 'editable' turned that off and behaviour is correct On Mar 3, 2010, at 6:06 PM, David Blanton wrote: I have a window with an NSComboBox and anNSTableView When first displayed the NSComboBox has focus When I click in the NSTableView the NSComboBox action is

Re: Click in Table

2010-03-03 Thread Fritz Anderson
On 3 Mar 2010, at 7:06 PM, David Blanton wrote: > When first displayed the NSComboBox has focus > > When I click in the NSTableView the NSComboBox action is called followed by > should select row and selection changed delegate methods for the table being > called > > This does not seem correct

Click in Table

2010-03-03 Thread David Blanton
I have a window with an NSComboBox and anNSTableView When first displayed the NSComboBox has focus When I click in the NSTableView the NSComboBox action is called followed by should select row and selection changed delegate methods for the table being called This does not seem correct to m