On 2009 Apr 23, at 16:39, Ulai Beekam wrote:
Furthermore, it doesn't seem to make too much sense to bind the
selected index to a single variable because, as you say, I have
multiple rows and the popupmenu for each one.
Actually I can think of one weird way of making it work: Having an
i
eird to be
the best solution available out there, assuming it even works :S
> From: alexan...@wackazong.com
> To: ulaibee...@hotmail.com
> Subject: Re: Detecting changes to NSPopUpButtonCell in an NSTableView
> Date: Fri, 24 Apr 2009 00:18:08 +0100
You can bind the selection of the popup to a variable and then observe
that variable via KVO. I did that on a single NSPopUpButton, you would
still need to get the affected row.
ALEXander.
On 24.04.2009, at 00:12, Ulai Beekam wrote:
Hi,
We all know that we can detect whenregular te
Hi,
We all know that we can detect whenregular text in an NSTableView
finishes editing using the control notification method
controlTextDidEndEditing:.
My problem, however, is this: In one of the columns I have attached an
NSPopUpButtonCell. The pop up button has two predetermined con