Re: NSTableView with imbedded NSComboBoxCell problem
Re: NSTableView with imbedded NSComboBoxCell problem
- Subject: Re: NSTableView with imbedded NSComboBoxCell problem
- From: Tony Cate <email@hidden>
- Date: Thu, 29 Jul 2004 21:57:53 -0500
>
On Thu, 29 Jul 2004 17:39:22 -0500, Tony Cate <email@hidden> said:
>
>I have built a table that uses a NSComboBoxCell in one of the columns. I was
>
surprized to learn the bcellb doesnbt have any delegate methods. In
>
particular, I was looking for - (void)comboBoxWillPopUp: so I can select a row
>
and scroll it into view.
>
>
>
>Can someone tell me how to detect the popup so I can select a row, etc.
>
>
Hint: an NSComboBoxCell is an NSActionCell. m.
>
I had hopes there, but the cell doesnbt send it action until either a return or an item is selected from the popup list. I need notification before the popup, pops up. Or at the very least concurrent with the popup.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.