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 }
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 }






Cocoa mail archive

