• 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: NSOpenPanel instantly closing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSOpenPanel instantly closing


  • Subject: Re: NSOpenPanel instantly closing
  • From: Jonathan <email@hidden>
  • Date: Sat, 17 Feb 2007 23:59:07 -0500

#import <Foundation/Foundation.h>

int main (int argc, const char * argv[]) {
   NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];

   if (NULL == nil)
       NSLog(@"THey're the same!");

   [pool release];
   return 0;
}

[Session started at 2007-02-17 23:50:07 -0500.]
2007-02-17 23:50:07.670 test[12923] THey're the same!

The answers for all of the challenges in Aaron's book are online at :
http://www.bignerdranch.com/products/cocoa1.shtml
--
Jonathan Saggau
jonathansaggau.com

This amusement engaged me so much that [friends] were obliged to force
me from it; and thus it is with every inclination I give into, it
continues to augment, till at length it becomes so powerful, that I
lose sight of everything except the favorite amusement. - Rousseau
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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


  • Prev by Date: Re: NSOpenPanel instantly closing
  • Next by Date: Re: Printing crash
  • Previous by thread: Re: NSOpenPanel instantly closing
  • Next by thread: A Better way to get a path from NSImage?
  • Index(es):
    • Date
    • Thread