Re: Removing a subclass...
Re: Removing a subclass...
- Subject: Re: Removing a subclass...
- From: Ricky Sharp <email@hidden>
- Date: Fri, 17 Dec 2004 10:51:46 -0600
On Friday, December 17, 2004, at 10:21AM, j o a r <email@hidden> wrote:
>
>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.
And in case you created an IB palette for your custom NSTableView, you should first remove that palette before launching IB. Then of course rebuild your IB palette and make sure to remove your class from the list of exported classes. You should then be able to re-install your palette and be able to remove the class from any other nib in the manner outlined above.
--
Rick Sharp
Instant Interactive(tm)
_______________________________________________
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