Re: Action Still There
Re: Action Still There
- Subject: Re: Action Still There
- From: Scott Anguish <email@hidden>
- Date: Wed, 5 Dec 2001 01:48:20 -0500
On Tuesday, December 4, 2001, at 04:37 PM, email@hidden wrote:
Okay; I removed a button from a window in Interface Builder after
disconnecting its Action in the Nib Inspector, but the Action still
shows up in the Inspector as a choice along with the other, non-deleted
Actions.
Actions are not part of the button object, they're part of your own
code, so deleting the button wouldn't remove the action in your code,
just disable the connection to it.
And when I launched the App to check things out, the deleted Button
was still there until I did a "Clean" back in Project Builder! What am
I missing here?
had you saved the file in IB before that?
had you rebuilt the project in PB after making the change?