Support Board
Date/Time: Sat, 28 Dec 2024 23:04:55 +0000
Post From: AlertSoundNumber is shifted by one
[2016-01-14 19:19:28] |
T29_Dev1 - Posts: 22 |
it's good that you have updated the documentation, but what about code samples? For example in the doc: sc.PlaySound(HighAlert.GetAlertSoundNumber(),"New Daily High"); must be: sc.PlaySound(HighAlert.GetAlertSoundNumber() - 1,"New Daily High"); and studies in the ACS_Source folder? Just I use it in many studies and before I fix it in all my studies I want to be sure you will not change back this feature. |