Re: Weird window behavior when using LSBackgroundOnly and status bar
Re: Weird window behavior when using LSBackgroundOnly and status bar
- Subject: Re: Weird window behavior when using LSBackgroundOnly and status bar
- From: Steve Moon <email@hidden>
- Date: Wed, 14 Nov 2001 08:36:20 -0800
Stiphane,
you're the man! You are right and NSUIElement is the correct property...
Thank you !
Steve
On Wednesday, November 14, 2001, at 08:17 AM, Stiphane Sudre wrote:
On mercredi, novembre 14, 2001, at 04:13 , Steve Moon wrote:
Hi
can someone help me with this problem : my application is configured
with the LSBackgroundOnly option, and I noticed a weird behavior with
all the windows of my app. One menu of the the status item is
configured to show up the preferences window (not a panel in case it
make a difference) and the code to show up the pref window is :
[...]
Are you sure it's a LSBackgroundOnly option you want and not a
NSUIElement = "1" ?
I would think that a LSBackgroundOnly application does not have any GUI.
I'm using the same code as you in a no dock, no menu application and
it's working fine. The window (the application in fact) is brought to
front with the [NSApp activateIgnoringOtherApps:YES]; call.