All,
I'm having issues with programming a additional script in AutoIT. The problem is that sometimes a Window pops up and I want the script to automaticlly click NO when the Window occurs. The only problem is that I can't filter on Window name. This because the window name of the popup box is the same as the Window name of the main application. Please see the Control dialog of this button below:
Any idea how I can build a check based on above Control information? Any help or directions are greatly appreciated.
I'm having issues with programming a additional script in AutoIT. The problem is that sometimes a Window pops up and I want the script to automaticlly click NO when the Window occurs. The only problem is that I can't filter on Window name. This because the window name of the popup box is the same as the Window name of the main application. Please see the Control dialog of this button below:
[ autoit ]
>>>> Window <<<< Title: Microsoft Dynamics GP Class: TNTDLG Position: 230, 199 Size: 486, 197 Style: 0x94C00000 ExStyle: 0x00000101 Handle: 0x067B0620 >>>> Control <<<< Class: Button Instance: 2 ClassnameNN: Button2 Name: Advanced (Class): [CLASS:Button; INSTANCE:2] ID: 2 Text: &No Position: 260, 132 Size: 80, 24 ControlClick Coords: 49, 12 Style: 0x5000030B ExStyle: 0x00000000 Handle: 0x040405D0 >>>> Mouse <<<< Position: 542, 365 Cursor ID: 0 Color: 0xE7E7EF >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< &Yes &No >>>> Hidden Text <<<<
Any idea how I can build a check based on above Control information? Any help or directions are greatly appreciated.