Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (271 - 273 of 3933)

Ticket Resolution Summary Owner Reporter
#3734 Fixed TraySetOnEvent Jos anonymous
Description

TraySetOnEvent with an empty function does not disable the previous function. Example: TraySetOnEvent(-8, "")

#3733 Fixed _FileListToArrayRec hangs when using a UNC path Jos anonymous
Description

When using _FileListToArrayRec when $sFilePath is a UNC path (like

\\winserver\ini\

), AutoIt hangs with 1 core on 100% usage and keeps eating up memory. It always worked before for me, so I guess a recent Windows 10 update caused this maybe? Windows 7 is not affected.

Example:

#include <Array.au3>
#include <File.au3>
#include <MsgBoxConstants.au3>

Example()

Func Example()
    Local $aArray = _FileListToArrayRec("\\winserver\ini\", "*.ini", $FLTAR_RECUR, $FLTAR_FILES, $FLTAR_SORT)
    _ArrayDisplay($aArray, "Sorted tree")
EndFunc   ;==>Example

When using 'Long UNC' (Wikipedia), the function works as expected and returns an array. (e.g.:

\\?\UNC\winserver\ini\

)

#3732 Rejected _Excel_BookList water seadoggie01
Description

_Excel_BookList  returns an array of [Object, Name, Path] _Excel_SheetList returns an array of [Name, Object]

Can we switch one of these to match the other? It's difficult to remember which one is the object without referencing the documentation every time the functions are used

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