Basic KVO question

2009-07-01 Thread Tim Schmidt
Hi everyone, first of all, thanks for reading this. I have a basic KVO question. In one of my NIBs I have an NSArrayController and a NSSegmentedControl with add/remove segments for the array of said controller. Now I want to enable the remove-segment according to the controllers canRemove

Re: Basic KVO question

2009-07-01 Thread Keary Suska
On Jun 29, 2009, at 6:09 PM, Tim Schmidt wrote: first of all, thanks for reading this. I have a basic KVO question. In one of my NIBs I have an NSArrayController and a NSSegmentedControl with add/remove segments for the array of said controller. Now I want to enable the remove-segment

Re: Basic KVO question

2009-07-01 Thread Kyle Sluder
On Mon, Jun 29, 2009 at 5:09 PM, Tim Schmidtschmidt@gmx.net wrote: and receive the obligatory change notifications alright, but the change dictionary always contains an NSNull instance for the NSKeyValueChangeNewKey instead of the NSNumber bool subclass I would expect. Am I doing something