Forum Discussion

qadude73's avatar
qadude73
Occasional Contributor
3 years ago

aqUtils.Beep() While BuiltIn.ShowMessage() Displayed

Is there a way to have aqUtils.Beep() keep going (i.e. continue beeping), the entire time BuiltIn.ShowMessage() is displayed on the screen?

2 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    You could write a loop that checks to see if the message box still exists and if it does, beep again.

    • sonya_m's avatar
      sonya_m
      SmartBear Alumni (Retired)

      What a great idea, Marsha!

       

      qadude73 does this approach work for you?