Re: How to activate the printer toolbar item in the toolbar
Re: How to activate the printer toolbar item in the toolbar
- Subject: Re: How to activate the printer toolbar item in the toolbar
- From: daniel <email@hidden>
- Date: Wed, 23 Feb 2005 09:47:01 -0800
The toolbar item should be active if:
1. It is hooked up to a target that responds to its target method.
2. The delegate's implementation of validateToolbarItem (if exists)
returns YES.
You don't enable or disable the toolbar item - you make it clear to the
toolbar that the action is possible or not possible, and it does the
enabling or disabling for you.
Daniel
On Feb 22, 2005, at 9:47 PM, JanakiRam wrote:
Hi,
I Have an print toolbar item in my application , it is by default is
in disabled mode. How to activate it???
which property should be set in which method... Any Help is
appreciated.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
sweater.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden