NSComboBoxCell not responding to mouse selection
NSComboBoxCell not responding to mouse selection
- Subject: NSComboBoxCell not responding to mouse selection
- From: Bert Torfs <email@hidden>
- Date: Mon, 19 Jun 2006 22:26:58 +0200
I have a table with a NSComboBoxCell (set programatically, but
setting it in IB does not change).
As long as I select items from the box using the keyboard, everything
is Ok (including autocompletion), but when I select an item from the
list using the mouse, the selection does not get updated.
I have run out of ideas on why this does not work. Last thing I tried
was making the table the target of the combobox cell, just to see
whatever the sender was. Strangely, the sender was the table itself.
(I would have expected the cell).
Is there any place or notification where I can listen for the
NSComboboxCell list being clicked so I can get the number of the
clicked row?
Thanks a lot.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden