[jawsscripts] Re: countdown timer question

  • From: Udo Egner-Walter <udo.egner-walter@xxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Wed, 21 Apr 2021 20:03:56 +0200

Hi Bryan, 

As far as I know you can't use parameters within ScheduleFunction. You could 
use global variables to solve the problem: 

<code start>

globals 
string gsMessage

void Function SpeakMyMessage ()
SayString (gsMessage)
EndFunction 

.... 
gsMessage = "Message to speak"
ScheduleFunction ("SpeakMyMessage", 600, True)

<code end>

Good luck with your script 
Udo 


Am 21.04.2021 um 19:58 schrieb Bryan Schulz (Redacted sender "b.schulz" for 
DMARC) <dmarc-noreply@xxxxxxxxxxxxx>:

Hi,

Would you know what is exactly correct?
ScheduleFunction ("SayString (wake up)", 600, True)
Wouldn't compile.
Bryan

-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx <jawsscripts-bounce@xxxxxxxxxxxxx> On
Behalf Of gerry.chevalier@xxxxxxx
Sent: Wednesday, April 21, 2021 12:13 PM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Re: countdown timer question

You could investigate 
ScheduleFunction ("SayLine", 600, True)       
Which would do a SayLine in 60 seconds or whatever time you wish to delay 

Gerry

-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx <jawsscripts-bounce@xxxxxxxxxxxxx> On
Behalf Of Bryan Schulz (Redacted sender "b.schulz" for DMARC)
Sent: Wednesday, April 21, 2021 9:33 AM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] countdown timer question

Hi,


Other than pause with say line, is there a jaws block that will count to x
seconds and speak a message?

I have to wait 3 or 5 minutes in certain situations before ending a call.

I alt-tab to teams/outlook to read chat posts and end up burning time when I
should have ended the call.

Thanks,

Bryan








--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


__________�

View the list's information and change your settings at
//www.freelists.org/list/jawsscripts

__________�

View the list's information and change your settings at
//www.freelists.org/list/jawsscripts



-- 
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

__________�

View the list's information and change your settings at 
//www.freelists.org/list/jawsscripts


__________�

View the list's information and change your settings at 
//www.freelists.org/list/jawsscripts

Other related posts: