Re: Uploaded to the Overcards Wiki now
[ QUOTE ]
This script is great guys, thanks!!
But how do i set the script to NOT send the summaries to my e-mail? I have no experience at all making scripts and stuff, do I just set the below to BUTTON2 instead of BUTTON1?
; Lets try requesting the summary now.
IfWinExist, ahk_class #32770, Would you like a tournament summary
{
WinGet, idList, List, ahk_class #32770, Would you like a tournament summary
Loop, %idList%
{
winID := idList%a_index%
ControlSend, Button1, {ENTER}, ahk_id%winID%
}
}
[/ QUOTE ]
I think that will prolly work, but not 100% sure if it's called Button2. If it doesn't work, then next time you see one of the dialog boxes pause the script (right click the systray icon) and use the window spy option (also right click the systray icon) to find the name of the other button.
Juk [img]/images/graemlins/smile.gif[/img]
|