• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Finder-like color label menu item in Cocoa?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Prev by Date: NSNetService Won't Allow Subscription
  • Next by Date: Re: Can switch be used here?
  • Previous by thread: Re: Finder-like color label menu item in Cocoa?
  • Next by thread: defaultTabInterval and "TabWidth"
  • Index(es):
    • Date
    • Thread