[slikom] Re: JAWS script - Helpballoon

  • From: "Iksi hacker" <iksihacker@xxxxxxxxx>
  • To: <slikom@xxxxxxxxxxxxx>
  • Date: Tue, 7 Jun 2011 12:55:32 +0200

pozdrav, ova greska se pojavljuje kada se koristi onaj modifikovani default.jss za skypewatch. Pokusaj da koristis hrvojev skypewatch installer i ne cekiraj opciju replac default.jss, a da pr toga iskopiraj sve default file-ove osim default.jcf iz shared settings umy settings, potvrdi zamenu instaliraj skype watch kako sam ti rekao i uzivaj ----- Original Message ----- From: "Gordan Radić" <gordan.radic@xxxxxxxxx>

To: <slikom@xxxxxxxxxxxxx>
Sent: Monday, June 06, 2011 10:24 PM
Subject: [slikom] Re: JAWS script - Helpballoon


Pozdrav!
Ako me vec netko nije preduhitrio s odgovorom onda napravi sljedece:
Kad cujes da ti se pojavila neka informacija u baloncicu i kad je Jaws pocne citati, onda samo lupi simulaciju lijevog klika misa, sto je na desktop tastaturi znak slash na numerickom dijelu ili odgovorajucu kombinaciju na laptopu i u velikoj vecini slucajeva ce ti ovaj baloncic otvoriti na ono sto predstavlja. Bitno je da uspijes napraviti simulaciju lijevog klika dok baloncic vizualno ne nestane s radne povrsine, sto je nekih pet ili deset sekundi od pojavljivanja i obrati paznju na to da te Jaws moze zbuniti sto ce neko krace vrijeme citati tekst s baloncica iako on vise nije vidljiv na ekranu.



S postovanjem
Gordan Radic

On 6.6.2011. 21:05, Dobrinko D. wrote:

Zdravo svima!
Uvjek sam se pitao kako sa JAWS-om pristupiti sistemskim informacijama koje su u formi baloncica.
Naisao sam na JAWS skriptu koja je vjerujem za gore navedeno.
Pokusao sam prema upustvu autora da je postavim, ali nesto neide.
Ispod je objasnjenje i sama skripta, te moj tuzni kraj.

Here are instructions for installing and getting the help balloon script to work. this script will make it possible to click help balloons wit one keystroke in versions of jaws prior to jaws nine. Everything below the stars is the script itself. First, select the entire script text and copy it to the clipboard. Then, hit insert f2 and bring up script manager.Once script manager opens, press control shift d to bring up the default script file. Then move to the bottom of it with control end. then,hit enter once or twice to make sure your on a blank line,,and paste the contents of the script. Then move into the body of the script and hit control d. Once you do, a script information dialogue box will appear. Tab through it and fill in the various fields, leaving the script name box intact. You can fill in the synopsis and description fields if you wish. Make sure the can be attached to key checkbox is checked. You can use any keystroke you wish that won't conflict with another keystroke. I used control shift l myself. Then click ok and hit control s to recompile the default script file, and use alt f4 to close the dialogue. After that, when a help balloon appears, you should be able to use the keystroke you assigned to click it.

******************

Script ClickHelpBalloon ()
Var
String SClass, ; The name of the window class.
String SName, ; The name of the window.
Handle HWND ; The handle of the current window.
Let SClass = GetWindowClass (GetFirstWindow (FindTopLevelWindow
("Shell_TrayWnd", "")))
Let SName = GetWindowName (GetFirstWindow (FindTopLevelWindow
("Shell_TrayWnd", "")))
Let HWND = GetFocus ()
GetFocus ()
If SClass == "tooltips_class32"
&  SName != "" then ; Click the balloon.
SayFormattedMessage (OT_NO_Disable, "Clicked help balloon.", "Clicked.")
SetFocus (GetFirstWindow (FindTopLevelWindow ("Shell_TrayWnd", "")))
SaveCursor ()
RouteJAWSToPc ()
RoutePcToJAWS ()
{LeftMouseButton}
SetFocus (HWND) ; Return the focus to its previous window.
Else
if SClass != "tooltips_class32"
|| SName == "" then ; State that a help balloon wasn't found.
SayFormattedMessage (OT_No_Disable, "Help balloon not found.", "Not found.")
EndIf
EndIf
EndScript
Nakon sto sam ovu skriptu nalijepio u defaullt.jss i pritisnuo ctrl+s da bih je kompajlirao, uslijedio je zvuk za greske te sledeca poruka:
  Unknown variable OT_NO_Disable
Ja potom izbrisem uneseni text i izadjem.

Sta li grijesim u svemu ovome?
Ako ne ispravka greske, mozda Zlatko ili neki drugi nas programer ima skriptu za help balloon.

Unaprijeed hvala od mnoooogo clanova ove liste!

Dobrinko D.



                     ---------- Podaci o listi ----------

Adresa za prijavu: <slikom-request@xxxxxxxxxxxxx> za subjekt upisati: subscribe Adresa za odjavu: <slikom-request@xxxxxxxxxxxxx> za subjekt upisati: unsubscribe
Adresa moderatora: slikom-moderators@xxxxxxxxxxxxx
Web strana: http://www.slikom.org/ml/slikom.html







                     ---------- Podaci o listi ----------

Adresa za prijavu: <slikom-request@xxxxxxxxxxxxx> za subjekt upisati: subscribe
Adresa za odjavu: <slikom-request@xxxxxxxxxxxxx> za subjekt upisati: unsubscribe
Adresa moderatora: slikom-moderators@xxxxxxxxxxxxx
Web strana: http://www.slikom.org/ml/slikom.html


Other related posts: