Skip navigation.
 
mlRe: Cocoa is great
FROM : David Remahl
DATE : Sat Dec 21 12:34:49 2002

Just remember that the NeXT engineers were the ones who really
developed the Cocoa framework. Some of them work for Apple now, and
other Apple engineers are doing a great job at expanding and enhancing
the framework, IMHO.

Merry Christmas to everyone at Apple and outside!

/ Regards, David

On Saturday, December 21, 2002, at 12:20 PM, Lorenzo Puleo wrote:

> 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.

_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlCocoa is great Lorenzo Puleo Dec 21, 12:20
mlRe: Cocoa is great David Remahl Dec 21, 12:34