Button IB action on rename
Button IB action on rename
- Subject: Button IB action on rename
- From: Mark Flider <email@hidden>
- Date: Mon, 21 Jul 2003 23:50:30 -0500
I set up a regular NSButton's action to invoke an IBAction from
Interface Builder (I click, the IBAction performs, everything normal).
However, I would like to change the name of my button (like the
top-left button in Property List Editor) dynamically. However, once I
change the name with [myNSButton setTitle:newTitle], the action no
longer performs on click.
Is the action I specified in the nib getting bound to the button's
title, or is there something I'm missing? Thanks.
-- 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.