Skip navigation.
 
mlRe: Finder-like color label menu item in Cocoa?
FROM : Bill Monk
DATE : Mon Jul 24 19:16:09 2006

On Jul 24, 2006, at 11:54 AM, James Bucanek <<email_removed>> 
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 }

Related mailsAuthorDate
mlFinder-like color label menu item in Cocoa? James Bucanek Jul 23, 08:09
mlRe: Finder-like color label menu item in Cocoa? Pascal Pochet Jul 23, 09:49
mlRe: Finder-like color label menu item in Cocoa? James Bucanek Jul 24, 01:14
mlRe: Finder-like color label menu item in Cocoa? Seth Willits Jul 24, 01:44
mlRe: Finder-like color label menu item in Cocoa? James Bucanek Jul 24, 02:39
mlRe: Finder-like color label menu item in Cocoa? Rosyna Jul 24, 10:17
mlRe: Finder-like color label menu item in Cocoa? Pascal Pochet Jul 24, 13:08
mlRe: Finder-like color label menu item in Cocoa? Bill Monk Jul 24, 14:56
mlRe: Finder-like color label menu item in Cocoa? James Bucanek Jul 24, 17:36
mlRe: Finder-like color label menu item in Cocoa? James Bucanek Jul 24, 18:09
mlRe: Finder-like color label menu item in Cocoa? Bill Monk Jul 24, 19:16
mlRe: Finder-like color label menu item in Cocoa? Seth Willits Jul 25, 02:45
mlRe: Finder-like color label menu item in Cocoa? Seth Willits Jul 25, 02:54
mlRe: Finder-like color label menu item in Cocoa? James Bucanek Jul 25, 02:55