Re: Re: Application is not available in the launched applications list.

2010-01-25 Thread ramesh . pauldurai
Thanks Mr.Kyle for your quick reply, You are correct. I have added the following line in my info.plist NSUIElement 1 I do not want to show my application on the dock. Thanks, Ramesh.P On , Kyle Sluder wrote: On Sun, Jan 24, 2010 at 11:36 PM, Ramesh P ramesh.pauldu...@gmail.com> wrote:

Re: Application is not available in the launched applications list.

2010-01-25 Thread Kyle Sluder
On Sun, Jan 24, 2010 at 11:36 PM, Ramesh P wrote: > My cocoa application is running successfully. But when I use this code > NSLog(@"%@",[[NSWorkspace sharedworkspace]launchedapplication]); > in another application, it is not printing my application name. What is the > problem with my running appl