discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible bug with adding subviews?


From: Stephen Brandon
Subject: Re: Possible bug with adding subviews?
Date: Tue, 12 Feb 2002 22:54:02 +0000

On Tuesday 12 Feb 2002 7:21 pm, Nicola Pero wrote:
> Try adding
>
> - (NSArray *)subviewsForModel
> {
>     return [NSArray array];
> }
>
> just after @implementation NSBox (GMArchiverMethods) in Model/GMAppKit.m,
> then rebuild nib2gmodel and regenerate the gmodel.
>
> If that works, I'll commit the fix to CVS.

I don't think I want to do this -- it's common in InterfaceBuilder to enclose 
interface elements in a box - not just graphically, but hierarchically as 
well. So I'm not going to disregard all subviews of an NSBox. I'll look at 
Richards suggestions.

Cheers,
Stephen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]