Custom Query (3917 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (358 - 360 of 3917)

Ticket Resolution Summary Owner Reporter
#516 Fixed _ChooseFont 64bit Vista Gary Gary
Description

_ChooseFont does not work. The function return a value as if the user canceled selection even though no sign of the dialog box appears.

#3706 No Bug AutoIt3.exe /ErrorStdOut should output filename without quotes George <mrgeorge.sandler@…>
Description

AutoIt3.exe outputs error where file is quoted:

"C:\AutoIt_3.3.14.5\Include\GUIConstantsEx.au3" (2) : ==> Unknown function name.:
Test
^ ERROR

In this case SciTE can not recognise the file when we double click on the line. Au3Check outouts without quotes:

 C:\AutoIt_3.3.14.5\Include\GUIConstantsEx.au3 (2,7) : error: test(): undefined function.
test
~~~~~~^
#1413 No Bug Shared file access flags behavior change in FileOpen GicuPiticu
Description

It seems that FileOpen function has been modified about the way it handles shared file access flags in 3.3.4.0 as opposed to 3.3.2.0. Maybe it's time for implementing FileOpen modes/flags like OF_SHARE_DENY_NONE and so on.

With code like the folowing... one can't do a "tail" any more on the test.log file while the script is running... because of "File Sharing Violation". If the script gets compiled/runned by 3.3.2.0 -> no problem....it all started with compiling/running the same script in 3.3.4.0....

$hLogFile=FileOpen("test.log")
While True
;;;do somethin' useful
   FileWrite($hLogFile,"some meaningfull message")
   FileFlush($hLogFile)
;;;more processing
Wend
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.