Re: Toolbars
Re: Toolbars
- Subject: Re: Toolbars
- From: "M. Uli Kusterer" <email@hidden>
- Date: Sat, 6 Dec 2003 21:26:17 +0100
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.
References: | |
| >Toolbars (From: Oliver Cameron <email@hidden>) |