Hello,

I wish to play the alarm sound in my program. So I use :

SndPlaySystemSound(sndAlarm);

According to the reference manual, "If you’re playing an alarm (sndAlarm), the user’s 
alarm volume preference setting is used."
This works well with the simulator. But when I run the program on my Tungsten T3, the 
sound doesn't play if system sounds setting is Off.
So I tried various settings :

Alarm Sound Off & System Sound On : no sound
Alarm Sound On & System Sound On : sound OK
Alarm Sound On & System Sound Off : no sound on T3, OK on simulator

Is there something I should do to have a correct behavior on the T3 ?

All the best

Pierre Brial

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

Reply via email to