In an NSPanel I have an NSComboBox and an NSTableView.

I make a selection in the NSComboBox , it has focus, its action method is called.

I use the mouse wheel to scroll the table view. I click an entry in the table view, the combo box action is called.

Correct since the combo box has focus but disturbing to users as the combo box action has reason to scroll the table view.

So, how can I set focus to the table view when it is scrolled by the mouse wheel so that the combo box action is not called?

-koko
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to