On 11/10/05 12:13 PM, Tomas Franzén didst favor us with:
> I'm implementing a HIToolbar in my app, and I want to use my own
> Carbon event handlers to handle the toolbar instead of the standard
> event handler (which breaks some stuff for me). What kind of handlers
> should I register for to handle (hilite toolbar items, etc) the same
> stuff the standard handler does for toolbars, and what would those
> handlers do?
Just my $0.02, but I think it would be better and possibly easier if you
modified your application to address the issues that prevent you from using
the standard handler than trying to reimplement the relevant HIToolbar
handling. The more you rely on standard features the less you have to be
concerned with future standard behaviors not being available to your
application. The more you manually implement standard stuff like this the
more you risk having your code break or doing the wrong thing in a future
release of the OS.
Larry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden
This email sent to email@hidden