Re: Programatically setting LSUIElement
Re: Programatically setting LSUIElement
- Subject: Re: Programatically setting LSUIElement
- From: Jim Correia <email@hidden>
- Date: Thu, 2 Oct 2003 09:42:48 -0400
On Thursday, October 2, 2003, at 04:21 AM, Stefan Fisk wrote:
is it somehow possible to set LSUIElement from within an application
while running? i've got an invisible application that i want to become
visible when the user runs it a second time.
You can try editing the plist in your application bundle. Beware
though, that your application may be running of a read only volume or
the current user may not have write permission to the application
bundle. If there is an alternate way to do what you are trying to do,
it would be more reliable if it didn't need to rely on modifying the
application itself.
Jim
_______________________________________________
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.