Am 23.01.2011 23:31, schrieb Ivan Vučica: > On Sun, Jan 23, 2011 at 16:27, Ivan Vučica <[email protected]> wrote: >> in Zcode, I've implemented editors as subclasses of NSViewController. Their >> UI is loaded from nib by making use of initWithNibName:bundle: inherited >> from NSViewController. This works great on Cocoa, but porting back to >> GNUstep, I discovered NSViewController does not exist in Debian, that in >> current GNUstep it seems strangely devoid of smart code in >> initWithNibName:bundle:, and that I can't figure out what is the intended >> way to load view from nib. > > I read a bit of Apple docs and figured out how loading from nibs is done. I > added support in Zcode, and prepared a patch for GNUstep GUI. It's clumsy > but works for my needs.
I submitted a patch similar to yours. This class will still need some work to be truly useful. Fred _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
