I am trying to set the preferences of the buttons of my palm to point to my
application.
This is my code
SystemPreferencesType Prefs;
SystemPreferencesPtr p = &Prefs;
PrefGetPreferences(p);
p->hard1CharAppCreator = ScanManAppType;
p->hard2CharAppCreator = ScanManAppType;
p->hard3CharAppCreator = ScanManAppType;
p->hard4CharAppCreator = ScanManAppType;
p->calcCharAppCreator = ScanManAppType;
PrefSetPreferences(p);
For some reason this is not working =(
Am I doing somthing wrong?
Thanks
- Re: PrefSetPreference Silvia Brunet
- Re: PrefSetPreference Scott Johnson
- Re: PrefSetPreference Silvia Brunet
- PrefSetPreference Silvia Brunet
- PrefSetPreference Silvia Brunet
- Re: PrefSetPreference Scott Johnson
- PrefSetPreference Silvia Brunet
- Re: PrefSetPreference Chris Antos
- PrefSetPreference Silvia Brunet
- Re: PrefSetPreference Chris Antos
