Re: Button IB action on rename
Re: Button IB action on rename
- Subject: Re: Button IB action on rename
- From: Mark Flider <email@hidden>
- Date: Tue, 22 Jul 2003 20:56:42 -0500
On Tuesday, July 22, 2003, at 05:50 PM, Jonathan Jackel wrote:
Mark, I set up a test project and changing the name of a button has
absolutely no effect on whether it fires its action. My project has
two
buttons. One button logs its own name; the other changes the name of
the
first. The first button always logs its name, no matter how many
times I
change the name.
There's something else wrong in your project. Does a clean/rebuild
help?
Are you sure newTitle is an NSString? Are you really, really, REALLY
sure
you hooked up the action?
You're right; I set up the same sample project, and changing the name
of the button did not affect its behavior. After triple-checking my
connections and doing a few "Clean All"s to no avail, I re-imported the
project, and now the connection works as it should. Maybe it was a bug
in Xcode/IB or a corrupt .nib file...?
Anyway, thanks for the sanity check.
-- Mark Flider
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.