Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (184 - 186 of 3866)

Ticket Resolution Summary Owner Reporter
#650 Fixed Required BorderConstants.au3 not provided for _WinAPI_DrawEdge() Gary PsaltyDS
Description

WinAPI.au3 UDF function _WinAPI_DrawEdge() calls for BorderConstants.au3 to provide the $BF_* constants, but BorderConstants.au3 is not included with 3.2.12.1 or 3.2.13.9.

Ref topic: missing constants for _WinAPI_DrawEdge

#656 Fixed _FileCountLines and AutoIt v3.2.13.9 (Beta) - wrong return on one line Gary maraaa
Description

When only one line is present in file, _FileCountLines will return 0 instead of 1


Most Venerable Penguin
Group Icon

Group: AutoIt MVPs (MVP)
Posts: 7,190
Joined: 12-December 05
From: Victoria Crater, Mars
Member No.: 9,334

Issue is not present with 3.2.12.1 but is present with 3.2.13.9. Example script:
#include <File.au3>
$sFile = _TempFile()
$hFile = FileOpen($sFile, 2)
FileWrite($hFile, "One line of text.")
FileClose($hFile)
ConsoleWrite("Count = " & _FileCountLines($sFile) & @LF)
FileDelete($sFile)
#659 Fixed FileSelectFolder does not return full path is selecting a network places folder Valik marraw
Description

When using FileSelectFolder to select a folder from a sharepoint site via my "My Network Places", the function only returns the name of the selected folder rather than the whole path (URL) of the folder. If this functionality is not intended to be supported, please update the help text notes to that effect. Thanks.

Note: See TracQuery for help on using queries.