Re: Self KVO...

2014-10-09 Thread Randy Widell
> On Oct 9, 2014, at 21:13, Ken Thomases wrote: > > On Oct 9, 2014, at 10:56 PM, Randy Widell wrote: > >> I’m not sure I am having a hard time figuring this out and I am just not >> finding anything via Google. I am writing a NSTextFieldCell subclass and I >> want to recalculate the size wh

Re: Self KVO...

2014-10-09 Thread Ken Thomases
On Oct 9, 2014, at 10:56 PM, Randy Widell wrote: > I’m not sure I am having a hard time figuring this out and I am just not > finding anything via Google. I am writing a NSTextFieldCell subclass and I > want to recalculate the size whenever the string value changes via a binding. > What I ca

Self KVO...

2014-10-09 Thread Randy Widell
I’m not sure I am having a hard time figuring this out and I am just not finding anything via Google. I am writing a NSTextFieldCell subclass and I want to recalculate the size whenever the string value changes via a binding. What I can’t seem to figure out is how to observe the change. I cou