Re: How can I delete class at Classes pane?
Re: How can I delete class at Classes pane?
- Subject: Re: How can I delete class at Classes pane?
- From: Ron Fleckner <email@hidden>
- Date: Mon, 28 May 2007 23:05:28 +1000
Hi All,
I made Subclass NSbutton, 'myButton' class.
But now, I want to delete 'myButton' class, but when I tried to
delete, Alert panel is poped up.
Alert panel says, "Class myButton is in use. Cannot delete.".
I confirmed all other Classes or Instances's Outlets and Actions,
but there was not reference to myButton.
How can I find link to myButton class?
What can I do for deleting myButton class?
»õ·Î¿î ±âºÎ¹®È ÀÇ ¾¾¾Ñ, ÇØÇǺó
The button you had subclassed probably still has the custom
'myButton' class set in the Custom Class pane of the object inspector
of Interface Builder. Just select the button in your nib's window or
wherever it is, open the inspector to the Custom Class pane
(Command-5), and choose NSButton instead of 'myButton'. Then you
should be able to delete myButton in the nib window's Classes tab.
Ron_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden