Re: Undocumented Cocoa?
Re: Undocumented Cocoa?
- Subject: Re: Undocumented Cocoa?
- From: Tomas Zahradnicky <email@hidden>
- Date: Mon, 19 Aug 2002 12:29:09 +0200
Hello,
Is there a way to *temporarily* make your application 'LSBackgroundOnly 1'?
That is, change it at runtime and have it take effect immediately? My
program is a desktop utility so it's necessary that I run with
'LSBackgroundOnly 1' but I'd like it disabled at times.
The problem is that I'm using a third party library (the eSellerate SDK) and
one of the functions pops up a window. The window doesn't become key when my
app is set to LSBackgroundOnly 1. All other windows in my program work fine,
perhaps because they are StatusLevel.
Any ideas on what I could do?
What about putting a small NSUIElement application into your bundle,
run it to handle eSellerate things and then send a notification (or
distributed one) to your LSBackgroundOnly app when its task finishes?
-Tomas
--
# Tomas Zahradnicky, Jr
# The Czech Technical University
# Dept of Computer Science, FEE-CTU Prague
_______________________________________________
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.