Re: Cocoa (or any Mac API) "browse for computer" dialog
Re: Cocoa (or any Mac API) "browse for computer" dialog
- Subject: Re: Cocoa (or any Mac API) "browse for computer" dialog
- From: Jerry Krinock <email@hidden>
- Date: Thu, 08 May 2014 09:24:17 -0700
On 2014 May 08, at 09:02, Dan Korn <email@hidden> wrote:
> I thought this would be pretty easy, but I’m having a heck of a time figuring out how to present a dialog to the user to select (choose) from a list of computers on the network.
The API to do this are NSNetService and NSNetServiceBrowser. Until two days ago, I used them in my wrapper classes SSYNetServicesSearcher and SSYNetServiceResolver, which you can find in this repo…
https://github.com/jerrykrinock/ClassesObjC
I removed them two days ago because they started returning errors in recent OS X updates, and I figured that maybe this was due to some new security screens. Anyhow, not many people used the feature and it wasn’t worth fixing. This type of stuff is also likely to raise the hackles of app sandboxing, should you be so constrained.
> P.S. Posting to Xcode-Users as it’s not necessarily a Cocoa-specific question.
A better list would be email@hidden.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden