Modify ↓
Opened 15 years ago
Closed 15 years ago
#1575 closed Bug (No Bug)
AURecord 3.3 -creates invalid calls to _WinWaitActivate
Reported by: | cappy2112@… | 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 Changed 15 years ago by Jpm
- Owner set to Jpm
- Status changed from new to assigned
comment:2 Changed 15 years ago by Jpm
- Status changed from assigned to accepted
comment:3 Changed 15 years ago by Jpm
- Resolution set to No Bug
- Status changed from accepted to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.