Re: Cocoa is great
Re: Cocoa is great
- Subject: Re: Cocoa is great
- From: David Remahl <email@hidden>
- Date: Sat, 21 Dec 2002 12:34:49 +0100
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@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.