Skip navigation.
 
mlRe: Plug-in with Window
FROM : Sherm Pendley
DATE : Tue Mar 25 21:31:14 2008

On Tue, Mar 25, 2008 at 12:40 PM, Herr Thomas Bartelmess <
thomas.<email_removed>> 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--

Related mailsAuthorDate
mlPlug-in with Window Herr Thomas Bartel… Mar 25, 17:40
mlRe: Plug-in with Window Nick Zitzmann Mar 25, 21:27
mlRe: Plug-in with Window Sherm Pendley Mar 25, 21:31