This simple code seems like it should play the alarm sound three times at
three different volumes, but instead it plays the alarm three times at the
exact same volume. Am I missing something here?
PrefSetPreference( prefAlarmSoundVolume, (sndMaxAmp/2) );
SndPlaySystemSound( sndAlarm );
PrefSetPreference( prefAlarmSoundVolume, 0 );
SndPlaySystemSound( sndAlarm );
PrefSetPreference( prefAlarmSoundVolume, sndMaxAmp );
SndPlaySystemSound( sndAlarm );
Am I setting the wrong thing?
Thanks,
-Stan
[EMAIL PROTECTED]
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/