NSWorkspace question
NSWorkspace question
- Subject: NSWorkspace question
- From: rfitz <email@hidden>
- Date: Tue, 3 May 2005 19:08:06 -0400
I have a screensaver that I want to add a configure sheet to. Instead
of opening a sheet with the settings I have a helper app that needs to
be launched. Right now I can launch that application when I click the
Options button from the ScreenSaver preference pane, but after my
helper program launches, the Systems Preferences applications crashes.
What needs to be changed in the code below so after my program
launches, the System Preferences application does not crash?
Thanks,
-Rhon Fitzwater
- (NSWindow*)configureSheet
{
[[NSWorkspace sharedWorkspace] launchApplication:@"/Applications/My\
Controller.app"];
}
_______________________________________________
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