[jawsscripts] Re: Anyone use NetLimiter2Pro? JAWS scripts won't work...
- From: "Bryan Garaventa" <bgaraventa11@xxxxxxxxxxxxxx>
- To: <jawsscripts@xxxxxxxxxxxxx>
- Date: Sat, 15 Nov 2008 00:35:20 -0800
Thanks for checking, I'll try a repair and see if that fixes the problem.
----- Original Message -----
From: "Jitendra" <jeet.invincible@xxxxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: Friday, November 14, 2008 11:05 AM
Subject: [jawsscripts] Re: Anyone use NetLimiter2Pro? JAWS scripts won't
work...
>
> Hello, don't know why it is the case with you, but I just have installed,
> andthe latest version is 2,
> using your code with jaws9 works well for me,
> don't know if it is desired or not, but for me it is, and it is switching
> automaticly to the ie server window. and the owner application was
> something
> mshtml.dll.
> Thank you, Jitendra.
> Skype: Jeet.delhi
> On 11/14/2008 11:39 PM, Bryan Garaventa wrote: Yes, every time. You can
> try
> the demo of the app if you'd like to test this at
> http://www.netlimiter.com/[1]I'm at work now, but will have time this
> eveningto try a bit more debugging. I'm not sure if I simply have a bug in
> mysystem, or if this is general behavior. ----- Original Message -----
> From:
> "E.J. Zufelt" <everett@xxxxxxxxx>[2] To: <jawsscripts@xxxxxxxxxxxxx>[3]
> Sent:Friday, November 14, 2008 9:51 AM Subject: [jawsscripts] Re: Anyone
> use
> NetLimiter2Pro? JAWS scripts won't work... Good afternoon Bryan, This is
> strange behaviour. If you open the script manager while NetLimiter has
> focus
> does it bring up the source of your scripts? Everett ----- Original
> Message
> ----- From: "Bryan Garaventa" <bgaraventa11@xxxxxxxxxxxxxx>[4] To:
> <jawsscripts@xxxxxxxxxxxxx>[5] Sent: Friday, November 14, 2008 1:42 PM
> Subject: [jawsscripts] Re: Anyone use NetLimiter2Pro? JAWS scripts won't
> work... Weird, I don't think I've ever used an = symbol when assigning
> constants, it's always worked before. No errors when compiling. That isn't
> the problem though, the scripts aren't being loaded at all, even though
> "NLClient.exe" is being identified as the running app when Insert+Q is
> pressed. I added the following function last night, and nothing happens.
> Thisis true for JAWS 8, 9, and 10. Void Function AutoStartEvent () Say
> ("The
> NetLimiter 2 Pro scripts are now running", 0, false) EndFunction -----
> Original Message ----- From: "Doug Lee" <doug.lee@xxxxxxxxxxxxxxxx>[6] To:
> <jawsscripts@xxxxxxxxxxxxx>[7] Sent: Friday, November 14, 2008 1:34 AM
> Subject: [jawsscripts] Re: Anyone use NetLimiter2Pro? JAWS scripts won't
> work... JAWSKey+Q will say "Default scripts are loaded" unless you put
> something like this in your scripts: script ScriptFileName()
> ScriptAndAppNames("NetLimiter2Pro") endScript You might want to be a
> little
> more careful in your FocusChangedEventEx though. I recommend two things:
> First, put "if h then" above and "endIf" below your setFocus line, so
> setFocus is only called if your window is found. This is minor in the code
> asit stands now, because I don't think much happens if you setFocus(0)...
> butmy second recommendation is that you put a "return" below setFocus and
> above the new endIf line, so you actually replace the focusChangedEventEx
> call that landed in the wrong place with one that lands in the right one.
> I
> also don't see equal signs in your two constant definition lines, which
> should cause a compile error if that's actually what's in your code file.
> On
> Thu, Nov 13, 2008 at 07:08:34PM -0800, Bryan Garaventa wrote: Hi, I've
> been
> using NetLimiter2Pro for a while now, and wrote the scripts below, which
> usedto work fine. Now though, the scripts won't load, even though the
> programhas focus by alt+tabbing into it. Insert+Q says the correct
> executablename, but the relevant JSB file will not load. Anyone know why
> thismight be happening? ; Script Code include "hjconst.jsh" const
> s_main_class "NetLimiter Main", s_ie "Internet Explorer_Server" Void
> FunctionFocusChangedEventEx (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, "") SetFocus (h) endif FocusChangedEventEx (hwndFocus,
> nObject, nChild, hwndPrevFocus, nPrevObject, nPrevChild, nChangeDepth)
> EndFunction Script SetFocus () ; Assigned Alt+Shift+f Say ("Setting
> Focus",
> 0, false) if GetWindowClass (GetFocus ()) != s_ie then var handle h let h
> =
> FindWindow (GetFocus (), s_ie, "") SetFocus (h) endif EndScript ; End of
> code__________? Visit and contribute to The JAWS Script Repository
> http://jawsscripts.com[8] View the list's information and change your
> settings at http://www.freelists.org/list/jawsscripts[9] -- Doug Lee,
> Senior
> Accessibility Programmer SSB BART Group - Accessibility-on-Demand
> mailto:doug.lee@xxxxxxxxxxxxxxxx[10] http://www.ssbbartgroup.com[11]
> "While
> they were saying among themselves it cannot be done, it was done." --Helen
> Keller __________ Visit and contribute to The JAWS Script Repository
> http://jawsscripts.com[12] View the list's information and change your
> settings at http://www.freelists.org/list/jawsscripts[13]
> _______________________________________ No viruses found in this incoming
> message Scanned by iolo AntiVirus 1.5.5.5 http://www.iolo.com[14]
> __________
> Visit and contribute to The JAWS Script Repository
> http://jawsscripts.com[15]View the list's information and change your
> settings at http://www.freelists.org/list/jawsscripts[16] __________ Visit
> and contribute to The JAWS Script Repository http://jawsscripts.com[17]
> View
> the list's information and change your settings at
> http://www.freelists.org/list/jawsscripts[18]
> _______________________________________ No viruses found in this incoming
> message Scanned by iolo AntiVirus 1.5.5.5 http://www.iolo.com[19]
> __________
> Visit and contribute to The JAWS Script Repository
> http://jawsscripts.com[20]View the list's information and change your
> settings at http://www.freelists.org/list/jawsscripts[21]
>
>
> --- Links ---
> 1 http://www.netlimiter.com/
> 2 mailto:everett@xxxxxxxxx
> 3 mailto:jawsscripts@xxxxxxxxxxxxx
> 4 mailto:bgaraventa11@xxxxxxxxxxxxxx
> 5 mailto:jawsscripts@xxxxxxxxxxxxx
> 6 mailto:doug.lee@xxxxxxxxxxxxxxxx
> 7 mailto:jawsscripts@xxxxxxxxxxxxx
> 8 http://jawsscripts.com
> 9 http://www.freelists.org/list/jawsscripts
> 10 mailto:doug.lee@xxxxxxxxxxxxxxxx
> 11 http://www.ssbbartgroup.com
> 12 http://jawsscripts.com
> 13 http://www.freelists.org/list/jawsscripts
> 14 http://www.iolo.com
> 15 http://jawsscripts.com
> 16 http://www.freelists.org/list/jawsscripts
> 17 http://jawsscripts.com
> 18 http://www.freelists.org/list/jawsscripts
> 19 http://www.iolo.com
> 20 http://jawsscripts.com
> 21 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
>
>
> _______________________________________
> No viruses found in this incoming message
> Scanned by iolo AntiVirus 1.5.5.5
> http://www.iolo.com
>
__________
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: