On 10 Jan 2009, at 1:08 am, development2 wrote:
But I am curious about something. I am using NSTask to actually
handle the external program, so what asynchronous notifications are
you talking about then?
I'm guessing it would be NSTaskDidTerminateNotification, as it's the
only one it de
On Jan 8, 2009, at 11:58 PM, Ken Thomases wrote:
On Jan 8, 2009, at 7:49 PM, Nathan Kinsinger wrote:
On Jan 8, 2009, at 4:20 PM, development2 wrote:
I am hoping someone can help me figure out the best way to handle
this, I am sure someone out there has some experience with this.
I have
On Jan 8, 2009, at 7:49 PM, Nathan Kinsinger wrote:
On Jan 8, 2009, at 4:20 PM, development2 wrote:
I am hoping someone can help me figure out the best way to handle
this, I am sure someone out there has some experience with this.
I have some code that sends a command to an external
On Jan 8, 2009, at 4:20 PM, development2 wrote:
I am hoping someone can help me figure out the best way to handle
this, I am sure someone out there has some experience with this.
I have some code that sends a command to an external hardware device
and waits to get the response back with
I am hoping someone can help me figure out the best way to handle
this, I am sure someone out there has some experience with this.
I have some code that sends a command to an external hardware device
and waits to get the response back with the info that was requested of
the device. Now