[jawsscripts] Re: Scripts for Net Limiter

  • From: "Bryan Garaventa" <bgaraventa11@xxxxxxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Fri, 5 Dec 2008 12:14:28 -0800

The only one's that I know of are the ones that I wrote on the fly below. 
Just paste the code below into your script file and compile the code. That 
should do the trick.
Best wishes,
Bryan


; Code
include "hjconst.jsh"

const

s_main_class = "NetLimiter Main",

s_ie = "Internet Explorer_Server"

Void Function FocusChangedEventEx (handle hwndFocus, int nObject,

int nChild, handle hwndPrevFocus, int nPrevObject,

int nPrevChild, int nChangeDepth)

if GetWindowClass (GetFocus ()) != s_ie then

var handle h

let h = FindWindow (GetFocus (), s_ie, "")

if h then

SetFocus (h)

endif

endif

FocusChangedEventEx (hwndFocus, nObject, nChild, hwndPrevFocus, nPrevObject, 
nPrevChild, nChangeDepth)

EndFunction

; End Code

----- Original Message ----- 
From: "Chris & Doris" <chipmunks@xxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: Friday, December 05, 2008 11:27 AM
Subject: [jawsscripts] Scripts for Net Limiter


> Hi,
>
> Are there any jaws scripts for the Net Limiter application? i seem to
> remember this being mentioned somewhere but i do not know if there
> are any scripts actually in existence and if so, where to get them from.
>
> Help is much appreciated.
>
> Thanks much.
>
> Doris
>
> __________
> Visit and contribute to The JAWS Script Repository http://jawsscripts.com
>
> View the list's information and change your settings at
> http://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 
http://www.freelists.org/list/jawsscripts

Other related posts: