Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


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 Exit
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 mainmaster@…
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 GUICtrlSetDefColor() or GUICtrlSetDefBkColor(), any input created after a button will fire both its event and the (last focused) button's one.

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 GUIGetMsg() one.

Regards Enrico Boldori

#3728 Fixed _ArrayTranspose does not create 1D array from 2D array Melba23 Nine
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].

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.