Re: Toolbars
Re: Toolbars
- Subject: Re: Toolbars
- From: Olivier Destrebecq <email@hidden>
- Date: Tue, 9 Dec 2003 11:10:29 -0500
look at the omni framework they have a class for this, you can take it
out of the framework fairly esily. I think it is a subclass of
NSWIndowcontroller
Olivier
On Dec 6, 2003, at 3:26 PM, M. Uli Kusterer wrote:
At 17:18 Uhr +0000 06.12.2003, Oliver Cameron wrote:
{
"default set" = (
"deleteMessages:",
"replyMessage:",
"replyAllMessage:",
"forwardMessage:",
"showPrintPanel:"
);
That's simply an ASCII plist. So they probably just stuffed the data
in an array and load it from there to build their toolbars. Check out
the methods for saving an NSDictionary to a file and reading it back
in again. You'd simply have to change the code that builds your
toolbar right now (allowedIdentifiers and all that stuff) to get its
info from that NSDictionary instead of making it up on its own.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.
_______________________________________________
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.
References: | |
| >Toolbars (From: Oliver Cameron <email@hidden>) |
| >Re: Toolbars (From: "M. Uli Kusterer" <email@hidden>) |