Custom Query (3926 matches)
Results (406 - 408 of 3926)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #590 | No Bug | AutoIT Script corrupting file names in script directory | ||
| Description |
After I run my script, the names of the files in the same directory as the script are wrong. Instead of displaying the name, it displays the movie length/file size, etc. However, the names aren't actually changed (can be seen in properties). Also, if you "hover" the mouse over an incorrect file name while dragging a different file, the file name appears temporarily correct. |
|||
| #3583 | No Bug | AutoIT Window Info (64) produces incorrect position numbers | ||
| Description |
I am currently running AutoIt (64) version 3.3.14.2 on an up-to-date Windows 10 Home laptop (Dell Inspiron 5759). Run AutoIT Window Info (64). Open any application window Move it until AutoIT Window Info shows an X value for Position of 0. The window will actually be 7-8 pixels to the right of 0. Now maximize the application window. Position will be displayed as -7,-7 When a window is maximized, the upper left corner should have Position 0,0 Note that using WinMove and giving the coordinates 0,0 will also incorrectly position the window. |
|||
| #3994 | No Bug | AutoIT crashes in IsDeclared if $vVar is not declared | ||
| Description |
#include-once #include <AutoItConstants.au3> If IsDeclared($vVar) <> $DECLARED_UNKNOWN Then Exit(-1) |
|||
