Re: Detecting changes to NSPopUpButtonCell in an NSTableView

2009-04-24 Thread Jerry Krinock
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

RE: Detecting changes to NSPopUpButtonCell in an NSTableView

2009-04-23 Thread Ulai Beekam
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

Re: Detecting changes to NSPopUpButtonCell in an NSTableView

2009-04-23 Thread ALEXander
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