[jawsscripts] Re: Scripts Running In the Background

  • From: Jim Bauer <holdsworthfan@xxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Fri, 04 Sep 2009 11:47:44 -0500

One approach would be to write a separate script source--most likely
containing a single function--that does your grunt work, include that
binary in Default.jss with a "use" statement, and call your function
from whichever JAWS event provides the information you require.

Your function would:
        ? Accept a parameter that contained either an event's output
to be parsed or the number of callers in the cue itself.
? Extract the number of callers if necessary.
? Handle all germane alerts if nCallers is greater than
nMaxCallersBeforeAlert.

HTH
--------------- 
Original message
from: "Geoff Chapman" <gch@xxxxxxxxxxxxxxxx>
subject: [jawsscripts] Re: Scripts Running In the Background
date: Sat, 5 Sep 2009 02:12:42 +1000

>hmmm, well, Frames can't work like that stephen as far as I know.
>the fact that noone else has responded yet either, suggests that perhaps
>others believe so as well?
>
>What you'd want would be some other more complex scripty way to do that I
>reckon.  and then whatever you did would probably have to have something
>added to the default script set, since it sounds like you want it to work
>when that application hasn't got focus.  And that's of course not the way
>the app-based scripts usually work.  at least as far as I'm aware. But I'm
>no real scripter by a long shot, but perhaps my ponderings might bring
>others out of the woodwork with suggestions, as to how one would even begin
>to go about coding such a function.
>
>
>----- Original Message ----- 
>From: "Steven Hicks (HICKSSM)" <Steven.HicksSM@xxxxxxxxxxxxx>
>To: <jawsscripts@xxxxxxxxxxxxx>
>Sent: Thursday, September 03, 2009 12:37 AM
>Subject: [jawsscripts] Scripts Running In the Background
>
>
>> Hi friends,
>> It would be absolutely fantastick if I could write a script which will
>achieve the following?
>>
>> I have an application that runs where it displays the number of people in
>a telephone queue.
>> when this number changes, a frame is triggered and the number of people in
>the call is spoken by JAWS.
>> If this number goes above 5, it will also give me a text and beep alert.
>>
>> My problem is, the fram only triggers when this application is in the
>forground.  when it is minimised, the frame stops working.
>> Is there any way that I could keep the frame triggering and giving me
>feedback when the application is in the background please?  It doesn't
>necessarily need to be minimised but I owuld like the feedback to continue
>if I alt tab to another application?
>>
>>
>> --------------------------------------------------------------------------
>---------------
>> The information in this e-mail and any attachments is
>> confidential and is intended for the attention and use of the
>> named addressee(s).  It  must not be disclosed to any other
>> person  without our authority.  If you are not the intended
>> recipient, or a person responsible for delivering it to
>> the intended recipient or are aware that this e-mail has been
>> sent to you in error, you are not authorised to and must not
>> disclose, copy, distribute, or retain this message or any part of it.
>>
>> We sweep all outgoing messages for the presence of computer
>> viruses. However, we cannot accept any responsibility for any
>> loss or damage to your systems due to viruses or malicious
>> code not detected.
>>
>> The statements and opinions expressed in this message are
>> those of the author and do not necessarily reflect those of the
>> organisations within the Cornwall & Isles of Scilly Health
>> Community.
>>
>> This email may be disclosed under the Freedom of Information
>> Act 2000 or the Environmental Information Regulations 2004.
>> --------------------------------------------------------------------------
>---------------
>>
>> __________
>> Visit and contribute to The JAWS Script Repository http://jawsscripts.com
>>
>> View the list's information and change your settings at
>> //www.freelists.org/list/jawsscripts
>>
>
>__________ 
>Visit and contribute to The JAWS Script Repository http://jawsscripts.com
>
>View the list's information and change your settings at 
>//www.freelists.org/list/jawsscripts

__________ 
Visit and contribute to The JAWS Script Repository http://jawsscripts.com

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

Other related posts: