Can somebody suggest, please, where is the problem?
function main(){
Alert.playSound("C:\\New.wav");
}
In market time (i.e. when ticks are coming), plays only a beep on computer speaker, after market hours (no ticks coming) does not play at all...
Are there some settings I need to check in order for eSignal to play sounds or what? The sound is in shown location and plays well when directly accessed through file system.
Thanks!
function main(){
Alert.playSound("C:\\New.wav");
}
In market time (i.e. when ticks are coming), plays only a beep on computer speaker, after market hours (no ticks coming) does not play at all...
Are there some settings I need to check in order for eSignal to play sounds or what? The sound is in shown location and plays well when directly accessed through file system.
Thanks!
Comment