Re: Preferences Dialogs
Re: Preferences Dialogs
- Subject: Re: Preferences Dialogs
- From: email@hidden
- Date: Mon, 23 Dec 2002 20:25:49 +0100
On lundi, dicembre 23, 2002, at 07:35 PM, Joseph Jones wrote:
OK, I wan't to do a pref dialog like I see in a host of other apps. You
know, the one that autosizes to the particular pref and shows
categories of
prefs as icons. I see that many apps provide this, but none of the
Cocoa
books I have talks about generating a pref dialog like this. Is this a
feature of Cocoa I can hook into, or is this a lot of people putting a
llot
of work into their pref dialogs?
There's 2 main types of Preferences dialog AFAIK:
(A) like OmniWeb, System Preferences
(B) like ProjectBuilder, Mail
Multiple solutions in case A:
- you can use the Classes dedicated to this in the OmniAppKit
- you can code your own classes using the NSToolBarSomething classes
One solution in case B:
- you can code your own classes
_______________________________________________
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.