Re: Is it possible to define class from interface builder?

2013-08-15 Thread Chris Hanson
On Aug 13, 2013, at 11:34 AM, Izak van Langevelde eezac...@xs4all.nl wrote: A user interface contains several instances of a specific form, which is easily created in Interface Builder. Is there any way to derive a subclass of NSView from this form, so that it can be reused? A good way to

Re: Is it possible to define class from interface builder?

2013-08-15 Thread dangerwillrobinsondanger
On 2013/08/15, at 15:08, Chris Hanson c...@me.com wrote: On Aug 13, 2013, at 11:34 AM, Izak van Langevelde eezac...@xs4all.nl wrote: A user interface contains several instances of a specific form, which is easily created in Interface Builder. Is there any way to derive a subclass of

Re: Is it possible to define class from interface builder?

2013-08-14 Thread Izak van Langevelde
On 13 aug. 2013, at 20:43, Scott Ribe wrote: On Aug 13, 2013, at 12:34 PM, Izak van Langevelde eezac...@xs4all.nl wrote: Is there any way to derive a subclass of NSView from this form, so that it can be reused? NSViewController, combined with a window nib containing the form, so you'd

Re: Is it possible to define class from interface builder?

2013-08-14 Thread Fritz Anderson
On 14 Aug 2013, at 6:48 AM, Izak van Langevelde eezac...@xs4all.nl wrote: On 13 aug. 2013, at 20:43, Scott Ribe wrote: On Aug 13, 2013, at 12:34 PM, Izak van Langevelde eezac...@xs4all.nl wrote: Is there any way to derive a subclass of NSView from this form, so that it can be reused?

Re: Is it possible to define class from interface builder?

2013-08-14 Thread Scott Ribe
On Aug 14, 2013, at 8:53 AM, Fritz Anderson fri...@manoverboard.org wrote: I'm curious to know what a more-elegant solution would look like. The ability to, graphically using IB (or whatever we're calling it these days) in one nib, embed a view defined in another nib. -- Scott Ribe

Is it possible to define class from interface builder?

2013-08-13 Thread Izak van Langevelde
A user interface contains several instances of a specific form, which is easily created in Interface Builder. Is there any way to derive a subclass of NSView from this form, so that it can be reused? Thanks, Izak --- Grinnikend door het leven... ___

Re: Is it possible to define class from interface builder?

2013-08-13 Thread Scott Ribe
On Aug 13, 2013, at 12:34 PM, Izak van Langevelde eezac...@xs4all.nl wrote: Is there any way to derive a subclass of NSView from this form, so that it can be reused? NSViewController, combined with a window nib containing the form, so you'd instantiate the nib, pull out the content view, and