Announcement

Collapse
No announcement yet.

Sound alerts

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

  • Sound alerts

    I have used a sound alert in my EFS code (version 7.9 - windows xp) exactly like the sound alert example. But the sound that plays is only a dull fast bong. The esignal alert on the toolbar plays all sound properly.
    What's wrong??

  • #2
    Stowaway
    Without seeing the formula it is not possible to tell what could be the exact cause. Post your code (or attach the efs) and someone may be available to look at it
    Alex

    Comment


    • #3
      Sound alert

      This program will only play a dull bong when executed. Why won't it play the action eSignal file. I've also tried single slashes between directories, and have tried several diffent sounds from esignal sounds. They all play fine with the esignal alert function on the toolbar.
      Dave
      Attached Files

      Comment


      • #4
        Dave
        You are missing a double backslash between ...eSignal\Sounds...
        FWIW if you are using the sound files in the default directory you can also just write Alert.playSound("warning.wav");
        Alex

        Comment

        Working...
        X