Re: Finder-like color label menu item in Cocoa?
Re: Finder-like color label menu item in Cocoa?
- Subject: Re: Finder-like color label menu item in Cocoa?
- From: Bill Monk <email@hidden>
- Date: Mon, 24 Jul 2006 12:16:09 -0500
On Jul 24, 2006, at 11:54 AM, James Bucanek <email@hidden>
wrote:
OK, for anyone else who is interested in this, I've posted the
modified version of LabelItemView.cp (now LabelItemView.mm) at
<ftp://ftp.twilightandbarking.com/Public/Software/Cocoa/
LabelItemView.zip>
One other worthwhile change (unless someone is actually still using
"the WWDC build of HIToolbox") is probably to remove the two lines
below this comment:
/* These are currently required to support rollover effects in
contextual menus.
For pull-down menus, we get these events by registering on the menu
window;
however, the WWDC build of HIToolbox sends these events to the
clicked window
rather than to the menu window for contextual menus, so we need to
register
for them on the menu as well. This problem is fixed in HIToolbox for
the post-
WWDC builds, and once those builds are available, these handlers can
be removed. */
{ kEventClassMouse, kEventMouseMoved },
{ kEventClassMouse, kEventMouseDragged }
_______________________________________________
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