HI,

Why not just put the following into a new script file for  Easy CD-DA
Extractor and assign a hotkey.  That's what I've done and had access to the
browse folder button since it came out.  I mean it is actually a browse
folder button except the author hasn't shown it properly in the dialogue to
us.  But if you use the home row utility of jaws, you will indeed find this
browse folder button in there.  Anyway, here is the script code and modify
it how you want.  Oh it goes without saying that I don't support this code
so use at your own risk.  Also, I'd be sure you know a little bit about jaws
scripting if you want to use the below code.



; Cut from below this line

Include "HjGlobal.jsh" ; default HJ global variables
Include "hjconst.jsh" ; default HJ constants


Script ClickBrowseFolderLocationButton ()
Var
Handle grip
Let grip = GetAppMainWindow (GetFocus ())
Let grip = GetFirstChild (GetFirstChild (GetNextWindow (GetNextWindow
(GetFirstChild (GetFirstChild (GetFirstChild (GetNextWindow (GetNextWindow
(grip)))))))))
SetFocus (grip)
Pause()LeftMouseButton ()
EndScript



Jonathan Mosen List Founder
Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org
To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]

Reply via email to