Re: Removing a subclass...
Re: Removing a subclass...
- Subject: Re: Removing a subclass...
- From: j o a r <email@hidden>
- Date: Fri, 17 Dec 2004 17:21:15 +0100
On 2004-12-17, at 17.14, Eli Dylan Lorimer wrote:
I'd like to delete the subclass I made for my NSTableView as I'm not
requiring it at this time and its' just complicating things.
But when I try to delete it, I get "Class myTableView is in use.
Cannot Delete".
I've removed all outlets defined in it, all actions, disconnected it.
What else must I do to delete it?
You want to remove it from your nib file in Interface Builder, right?
You need to first select your table view in IB and using the "Custom
Class" inspector make sure to set it back to NSTableView. Once you've
done that, you can remove the class from the nib file.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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