Custom Query (3917 matches)
Results (358 - 360 of 3917)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #516 | Fixed | _ChooseFont 64bit Vista | ||
| 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 | ||
| 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 | ||
| 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
|
|||
