Getting the screen position of a non-view based NSStatusItem?

Unless you find a better way, you could use some undocumented API: (id)_window of NSStatusItem probably returns the window enclosing the item itself. Maybe you can get some interesting information out of that?

Unless you find a better way, you could use some undocumented API: - (id)_window of NSStatusItem probably returns the window enclosing the item itself. Maybe you can get some interesting information out of that? Beware: Some fundamentalists might actually try to break your neck for using undocumented API.

Just make sure you check regularly if this portion of your code works with newer OS versions (either by hand or using some unit tests).

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