Re: Creating a NSView with Interface Builder

2008-02-26 Thread Rainer Brockerhoff
At 18:24 -0800 25/02/08, [EMAIL PROTECTED] wrote: >From: Herr Thomas Bartelmess <[EMAIL PROTECTED]> >Date: Mon, 25 Feb 2008 22:41:25 +0100 >Message-ID: <[EMAIL PROTECTED]> > >i'm currently working on a Plugin. My problem is that i have to provide a >preference View. I have to give a NSView to the

Re: Creating a NSView with Interface Builder

2008-02-26 Thread perego
Hello, i'm currently working on a Plugin. My problem is that i have to provide a preference View. I have to give a NSView to the programm. Currently i wrote a NSView Subclass, but its to much work to do every button an textfield by code. My question is, how can I design an View in Interface Builde

Re: Creating a NSView with Interface Builder

2008-02-25 Thread Jaime Magiera
On Feb 25, 2008, at 4:41 PM, Herr Thomas Bartelmess wrote: Hello, i'm currently working on a Plugin. My problem is that i have to provide a preference View. I have to give a NSView to the programm. Currently i wrote a NSView Subclass, but its to much work to do every button an textfield b

Creating a NSView with Interface Builder

2008-02-25 Thread Herr Thomas Bartelmess
Hello, i'm currently working on a Plugin. My problem is that i have to provide a preference View. I have to give a NSView to the programm. Currently i wrote a NSView Subclass, but its to much work to do every button an textfield by code. My question is, how can I design an View in Interfac