• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Position of NSStatusItem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Position of NSStatusItem


  • Subject: Re: Position of NSStatusItem
  • From: Joachim Deelen <email@hidden>
  • Date: Tue, 20 Nov 2007 22:11:23 +0100

Hi Fabian,

I'm currently working on an application, using a NSStatusItem with a custom view. With the following I can get the origin of the NSStatusItem

NSRect rect = [[[statusItem view] window ] frame];

Since I'm on a 24" iMac, the origin is about x=1525 y=1178

I don't know if this works, if you don't use a custom view.

regards
Joachim


Am 19.11.2007 um 23:14 schrieb [nexUmoja] Fabian Jäger:

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

_______________________________________________

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


References: 
 >Position of NSStatusItem (From: "[nexUmoja] Fabian Jäger" <email@hidden>)

  • Prev by Date: Re: Writing NSString to a file descriptor
  • Next by Date: Re: Writing NSString to a file descriptor
  • Previous by thread: Position of NSStatusItem
  • Next by thread: Re: Position of NSStatusItem
  • Index(es):
    • Date
    • Thread