Re: help with program please?
Re: help with program please?
- Subject: Re: help with program please?
- From: Jiri Volejnik <email@hidden>
- Date: Thu, 7 Apr 2005 22:31:15 +0200
Oh by the way.. Once you have set the superclass of your controller
class and done all the connections
how do you go about changing the superclass type?
I suppose you are talking about class hierarchy in Interface Builder.
If so, do this:
Locate your .nib in Finder and display it's contents (it's a package,
you'll need a context menu to open it). Open file "classes.nib" in
TextEdit and find the definition of your subclass. It begins with the
text "CLASS = XXYourSubclass". Then, look for the text "SUPERCLASS =
XXYourSuperclass" and replace XXYourSuperclass with
XXYourNewSuperclass. That's it.
Jiri Volejnik
_______________________________________________
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