Hi,

is there some way to only vibrate once? I am currently using 

        AttnDoSpecialEffects(kAttnFlagsVibrateBit);

to issue a vibration, but this always is done three times. 

Same question for the LED - can I make it flash only once?

Or, more generally - is there a function that I can use to turn the
vibration on and off and the same for the led? I found

        HwrLEDAttributes(true, kHwrLEDInterruptOff, NULL);
        HwrVibrateAttributes(true, kHwrVibrateInterruptOff, NULL);

etc by reading the source code but I do not know the values for
kHwrLEDInterruptOff and kHwrVibrateInterruptOff and this wouldn't be the
recommended solution anyway :)

With best regards,

Daniel Seifert




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

Reply via email to