Re: NSToolbar Problem
Re: NSToolbar Problem
- Subject: Re: NSToolbar Problem
- From: Michael Becker <email@hidden>
- Date: Wed, 7 Jan 2004 16:49:20 +0100
Am 07.01.2004 um 07:43 schrieb Ramakrishna Kondapalli:
Hi,
I have a cocoa application which creates a toolbar in window. I have
added images in the toolbar. I am able to display the toolbar in the
window with items added, but the images are still disabled. I want to
write some action on click of image. What can be the problem?
I once ran into the same phenomenon because I hadn't yet implemented
the action methods. You've set the target/action properties, but as
long as the appropriate methods (in your case "changePanes") aren't
implemented, I think the toolbar's image will be disabled.
Bye,
Michael
_______________________________________________
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.