# There are two preferences databases. One gets saved during HotSync, the
# other does not. The boolean specifies which database you want to use. In
# general, you should select false. Or, if you select true, make sure that
# you update the database ONLY when the data in it has changed. The whole
# idea is to reduce HotSync times by preventing changes to the preference
# database that gets saved.

Now this I do understand [as opposed to the manual]. Thanks! Please tell me
how to delete prefs? Would this do the job [see NULL and 0]?

PrefSetAppPreferences (myCreator, myPrefID0, myPrefsVersionNum, NULL, 0, true);

Also, if my new prefs are bigger than the old one, then the new will
overwrite the old ones?

Also, in the SDK examples, none of the PrefSetAppPreferences are set to false
despite what you wrote above. I wonder why.

Best regards, Paul 

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to