Re: Help with creating CustomViews

2010-02-23 Thread Steven Degutis
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

Re: Help with creating CustomViews

2010-02-22 Thread Jean-Henri Duteau
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

Re: Help with creating CustomViews

2010-02-19 Thread Steven Degutis
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