Re: Open System Preferences?
Re: Open System Preferences?
- Subject: Re: Open System Preferences?
- From: Andrei Tchijov <email@hidden>
- Date: Sat, 15 Apr 2006 23:21:40 -0400
[
[ NSTask
launchedTaskWithLaunchPath: @"/usr/bin/open"
arguments: [ NSArray arrayWithObject: [ @"<PATH TO THE PREFERENCE
PANE YOU WANT TO OPEN>" stringByExpandingTildeInPath ]]
]
waitUntilExit
];
On Apr 15, 2006, at 11:07 PM, d2kagw wrote:
Hey All !
Just wondering if anyone knows of a way to open the system
preferences and activate a specific preference pane?
The application im building has a preference pane within sys
preferences to manage the prefs, and I was hoping that when the
user selects preferences from the application menu that I could
open the sys preferences...
Cheers !
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden