Control Focus Issue
Control Focus Issue
- Subject: Control Focus Issue
- From: email@hidden
- Date: Wed, 17 Nov 2010 15:17:24 -0700
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 (email@hidden)
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:
This email sent to email@hidden