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 = 'SCAN';
                p->hard2CharAppCreator = 'SCAN';
                p->hard3CharAppCreator = 'SCAN';
                p->hard4CharAppCreator = 'SCAN';
                p->calcCharAppCreator = 'SCAN';
                PrefSetPreferences(p);

For some reason this is not working =(
Am I doing somthing wrong?

Thanks

Reply via email to