Handling onMouseOver and onMouseOut on a NSStatusItem?

You should use NSTrackingArea objects for these things. This class handles exactly what you need.

Looks perfect. I was looking around but I couldn't find out how to actually RECEIVE the event. I can set up the tracking area, but what gets called or how do you set something to be called?

– Andrew M Jan 9 at 6:16 You setup NSTrackingArea with needed to receive events (mouse entered/left/hovered/etc) and owner of these events (like view or its controller) which should implement required methods like mouseEntered:, mouseExited:, mouseMoved: or cursorUpdate:. – Eimantas Jan 9 at 6:29.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions