Re: Open System Preferences?
Re: Open System Preferences?
- Subject: Re: Open System Preferences?
- From: Scott Anguish <email@hidden>
- Date: Sun, 16 Apr 2006 01:56:11 -0400
the method that Brian posted that uses AppleScript is probably a much
better option.
On Apr 15, 2006, at 11:21 PM, Andrei Tchijov wrote:
[
[ 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...
_______________________________________________
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