Modify ↓
Opened 16 years ago
Closed 16 years ago
#1575 closed Bug (No Bug)
AURecord 3.3 -creates invalid calls to _WinWaitActivate
| Reported by: | Owned by: | J-Paul Mesnage | |
|---|---|---|---|
| Milestone: | Component: | Other | |
| Version: | 3.3.6.0 | Severity: | None |
| Keywords: | Record _WinWaitActivate | Cc: |
Description
Having used AURecord for the first time, while compiling the script it created, I've encountered a compile error on calls to _WinWaitActivate()
The actual code produced looks like this
_WinWaitActivate("My Program V1.23 - ","ONLINE
Result")
The words "ONLINE" and "Result" are in the window of the program being automated, even though Record Window Text is un-checked in AURecord.
The compile error produced is "Error: Unterminated String"
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 16 years ago
| Status: | assigned → accepted |
|---|
comment:3 by , 16 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

in fact all text is included as au3record cannot select the right one.
It is the user responsability to correct the script selecting the one he wants.