Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 3866)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#2061 Completed Rewrite OS_Version class Valik
Description

The code is an unwieldy mess of madness. It needs refactored so that adding detection of a new OS doesn't involve so much voodoo. The @OSVersion macro code should also be simplified and probably moved into the OS_Version class.

#2069 Fixed StringRegExpGui example produce 2 warnings Jpm
Description

open tutorial-> String regular expression then push "Open StringRegExpGUI.au3" button Then run the script with Scite Full (F5) You get 2 warnings

>Running AU3Check (1.54.22.0)  params:-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w 7  from:C:\Program Files\AutoIt3\Beta
C:\Program Files\AutoIt3\Beta\Examples\Helpfile\StringRegExpGUI.au3(36,81) : WARNING: $sInitialDir already declared/assigned
Global $sInitialDir ; use to save the location of the previous "Browse" function
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Program Files\AutoIt3\Beta\Examples\Helpfile\StringRegExpGUI.au3(37,34) : WARNING: $sPatterns already declared/assigned
Global $sPatterns = readDatFile()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Program Files\AutoIt3\Beta\Examples\Helpfile\StringRegExpGUI.au3 - 0 error(s), 2 warning(s)
->10:53:15 AU3Check ended.rc:1
>Running:(3.3.7.23):C:\Program Files\AutoIt3\Beta\autoit3.exe "C:\Program Files\AutoIt3\Beta\Examples\Helpfile\StringRegExpGUI.au3"    
+>10:53:19 AutoIT3.exe ended.rc:0
>Exit code: 0    Time: 4.726
#2115 Fixed Installer/Uninstaller issues Valik
Description

The installer for 3.3.8.0 installed to C:\Program Files\AutoIt3 on x64 which is fine. However, 3.3.6.1 was installed to C:\Program Files (x86)\AutoIt3 and this was not removed or upgraded. I ended up with an orphaned installation of 3.3.6.1 I didn't even know I had. This particular situation needs to be handled more gracefully.

Speaking of orphans, the uninstaller leaves behind the CompileX64 and RunX64 shell commands. This also needs fixed.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.