﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1341	Win7 x64 - Cannot send any messages to dialog controls	anonymous		"Script here:

Dim $total
 
WinWaitActive(""Progress Quest - New Character [Pemptus]"")
 
Do
 ControlClick(""Progress Quest - New Character [Pemptus]"", """", ""[ID: 133252]"")
 $total = ControlGetText(""Progress Quest - New Character [Pemptus]"", """", ""[ID: 133254]"")
Until $total >= 94


You can download the program that I am testing this with at www.progressquest.com (yes i know, I'm pathetic!)  Once downloaded, go to New Game (Multiplayer), choose the server mentioned in the title above, and replace the IDs with the corresponding IDs from your machine.

The ID for the Click method should be that of the ""Roll"" button, and the ID of the ControlGetText method should be that of the small label above the Roll button containing the total 

This exact script (with IDs replaced of course) works on two other machines.  But I cannot get it to work on any Widnows 7 machine.  

I have done done some diagnostics of my own and determined that the only commands that do not work are commands that *modify* the window.  Button clicks, for example, do not work.  Sending keystrokes to controls does not work.  Getting text *does* work.  So I can replace the ControlClick() with ControlGetText() and it works perfectly, even with the same ID."	Bug	closed		AutoIt	3.3.0.0	None	No Bug		
