I must be dumb... i don't get it.... How do i convert what shows in the spy window to a script?? Please help.
Page 1 of 1
I can't get AutoIT v3 to make a script... I don't get it.. what do i do...
#2
Posted 22 November 2005 - 03:21 AM
AutoItInfo Tool
A small example
Quote
Press CTRL-ALT-F to pause the display.
>>>>>>>>>>>> Window Details <<<<<<<<<<<<<
Title: Setup - Inno Setup
Class: TWizardForm
Size: X: 548 Y: 404 W: 503 H: 392
>>>>>>>>>>> Mouse Details <<<<<<<<<<<
Screen: X: 923 Y: 771
Cursor ID: 2
>>>>>>>>>>> Pixel Color Under Mouse <<<<<<<<<<<
RGB: Hex: 0xF4F5FD Dec: 16053757
>>>>>>>>>>> Control Under Mouse <<<<<<<<<<<
Size: X: 327 Y: 327 W: 75 H: 23
Control ID: 197802
ClassNameNN: TButton1
Text: &Next >
Style: 0x54010001
ExStyle: 0x00000000
>>>>>>>>>>> Status Bar Text <<<<<<<<<<<
>>>>>>>>>>> Visible Window Text <<<<<<<<<<<
Welcome to the Inno Setup
Setup Wizard
This will install Inno Setup version 5.1.5 on your computer.
It is recommended that you close all other applications before continuing.
Click Next to continue, or Cancel to exit Setup.
&Next >
Cancel
>>>>>>>>>>>> Window Details <<<<<<<<<<<<<
Title: Setup - Inno Setup
Class: TWizardForm
Size: X: 548 Y: 404 W: 503 H: 392
>>>>>>>>>>> Mouse Details <<<<<<<<<<<
Screen: X: 923 Y: 771
Cursor ID: 2
>>>>>>>>>>> Pixel Color Under Mouse <<<<<<<<<<<
RGB: Hex: 0xF4F5FD Dec: 16053757
>>>>>>>>>>> Control Under Mouse <<<<<<<<<<<
Size: X: 327 Y: 327 W: 75 H: 23
Control ID: 197802
ClassNameNN: TButton1
Text: &Next >
Style: 0x54010001
ExStyle: 0x00000000
>>>>>>>>>>> Status Bar Text <<<<<<<<<<<
>>>>>>>>>>> Visible Window Text <<<<<<<<<<<
Welcome to the Inno Setup
Setup Wizard
This will install Inno Setup version 5.1.5 on your computer.
It is recommended that you close all other applications before continuing.
Click Next to continue, or Cancel to exit Setup.
&Next >
Cancel
A small example
Quote
WinWait('Setup - Inno Setup', 'Welcome to the Inno Setup')
ControlClick('Setup - Inno Setup', 'Welcome to the Inno Setup', 'TButton1')
ControlClick('Setup - Inno Setup', 'Welcome to the Inno Setup', 'TButton1')
Share this topic:
Page 1 of 1



Help

Back to top








