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






Cocoa mail archive

