Re: Another scripting question
Paul Martz <skewmatrix@...>
JAWS scripting itself doesn't seem to be particularly difficult to use, but
toggle quoted messageShow quoted text
it's all the Windows API and user interface stuff -- window handles, control IDs, etc -- that is the challenging part, and that is what has impeded my progress from being effective at JSL. Unfortunately, they are part and parcel, as JSL is essentially a wrapper around Win32 programming. And that's exactly the problem you're running into. I'd recommend the JAWS scripting mailing list. I have enumerated JSL resources on my blog page: https://skewmatrix.wordpress.com/ Hope that helps, -Paul
-----Original Message-----Well, I am still playing with it and have another question. I figured out a way Ican get the dialer window to focus. I use the move to window function, and itthe control ID for that specific control changes. Then, in order for my scriptto work again, I have to manually put in the new control ID. Is there a wayto deal with that? Any ideas would be greatly appreciated. I cannot use
|
|