• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSURL from a button?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSURL from a button?


  • Subject: Re: NSURL from a button?
  • From: Nick Zitzmann <email@hidden>
  • Date: Wed, 16 Jul 2003 22:42:42 -0700

On Wednesday, July 16, 2003, at 04:09 PM, 3caam Customer Support wrote:

I can puzzle out how to create an NSURL from text. Invoking the browser
is handled by, NSTextView - (void)clickedOnLink:(id)link
atIndex:(unsigned)charIndex. But I want to send a user to a web page
when a button is clicked. I'm not seeing how to do that. Can someone
give me a hint?

Try something like this:

- (IBAction)someButtonAction:(id)sender
{
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.somewhere.com/";]]
}

I'm pretty sure this has come up before, and it's probably in the archives, so I'd suggest checking the archives before asking questions... <http://cocoa.mamasam.com/>

Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page: http://seiryu.home.comcast.net/

"You can't modify a constant, float upstream, win an argument with the IRS, or satisfy this compiler" - actual MPW 68K compiler error message
_______________________________________________
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.
References: 
 >NSURL from a button? (From: 3caam Customer Support <email@hidden>)

  • Prev by Date: Re: newbie- my app
  • Next by Date: REPOST:What is the best way of printing an NSOutlineView?
  • Previous by thread: Re: NSURL from a button?
  • Next by thread: REPOST:What is the best way of printing an NSOutlineView?
  • Index(es):
    • Date
    • Thread