Is it possible to get the frame of a NSStatusItem after I've added it to the status bar in Cocoa? When my app is launched, I am adding an item to the system status bar, and would like to know where it was positioned, is possible.
| |||
|
feedback
|
| |||
|
feedback
|
|
The method used in the answer does not work if the status item is using a menu instead of a custom view. | |||
feedback
|
|
you can hack the window ivar like this :
This is useful for status items without a custom view. Tested on Lion | |||
|
feedback
|
|
The following seems to work - I have seen similar solutions for iOS applications and supposedly they permit submission to the app store because you are still using standard SDK methods.
| |||
|
feedback
|