Modify ↓
Opened on Apr 19, 2010 at 7:06:29 PM
Closed on May 3, 2010 at 6:35:07 AM
#1575 closed Bug (No Bug)
AURecord 3.3 -creates invalid calls to _WinWaitActivate
| Reported by: | Owned by: | Jpm | |
|---|---|---|---|
| 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 , on Apr 29, 2010 at 5:56:36 AM
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , on Apr 29, 2010 at 6:27:36 AM
| Status: | assigned → accepted |
|---|
comment:3 by , on May 3, 2010 at 6:35:07 AM
| 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.