Multiple NSViews

2008-04-11 Thread Lorenzo
I have defined an NSView info view on IB. This view contains several NSTextFields. Now I want to programmatically create copies of this view and attach them to the objects on my window. So if on my window I have 10 objects, I should see the 10 objects, each one having its info view. Each view

Re: Multiple NSViews

2008-04-11 Thread I. Savant
On Fri, Apr 11, 2008 at 8:55 AM, Lorenzo [EMAIL PROTECTED] wrote: I have defined an NSView info view on IB. This view contains several NSTextFields. Now I want to programmatically create copies of this view and attach them to the objects on my window. So if on my window I have 10 objects, I