Re: multiple views with segmented control
Re: multiple views with segmented control
- Subject: Re: multiple views with segmented control
- From: Bjoern Kriews <email@hidden>
- Date: Wed, 17 Mar 2004 09:59:10 +0100
On 17.03.2004, at 09:05, cauri wrote:
I have to say though, that I have already read that article (and done
that search) and it has not answered my question. Thanks for the
advice though.
Ok, sorry for my harsh words, please say so if you have problems
understanding the docs,
it avoids reactions like mine.
As far as I understand, you:
Create your subclass of NSView, make IB read its header file, then drag
a Custom View into your window
and change its Class to your Subclass in the Inspector.
If you override initWithFrame:, do you call super ?
Try to implement - (void) awakeFromNib to see if you get instantiated
on nib load,
put NSLogs all over the place.
Try to isolate it in a small app, mail this one to me if you don't
succeed.
Regards, Bjoern
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.