Custom Query (3922 matches)
Results (376 - 378 of 3922)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2189 | Rejected | white space after if statement is removed | ||
| Description |
Hi, not sure if you handle this as a bug, but in current version of tidy from SciTE4AutoIt and in the beta version (2.2.1.13) a white space after an if statement followed by a paranthesis will be removed. For example: if (@error or $i=1) then will become: if(@error or $i=1) Same behavior with "or" followed by a paranthesis. |
|||
| #1901 | Fixed | Compiled 32bit scripts not working in system32 path on 64bit OS | ||
| Description |
Heavily re-written by Valik: 32-bit scripts do not run from system32 on 64-bit Windows. This is because AutoIt has redirection enabled so the system calls to read the script from the file are sent to SysWOW64 which does not contain the file. There are two solutions:
Finally, this bug should also affect FileInstall(). The first solution may need applied to FileInstall() (Perhaps via an option). The second solution is not viable for FileInstall() because we don't want to load potentially massive files in memory at process start. Link to the original topic. |
|||
| #28 | Duplicate | ControlGetPixel | ||
| Description |
It would be great if you could make autoit capable of searching for pixels inside controls. It would help with background macro making. Hiyoal :) |
|||
