Re: Fullscreen enter/exit notification
Re: Fullscreen enter/exit notification
- Subject: Re: Fullscreen enter/exit notification
- From: Bjoern Kriews <email@hidden>
- Date: Fri, 2 Apr 2004 17:35:26 +0200
And when the app comes back from fullscreen, you get
com.apple.HIToolbox.menuBarShownNotification
Don't depend on these notifications; they are an implementation detail
and we plan to remove them in the next major release of X.
-eric
That's what I was afraid of. Is there an alternative I can use? Even
something I could poll (ICK!) to determine the state? When I
implemented based on this message, I was really very happy with the
result, but I certainly don't want to use something that's transient.
If all else fails - [NSMenu menuBarVisible] ?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.