You're on the right track with NSViewController. Make an NSViewController
and a XIB specifically for this view controller. Set the -view outlet in
your NIB and make sure you name the File's Owner the same as your
NSViewController subclass. Make sure your initializer mentions the name of
the correct
On 2010-02-19, at 6:55 AM, Steven Degutis wrote:
> It sounds a lot to me (and I could be wrong here) that you're trying to
> implement something along the lines of an ActiveX control as they were back
> when I used Visual Basic 5, in the sense that you want a "control" which is
> really a coll
It sounds a lot to me (and I could be wrong here) that you're trying to
implement something along the lines of an ActiveX control as they were back
when I used Visual Basic 5, in the sense that you want a "control" which is
really a collection of other controls, and to be able to drag them around i