NSViews with NIB?
NSViews with NIB?
- Subject: NSViews with NIB?
- From: Nick Müller <email@hidden>
- Date: Sat, 16 Feb 2002 18:30:09 +0100
Hi,
maybee I'm completely on the wrong track, so I'd better explain what I
want (and have):
- I do have a window with a custom view that is a NSScrollView (works)
- Into that scroll view, I want to add subviews (several of the same,
with changing number) that are of MySubview (subclass of NSView) (works,
almost).
The problem is, that MySubview draws into the Scroll view with fillRect
and the like, but I want MySubview to be more:
MySubview should be created with IB and have several outlets and
actions. But I don't get this working at all.
How is a NIB for MySubview looking like?
How is a controller for MySubview looking like that is loading a NIB?
Or isn't this the way it's working at all?
TIA for any hints,
Nick
.........................................
logic tools
WebObjects // Web Authoring // Perl
Nick Mueller // Munich // Germany
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.