How to avoid launching the same application multiple times?

2010-01-22 Thread Ramesh P
Hi all, I copied my cocoa application and pasted in multiple folders. Now i double clicked all the application icons. Now I am seeing multiple windows of same application. How can i avoid this? Thanks in advance, Ramesh.P ___ Cocoa-dev mailing list (C

Re: How to avoid launching the same application multiple times?

2010-01-22 Thread Dave Keck
LSMultipleInstancesProhibited may be what you're looking for. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help

Re: How to avoid launching the same application multiple times?

2010-01-22 Thread Ramesh P
Thanks Deve, It is working fine. But i am getting a message says another user is running the same application. But i am the only user using the application.Is there any way to customize the alert message? or any other solutions for this? Thanks, Ramesh.P On Fri, Jan 22, 2010 at 7:40 PM, Dave Kec

Re: How to avoid launching the same application multiple times?

2010-01-22 Thread Dave Keck
> It is working fine. But i am getting a message says another user is running > the same application. But i am the only user using the application.Is there > any way to customize the alert message? or any other solutions for this? I doubt the message is customizable. To implement the functionalit