Re: launch safari to open an url
Re: launch safari to open an url
- Subject: Re: launch safari to open an url
- From: Ondra Cada <email@hidden>
- Date: Sun, 15 May 2005 19:15:47 +0200
Hernan,
On 15.5.2005, at 18:59, Hernan Ochoa wrote:
it's HerNan! not Herman! :) hihihi :).
Oh, sorry :)
Thanks a lot for your answer. I tested your example and it worked
great.
I was trying to do the same but from a projet created through XCode,
and it wasn't working.
Now with your working example, I'll try to find out what's going on
with XCode.
Should be all right--just set up the proper frameworks (unless you
explicitly need other ones, Cocoa by itself is sufficient), nothing
other should be needed.
Why is the [NSAutoreleasePool new]; call needed?
Nearly all Cocoa classes presume an autorelease pool is available.
Using the standard run loop, you get one for free; in tools (and in
extra threads) you have to create one yourself.
Thanks again!!
You are welcome :)
---
Ondra Čada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
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