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: Chris Hanson <email@hidden>
- Date: Tue, 28 Oct 2003 10:38:50 -0600
On Oct 28, 2003, at 3:17 AM, Ramakrishna Kondapalli wrote:
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 ?
You can't access the System Preferences window from your application;
it's a separate application. You have to write a separate Preference
Pane that System Preferences will run and display for you, and that
will communicate with your application or server through some
interface.
What is your application, and why do you think its preferences need to
be in System Preferences? Usually application preferences are handled
entirely within the application.
-- Chris
--
Chris Hanson, bDistributed.com, Inc. | Email: email@hidden
Custom Mac OS X Development | Phone: +1-847-372-3955
http://bdistributed.com/ | Fax: +1-847-589-3738
http://bdistributed.com/Articles/ | Personal Email: email@hidden
_______________________________________________
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.