• 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: Oddness with PB
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Oddness with PB


  • Subject: Re: Oddness with PB
  • From: David Cairns <email@hidden>
  • Date: Sun, 2 Feb 2003 12:01:07 -0500

Im assuming that you just entered the code incorrectly into your mail program, but if you copied and pasted, then the problem may lie in the fact that you have an extra bracket in there (im pretty sure that that would give you a parse error...). Anyhoo, i think you meant this:

- (IBAction)myThingToDo:(id)sender
{
NSString *myString;

myString = [[NSString alloc] initWithContentsOfFile: @"/thisFile.txt"];
int i = 0;

...
}


if that's not it, anyone's guess is as good as mine :-\ .


-- dave

------------------------------------
"see you, space cowboy..."
------------------------------------
_______________________________________________
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: 
 >Oddness with PB (From: Ben Mackin <email@hidden>)

  • Prev by Date: Re: Unwanted transparency in NSBezierPath?
  • Next by Date: Re: Unwanted transparency in NSBezierPath?
  • Previous by thread: Re: Oddness with PB
  • Next by thread: Re: including library in .app
  • Index(es):
    • Date
    • Thread