Announcement

Collapse
No announcement yet.

change sound for alert?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • change sound for alert?

    I am using a formula and changed the sound in the formula from "ding" to "phone" from the esignal files....it still just plays the ding sound instead of the phone sound.

    How do i write the formula code so that it will play the phone sound instead of the ding?

    thanks

  • #2
    After you changed the "ding" to "phone" and saved the formula did you Reload the efs in the chart?
    Alex

    Comment


    • #3
      yup i reloaded it and it still doesn't work

      thanks alex,
      but even after "reload" it ..it doesn't change the sound.

      any suggestions?

      Comment


      • #4
        If you are using build 544 use the Editor to check if the Line in the formula that triggers the sound reads as either
        Alert.playSound("phone.wav");
        or
        Alert.playSound("C:\\Program Files\\eSignal\\Sounds\\phone.wav");
        If not try changing it to one of the above
        Alex

        Comment

        Working...
        X