OK. What I wanted was to have only one reference to the outlets in
the 'base class' that can be used in the sub classes.
I did not realize I had to connect the outlets defined in the base
class through the sub class.
I have the behavior I was expecting now.
Thanks Kyle for the pointer to
On Jan 25, 2010, at 8:51 PM, Kyle Sluder wrote:
On Mon, Jan 25, 2010 at 7:43 PM, David Blanton
wrote:
Class A is a subclass of NSView
Class B is a subclass of Class A
Class A and Class B are in a NIB.
Classes don't live in nibs. You mean an object of class A and an
object of class B live
On Mon, Jan 25, 2010 at 7:43 PM, David Blanton wrote:
> Class A is a subclass of NSView
> Class B is a subclass of Class A
>
> Class A and Class B are in a NIB.
Classes don't live in nibs. You mean an object of class A and an
object of class B live in the nib.
> Class A as an Object - the blue c