Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Screensaver Options Link to URL?

Screensaver Options Link to URL?
Thread Tools
Mac Enthusiast
Join Date: Apr 2001
Location: Camarillo, CA
Status: Offline
Reply With Quote
Feb 19, 2004, 12:03 PM
 
I'm trying to find the easiest way to create a button that, when clicked in a screensaver's option pane, will open a link in the default web browser. I tried using applescript but I get an error, I'm guessing because applescript isn't active in the saver options?

Anybody know an easy way to get this to work??? I'm sure there are simple ways, it's just I'm not real good at figuring this like this out myself... I frequently tend to learn by example rather than by finding stuff in a book...

Any help would be appreciated...
     
Grizzled Veteran
Join Date: Jun 2002
Status: Offline
Reply With Quote
Feb 19, 2004, 12:21 PM
 
Code:
- (void)buttonClicked:(id)sender { [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.dot.com"]]; }
This should open your default browser and display the url.
     
Grizzled Veteran
Join Date: Jun 2002
Status: Offline
Reply With Quote
Feb 19, 2004, 12:22 PM
 
Double post
     
Bobby  (op)
Mac Enthusiast
Join Date: Apr 2001
Location: Camarillo, CA
Status: Offline
Reply With Quote
Feb 23, 2004, 05:44 PM
 
Originally posted by iOliverC:
Code:
- (void)buttonClicked:(id)sender { [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.dot.com"]]; }
This should open your default browser and display the url.
That did the trick, Thanks!!!
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 01:01 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2