Re: Programmatically create aliases to unmounted servers?

2012-01-25 Thread Zajkowski, James
On Jan 24, 2012, at 10:50 PM, Ken Thomases wrote: > On Jan 24, 2012, at 4:24 PM, Zajkowski, James wrote: > >> I'm looking for a way to construct an alias file (a bookmark file) with a >> specific but unmounted file server location. That is, I want to put an icon >

Programmatically create aliases to unmounted servers?

2012-01-24 Thread Zajkowski, James
All, I'm looking for a way to construct an alias file (a bookmark file) with a specific but unmounted file server location. That is, I want to put an icon on user's desktops that says "Network Space" and have it resolve to afp://ser.ver.add.ress/mount/username. I can create an NSURL with the

Re: Crash and dispatch queue

2011-11-17 Thread Zajkowski, James
On Nov 17, 2011, at 1:49 PM, James Maxwell wrote: > dispatch_async(queue,^{ > [myObject doSomeHorrificCrunching]; > [myObject saveDataToFile]; >}); My first guess is the (parent) function that is calling dispatch_async, somewhere (or some other function it calls) is releasing or

Re: JSON Parser

2011-09-08 Thread Zajkowski, James
On Sep 8, 2011, at 1:25 PM, Tom Hohensee wrote: > I have recently come across the need to handle JSON in an application I am > working on for 10.6 and 10.7. After googling for a parser I came across > several of them but some look abandoned. I am unsure which to pick. Anyone > know of a good

Re: Does anyone else dislike Xcode 4?

2011-07-24 Thread Zajkowski, James
On Jul 24, 2011, at 1:57 PM, Julie Seif wrote: Thoughts, Recommendations, Suggestions? I'm disappointed that a mailing list that is for developers has devolved into a good bit of the kind of whining we hear from our users. I imagine *everyone* here is familiar with having users screaming that a

Re: Why RunLoop?

2011-05-20 Thread Zajkowski, James
On May 17, 2011, at 12:54 PM, Bing Li wrote: > So I think RunLoop can be replaced. Do you think so? Without trying to offend, your questions sound like you're trying to write Java in Objective-C. I suggest you go with the way Cocoa does things on Cocoa platforms rather than trying to force a d

Re: GCD Is Available On iPhone/iPad

2011-05-05 Thread Zajkowski, James
On 5/5/11 10:44 AM, "Bing Li" wrote: >Is GCD available when implementing an application on iPad/iPhone? Yes: blocks and GCD are in iOS 4. --Jim ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator co

Re: BSD TCP Programming on iPad

2011-04-27 Thread Zajkowski, James
TCP is just a magic abstraction that lets you put a stream of data in on one side of the internet and have it appear out the other side, in order and without missing pieces, with some network caveats. It provides nothing else, it's just a raw socket. It's up to you to design the protocol, includi

Re: UIPickerView

2011-04-25 Thread Zajkowski, James
Without more detail I'd suggest perhaps a nav controller-style app with table views. --Jim On 4/25/11 2:47 PM, "koko" wrote: >I haven't found sample code (if someone can point me to an example) ... > >A current Windows app utilizes three pop up lists for the user to make a >selection > >List 1

CalendarStore updating without iCal?

2010-06-14 Thread Zajkowski, James
Hi there, I'm trying to write a tool that uses CalendarStore to read events that are stored in Exchange calendars. In general this works, however it requires iCal be open and running if I want to get new events posted from Exchange. If iCal is not open, I get the version of the calendar as of