Position of NSStatusItem
Position of NSStatusItem
- Subject: Position of NSStatusItem
- From: "[nexUmoja] Fabian Jäger" <email@hidden>
- Date: Mon, 19 Nov 2007 23:14:09 +0100
Hey guys,
is there a way to get the position of an NSStatusItem in the system's
menubar? At the moment I use the following hack:
@implementation NSStatusItem (Hack)
- (NSRect)hackFrame
{
return [_fWindow frame];
}
@end
But unfortunately I only get (-34.0, 0.0) as the position, which does
not seem like screen-space coordinates :(
Fabian
nexUmoja.org
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden