Skip navigation.
 
mlRe: Preferences Dialogs
FROM : ssudre2
DATE : Mon Dec 23 20:25:49 2002

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_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
mlPreferences Dialogs Joseph Jones Dec 23, 10:34
mlRe: Preferences Dialogs Mike Ferris Dec 23, 10:41
mlRe: Preferences Dialogs Nicholas Riley Dec 23, 11:02
mlRe: Preferences Dialogs Greg Titus Dec 23, 11:13
mlRe: Preferences Dialogs Jonathan Wight Dec 23, 11:55
mlRe: Preferences Dialogs David Remahl Dec 23, 12:15
mlRe: Preferences Dialogs Mike Ferris Dec 23, 19:39
mlRe: Preferences Dialogs Nicholas Riley Dec 23, 19:46
mlRe: Preferences Dialogs Greg Titus Dec 23, 19:54
mlRe: Preferences Dialogs ssudre2 Dec 23, 20:25
mlRe: Preferences Dialogs Jonathan Wight Dec 23, 20:53
mlRe: Preferences Dialogs David Remahl Dec 23, 21:06