Custom Query (3933 matches)
Results (274 - 276 of 3933)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3730 | Works For Me | Send("{BROWSER_HOME}") does not work anymore with newest Win10 and newest Autoit | ||
| Description |
Send("{BROWSER_HOME}")
does not work in Windows 10 Version 1903 and Autoit Version 3.3.14.5
It works in Windows 7 and Autoit Version 3.3.14.5 |
|||
| #3729 | Wont Fix | GUICtrlSetDefColor and GUICtrlSetDefBkColor cause inputs to fire other controls' events | ||
| Description |
Hi, was trying to apply some styles to one of my programs and found this issue.
Basically, if you create a GUI and call Creating (!= placing) the input BEFORE the buttons seems to avoid the issue. Tested on latest stable (v3.3.14.5) and latest beta (v3.3.15.1).
Attached is a simple script to reproduce the issue.
Tested both with an event-based approach and with a Regards Enrico Boldori |
|||
| #3728 | Fixed | _ArrayTranspose does not create 1D array from 2D array | ||
| Description |
In the example of _ArrayTranspose, it states that a 2D array with $aArray[1][x] should return a 1D array. It does not, it returns a 2D array with $aArray[x][1]. |
|||
