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--
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 mails | Author | Date |
|---|---|---|
| Herr Thomas Bartel… | Mar 25, 17:40 | |
| Nick Zitzmann | Mar 25, 21:27 | |
| Sherm Pendley | Mar 25, 21:31 |






Cocoa mail archive

