Moderated Re: jaws scripts
Udo Egner-Walter
Hi Juan,
You wrote:
I don't know which scripting list you are talking about but if you mean the JAWSScripts list on FreeLists.org this list is still active. You can find it here:
If you are speaking about issues you should always write down the version informations you are talking about because there might be differences between versions.
The things you can do depend on the framework which is used in the eclipse application. If it's made with the old Win32 framework you can write an event trace script to find out which events are fired. If you found out the event script JAWS is firing you can overwrite this event function to you own needs. If the eclipse app uses the UIA framework you can register in a script to receive UIA events. There's an example at the end of the page of FS's UIA documentation page at: By the way if you hadn't downloaded the FSDN.chm documentation file you should do this to study all of the function available in JAWS scripting. You will find it here: Good luck Udo |
|