Re: How Do You Open Default Web Browser and goto URL?
Re: How Do You Open Default Web Browser and goto URL?
- Subject: Re: How Do You Open Default Web Browser and goto URL?
- From: Jens Alfke <email@hidden>
- Date: Thu, 1 May 2008 21:19:05 -0700
On 1 May '08, at 9:05 PM, Peter Zegelin wrote:
If I shorten the Subject to just subject=AlphaDraw it works but it
looks like any spaces are causing the method to fail.
Any suggestions what may be wrong?
Spaces aren't legal in URLs, so the NSURL object you're getting is
nil. You have to URL-encode the subject string, calling -
stringByAddingPercentEscapesUsingEncoding:.
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden