Re: Changing contentView of NSPanel
Re: Changing contentView of NSPanel
- Subject: Re: Changing contentView of NSPanel
- From: daniel <email@hidden>
- Date: Wed, 9 Mar 2005 00:10:40 -0800
Have you tried replacing this line of code with a line of code that
instantiates an NSView subclass that you aren't the author of? If so,
does it still crash? If not, then you should probably be looking at,
and if necessary, posting excerpts of your custom view's code, not the
code that manages it.
In either case, it will probably help if you at least post a few lines
of your crash log so others who have had similar experience can chime
in if something looks fishy.
Daniel
On Mar 8, 2005, at 7:11 AM, Christian Schneider wrote:
GFFBorderedView *newContentView = [[GFFBorderedView alloc]
initWithFrame:contentRect];
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden