• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSSavePanel called from BSD application - no keyboard input
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSSavePanel called from BSD application - no keyboard input


  • Subject: Re: NSSavePanel called from BSD application - no keyboard input
  • From: Kyle Sluder <email@hidden>
  • Date: Tue, 10 Feb 2009 15:26:45 -0500

On Tue, Feb 10, 2009 at 2:24 PM, Kevin Martin <email@hidden> wrote:
> Chances are I will write a wrapper app in the future, but I'm not familiar
> enough with
> Cocoa at the moment. Reading through the docs I can't even figure out how I
> would do non
> blocking i/o with an NSPipe, Never mind how I would communicate the
> non-textual information
> between the two processes.

Just because it's there doesn't mean you have to use it.  Granted,
we're talking about blocking I/O in the context of an application,
which needs to be pumping its runloop, but you can continue to use
read(2) and write(2) without NSPipe, as long as you play nice with the
runloop.

--Kyle Sluder
_______________________________________________

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

  • Follow-Ups:
    • Re: NSSavePanel called from BSD application - no keyboard input
      • From: Kevin Martin <email@hidden>
References: 
 >Re: NSSavePanel called from BSD application - no keyboard input (From: Kevin Martin <email@hidden>)

  • Prev by Date: Re: Distributed Objects question
  • Next by Date: Re: One Shot Windows: WARNING
  • Previous by thread: Re: NSSavePanel called from BSD application - no keyboard input
  • Next by thread: Re: NSSavePanel called from BSD application - no keyboard input
  • Index(es):
    • Date
    • Thread