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
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
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