Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 3931)

Ticket Resolution Summary Owner Reporter
#3987 No Bug Aut2Exe creates a temp folder without deleting it lwc
Description

3.3.9.11 added:

Aut2Exe:
- Changed: Compiling uses a subfolder of %localappdata% instead of %temp% for temporary files. Hopefully this fixes warnings from over-zealous AV.

However, #2936 admitted it was (secretly) reverted in v3.3.12.0 though I wonder why.

But all I ask is at least is just like v3.3.10.1 "Fixed: Aut2Exe was leaving a temporary file around.", please at least delete the folder of %LocalAppData%\AutoIt v3\ after finishing running the temp files there in Aut2exe (at least through SciTE=>Tools=>Build).

Otherwise it prevents AutoIt from being considered a fully portable software.

#3986 Fixed Au3Check allows chars after ContinueCase but runtime triggers error Jos genius257
Description

The following code passes with no warnings or errors with Au3Check, but triggers AutoIt error during runtime:

Switch 1
    Case 1
        Switch 2
            Case 2
                ContinueCase 2
            Case 3
        EndSwitch
    Case 2
EndSwitch
#3985 Completed _ArrayDisplay() + $WS_EX_TOPMOST Jpm mLipok
Description

Please consider in _ArrayDisplay() adding $WS_EX_TOPMOST to GUICreate parameters so that the window with list view is always displayed on top.

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