• 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
Cocoa is great
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cocoa is great


  • Subject: Cocoa is great
  • From: Lorenzo Puleo <email@hidden>
  • Date: Sat, 21 Dec 2002 12:20:08 +0100

I would like to say "fine work!" to all the Apple engineers that developed
the Cocoa APIs.
I have just discovered how easy it is to define a custom Save Panel.
Simply create a new Custom View "myView" with Interface builder, then add
check-boxes, buttons, and whatever to that view, and then use the API

sp = [NSSavePanel savePanel];
[sp setAccessoryView:myView];
...etc

That's incredibly easy!
I remember how hard it was to define a custom Save Panel in the past...
Of course, this "easy philosophy" is valid for a lot of other APIs.
So, thank you Apple.

--
Lorenzo Puleo
mailto:email@hidden
_______________________________________________
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.

  • Follow-Ups:
    • Re: Cocoa is great
      • From: David Remahl <email@hidden>
  • Prev by Date: NSView drawing problem
  • Next by Date: Re: Cocoa is great
  • Previous by thread: Re: NSView drawing problem
  • Next by thread: Re: Cocoa is great
  • Index(es):
    • Date
    • Thread