Cocoa is great
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.