On Tue, Mar 25, 2008 at 12:40 PM, Herr Thomas Bartelmess < [EMAIL PROTECTED]> wrote:
> Hello List! > > I'm currently working on a Plugin (Cocoa Plugin Arcitecture). > Does somebody know, how I open a new Window, desigend in Interface > Bulider. > At the moment I open a new Window with by Code, with a View by code Have a look at NSBundle's -loadNibNamed:owner: and similar methods. They're listed in the AppKit reference, not the main NSBundle reference in Foundation, because they're extensions added by AppKit. Also, you might have a look at: < http://developer.apple.com/documentation/Cocoa/Conceptual/LoadingResources/CocoaNibs/chapter_3_section_6.html > sherm-- _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]