Re: What happens when a "synchronize" occurs to synchronize preferences?
Re: What happens when a "synchronize" occurs to synchronize preferences?
- Subject: Re: What happens when a "synchronize" occurs to synchronize preferences?
- From: Rob Frohne <email@hidden>
- Date: Fri, 29 Nov 2002 15:39:56 -0800
Another update on this problem. It seems to be only related to a
specific preference. Here is how I set that preference.
[defaults setObject:@"SIG" forKey:SM_view];
(SM_view is #defined as @"View Option".)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Digital Display</key>
<string>YES</string>
<key>Graphical Display</key>
<string>YES</string>
<key>View Option</key>
<string>SIG</string>
</dict>
</plist>
When the application trys to synchronize with this prefs file and the
"View Option" is present, it crashes. Hmmmm.... Any ideas?
Rob
On Friday, November 29, 2002, at 03:16 PM, Rob Frohne wrote:
Hi All,
My application is crashing during the
CFApplicationPreferencesSynchronize stage when there is a prefs file.
The Prefs file has the items that have been changed from the defaults,
and looks fine to me. Any ideas on this?
Thanks,
Rob
--
Rob Frohne, Ph.D., P.E.
E.F. Cross School of Engineering
Walla Walla College
http://www.wwc.edu/~frohro/
_______________________________________________
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.
--
Rob Frohne, Ph.D., P.E.
E.F. Cross School of Engineering
Walla Walla College
http://www.wwc.edu/~frohro/
_______________________________________________
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.