REXX Tips & Tricks, Version 2.80


Inf-HTML [About][Toc][Index] 0.9b (c) 1995 Peter Childs


Add new sound schemes in WARP 4


In OS/2 WARP 4, sound schemes are saved in the file OS2SYS.INI. 
The application name for a sound scheme entry can be any string (e.g. 
PM_SOUNDS_DESKTOP), the keys are the values 0 to 12 for the 13 different 
events and the values are the fully qualified filenames of the .WAV files 
for the appropriate events. 
The application PM_SOUND_SCHEMES_LIST in the file OS2SYS.INI contains a 
list of all known sound schemes. The keys are the application names of the 
sound scheme entries (e.g. PM_SOUNDS_DESKTOP) and the values are the 
titles of the sound schemes (e.g. Desktop). 
See REXX program to create new sound schemes in WARP 4 for a sample 
program using these entries. 
The following events that can be assigned sounds are defined: 

+-----+---------------+------------------------------+
|No   |Event          |Comment                       |
+-----+---------------+------------------------------+
  

Inf-HTML End Run - Successful