Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

artbeat.easy

macrumors newbie
Original poster
Jul 1, 2010
18
0
Hi all ))
i have NSStatusitem on my app and i want get NSView ( [statusItem view] ) and handle mouseOver (mouseMove) message on MY @selector in my class
but I could not find help in google and Developing reference (
 
Take a look at NSTrackingArea. Create it, add it to your view and implement the moveMoved, mouseEntered and mouseExited methods (or whichever ones you want).
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.