Solved: embedding NSViews from nibs into windows
Solved: embedding NSViews from nibs into windows
- Subject: Solved: embedding NSViews from nibs into windows
- From: James Derry <email@hidden>
- Date: Sat, 01 Feb 2003 23:06:02 -0500
I've had a LOT of difficulty but finally figured out how to implement this
scenario: define a NSView in its own nib with all of the interface objects I
want on it, and working with a controller I want. Instantiate that
controller and have the view appear somewhere in an already-existing window
(in a pane or subpane).
Wow, it seems so easy to do now, and it's probably old hat for a lot of you
folks, but for the other newbies and for future posterity, this example
linked to is about the simplest, straightforward procedure for doing this.
http://homepage.mac.com/balthisar/ViewsFromNibs.dmg
These are some keywords people can search for on cocoa.mamasam.com that got
me baffled in endless loops: nsview embed embedded subpane subform load
bundle nib dynamic
_______________________________________________
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.