For some strange reason, my App Preferences are not being saved and / or
loaded.  I have no errors in my code, and it looks pretty simple to set up
compared to other stuff I've done.

What midlead me to believe that my preference structure was working, was the
fact that my global variables are still storing the data after I leave the
app.  Why is that?  Does anyone know the solution to my problem?

PrefGetAppPreferences(
FUEL_FASTAX_CREATOR,
FUEL_FASTAX_PREF_ID,
&prefs,
&prefsSize,
false);

PrefSetAppPreferences(
FUEL_FASTAX_CREATOR,
FUEL_FASTAX_PREF_ID,
FUEL_FASTAX_PREFS_VERSION_NUM,
&prefs,
sizeof(FuelFasTaxPreferenceType),
false);

Thanks in advance,

+++++++++++++
Timothy D. Astle
Embedded Systems Programmer
ALT Group Inc.
+++++++++++++

"People who can smile when things go wrong has thought of someone else to
blame it on."



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to