• 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: Dockling not working, at all, no clue why!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dockling not working, at all, no clue why!


  • Subject: Re: Dockling not working, at all, no clue why!
  • From: Andreas Monitzer <email@hidden>
  • Date: Sun, 7 Apr 2002 01:40:52 +0200

On Sunday, April 7, 2002, at 01:04 , Andy Lee wrote:

At 4:44 PM -0600 4/6/02, Stevos wrote:
[find setArguments:[NSArray arrayWithObjects:@"/Applications", @"-name
*.app"]];

Not sure about the rest of the code, but the list of objects you pass to +arrayWithObjects: has to end with a nil:

[find setArguments:
[NSArray
arrayWithObjects:
@"/Applications",
@"-name *.app",
nil]]; // <-- ends the list

Additionally, "-name" and "*.app" have to be split into two arguments.

andy
--
> I think God can claim prior art on that invention.
Yeah, but where do you think he's gonna find a lawyer in heaven?
-- http://slashdot.org/comments.pl?sid=30643&cid=3294162
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Dockling not working, at all, no clue why! (From: Andy Lee <email@hidden>)

  • Prev by Date: readInBackgroundAndNotifyForModes problems...
  • Next by Date: Re: Cocoa File Copy on MacOS X
  • Previous by thread: Re: Dockling not working, at all, no clue why!
  • Next by thread: Re: Dockling not working, at all, no clue why!
  • Index(es):
    • Date
    • Thread