Re: How to get Mac OS X System preference window from cocoa application
Re: How to get Mac OS X System preference window from cocoa application
- Subject: Re: How to get Mac OS X System preference window from cocoa application
- From: Seaside <email@hidden>
- Date: Tue, 28 Oct 2003 20:49:37 +0100
The canonical name of preferences is:
System Preferences
You might call:
[theWorkspace launchApplication:@"System Preferences"]
This will work on any system, even on non-english versions, since OS X
searches the canonical name which is defined in
info.plist
file in the *.app package
Am Dienstag, 28.10.03 um 10:17 Uhr schrieb Ramakrishna Kondapalli:
>
Hi,
>
>
How to get Mac OS X "System preference" window from my cocoa
>
application? If i want to add an icon of my application's preference in
>
the System preference window's Personal Or Other section What should
>
be done ?
>
>
-------------------------------------------------------
>
>
Thanks & Regards,
>
>
Ramakirshna,
>
>
>
>
>
>
*----------
>
This message and any attachment(s) is intended only for the use of the
>
addressee(s) and may contain information that is PRIVILEGED and
>
CONFIDENTIAL.
>
If you are not the intended addressee(s), you are hereby notified that
>
any
>
use, distribution, disclosure or copying of this communication is
>
strictly
>
prohibited. If you have received this communication in error, please
>
erase all
>
copies of the message and its attachment(s) and notify the sender or
>
Kanbay
>
postmaster immediately.
>
>
Any views expressed in this message are those of the individual sender
>
and not
>
of Kanbay.
>
>
Although we have taken steps to ensure that this e-mail and any
>
attachment(s)
>
are free from any virus, we advise that in keeping with good computing
>
practice the recipient should ensure they are actually virus free.
>
_______________________________________________
>
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.
_______________________________________________
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.