http://www.newton-inc.com/dev/techinfo/qa/qa.htm
userName
slot. This slot contains a string that will show up in the alert sound picker.RegSound(soundSymbol, alertSoundFrame)
soundSymbol
- a unique symbol identifying the sound that incorporates your signature alertSoundFrame
- see abovealertSoundFrame
with the alert sound picker.
UnRegSound(soundSymbol)
soundSymbol
- symbol of the sound to unregistersoundSymbol
. SoundList()
Returns an array of currently registered alert sounds that can be used to construct a popup menu. It returns an array of frames, such that each frame is of the format: {item: soundName, soundSymbol: theSoundSymbol}
GetRegisteredSound(soundSymbol)
soundSymbol
- symbol of the sound to returnPlaySound
). soundSymbol
is the symbol used to register the sound.