Timeline



Dec 12, 2015:

3:25 PM Ticket #3171 (Count of Keys in Returned Array of MapKeys) updated by TheDcoder
:(
3:18 PM Ticket #3171 (Count of Keys in Returned Array of MapKeys) closed by guinness
Rejected: This is a bad idea, especially when UBound() is enough.
3:15 PM Ticket #3180 (Zip and Unzip) closed by guinness
Rejected

Dec 9, 2015:

10:25 PM Ticket #3109 (2x FileInstall in same line (in if statement) not working compiled) updated by mLipok
Place to ask and learn is here: https://www.autoitscript.com/forum/
4:46 PM Ticket #2557 (Send Key Count 0 not to send any keys) updated by anonymous
Replying to Melba23: > It clearly states in the Help file that: > > The key will be send at least once even if the count is zero > > I suggest that you do some errorchecking on the variables before creating the string to send. > > M23 > > Edit: Fixed the typo - now reads "will be sent"
4:45 PM Ticket #2557 (Send Key Count 0 not to send any keys) updated by 123123000
mmjan1378@…
9:34 AM Ticket #3109 (2x FileInstall in same line (in if statement) not working compiled) updated by anonymous
In comment 1 is the evidence. Why you say this is no bug. Explain me this..
9:29 AM Ticket #3109 (2x FileInstall in same line (in if statement) not working compiled) updated by anonymous
Replying to jchd18: > This is due to boolean evaluation short-circuit. Look at Help > Language Reference > Operators and read at the bottom of the page. > > No bug. And please guys, don't use Trac to chat about "issues", the help forum is the suitable place for that. I tried the same. It does not work... The first function returns true so is your argument not correct. Did anybody tried this by self??

Dec 8, 2015:

6:17 PM Ticket #2612 (Au3Check bugs on function reference when function takes byref parameter) updated by anonymous to
[…] Darn. A version mismatch. That sucks. O well, its better than nothing I guess.
5:48 PM Ticket #2713 (ByRef Copy Bug) updated by not so anonymous
[…] Yep. Someone forgot, while writing that, that test1($a) has actually changes $a[0] from a 1 to a 2. O wait, this is not the ByRef issue I'm looking for.
2:32 PM Ticket #3180 (Zip and Unzip) updated by BrewManNH
Component changed
2:16 PM Ticket #3180 (Zip and Unzip) created by kwgish@…
Right now there is a UDF called _Zip.au3 that performs most of the …

Dec 7, 2015:

7:24 PM Ticket #3178 (_WinAPI_SaveHICONToFile function error Variable used without being declared) updated by anonymous
Jpm, no 3.3.15.0 has bug too. Look at line 3860. If _WinAPI_WriteFile return false than ExitLoop will be executed, and 3980 line with code "If $pData Then" will generate error "variable used without being declared"

Dec 5, 2015:

1:06 PM Ticket #3179 (Number failure with lower case hex) updated by jchd18
This angel was slightly drunk: in fact, Number has two distinct bugs, both related to case sensivity. First it interprets '1E2' and '1e2' differently, '1E2' being converted to 1 (wrong) instead of 100. Second, it interprets any 'e' digit of hex values having more than 8 hex digits case-sensitively, with for instance '0x0000001E2' --> 482 (correct) but '0x0000001e2' --> 0 […]
8:18 AM Ticket #3179 (Number failure with lower case hex) updated by anonymous
After getting nowhere fast, an angel came and whispered in my ear: 'The issue has nothing to do with lowercase string representation of binary data. The real issue is the letter "e", which is treated as a moniker (scientific e notation) for floats.' […]

Dec 3, 2015:

6:44 PM Ticket #3179 (Number failure with lower case hex) updated by czardas
I forgot to mention that there is more information on the private MVP forum : https://www.autoitscript.com/forum/topic/178945-conversion-to-number/#comment-1284838 It is $NUMBER_AUTO flag which is not behaving the same way the interpreter does.
6:35 PM Ticket #3179 (Number failure with lower case hex) created by czardas
The interpreter is not fussy when it comes to lower case hexadecimal …

Nov 30, 2015:

8:54 PM Ticket #3167 (COM Error Handler - not always fires event) updated by mLipok
For reference Link to other discussion in MVP forum: https://www.autoitscript.com/forum/topic/176064-excel-com-error-handler-problem/
6:17 PM Ticket #3178 (_WinAPI_SaveHICONToFile function error Variable used without being declared) updated by J-Paul Mesnage
Your info does not look as being produce by 3.3.15.0 which is a Beta version The WinAPIGdi.au3 must have been located in C:\Program File\AutoIt3\Beta\Include\ please check your installation, use the standard AutoIt installer
3:30 PM Ticket #3178 (_WinAPI_SaveHICONToFile function error Variable used without being declared) created by anonymous
"C:\Program Files\AutoIt3\Include\WinAPIGdi.au3" (3886) : ==> Variable …

Nov 29, 2015:

10:41 AM Ticket #3158 (Ping() cached) closed by Jos
Works For Me
7:14 AM Ticket #3173 (Beta Helpfile won't launch if Stable Helpfile is open and vice versa) updated by TheDcoder
Does that mean that it is intended behavior or is it a bug in AutoIt3Help.exe?

Nov 28, 2015:

10:46 PM Ticket #3175 (Orthospell (Spell Checker) integration in SciTE4AutoIt) closed by Jos
Rejected: Feel free to do so in your own instance as an add-on, but don't think this is a feature needed to be supported by me. Jos
10:43 PM Ticket #3173 (Beta Helpfile won't launch if Stable Helpfile is open and vice versa) closed by Jos
No Bug: Correct, it simply uses the already opened helpfile. This is by design of Autoit3Help.exe (Not SciTE4AutoIt3) Jos
6:57 AM Ticket #3177 (_WinAPI_ShowWindow() does not give True if successful) closed by J-Paul Mesnage
No Bug
5:36 AM Ticket #3177 (_WinAPI_ShowWindow() does not give True if successful) updated by bitnugger <bitnugger@…>
Until now, I had to save it so that Boolean variables generally can accept only divalent and trivalent switching variables. However, I have just read in Wikipedia that "Boolean or Boolean algebra is in principle about any character set (range) are possible." So I must then probably revise my statement ... with the positive side effect to have learned one important thing about Boolean. ;-) The ticket can therefore be closed.

Nov 27, 2015:

11:41 PM Ticket #3177 (_WinAPI_ShowWindow() does not give True if successful) updated by mLipok
MSDN: https://msdn.microsoft.com/en-us/library/windows/desktop/ms633548(v=vs.85).aspx says: […] So the problem is in Documentation on MSDN and in the same manner also in AutoIt HelpFile. […] As return value is not Bool but Int32, just exactly what MSDN says […]
8:25 PM Ticket #3177 (_WinAPI_ShowWindow() does not give True if successful) updated by jchd18
24, just like any nonzero integral value evaluates to boolean True. Hence the question boils down: what is the problem exactly?
4:58 PM Ticket #1191 (Make explicit size of arrays optional when have explicit initialization) updated by anonymous
Spam link removed.
2:25 PM Ticket #3177 (_WinAPI_ShowWindow() does not give True if successful) created by bitnugger
According to the Help file (AutoIt-en-v3.3.10.2) the function …

Nov 26, 2015:

7:14 PM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) updated by anonymous
Having said that I don't need the function and have found a workaround and don't use the function any more. I thought I would report it for the record. Should the developers find it not needed to adjust the function, they may just leave this ticket where it is now.
2:25 PM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) updated by anonymous
I'm not creating an ini file. I try to read an existed ini. Firefox is using an extensions.ini file that contains a list of add-ons. The add-ons are placed in the user home path and in some cases the user name (like in East Europian names) contains Unicode chars. Example of the content of extensions.ini: […] The file is attached too.
2:16 PM extensions.ini attached to Ticket #3170 by anonymous

Nov 24, 2015:

8:47 AM Ticket #3176 (possible error in DriveMapAdd documentation) closed by J-Paul Mesnage
No Bug
8:46 AM Ticket #3176 (possible error in DriveMapAdd documentation) updated by J-Paul Mesnage
I don't understand as both in Release (3.3.14.2) and in Beta (3.3.15.0) the constants are defined Perhaps you forget to #include <AutoItConstants.au3> Next follow the rule to submit a Track report which indicate to insert a repro script
3:27 AM Ticket #3176 (possible error in DriveMapAdd documentation) updated by BrewManNH
Description changed
Why in the WORLD would you post your phone number and email address on a bug report? I modified your ticket to remove them both.

Nov 23, 2015:

10:24 PM Ticket #3176 (possible error in DriveMapAdd documentation) created by rick.narveson@…
DriveMapAdd refers to 3 constants and claims they are defined in …
8:58 AM Ticket #3166 (Error in Arrays wiki) closed by Melba23
Fixed
12:08 AM Ticket #3166 (Error in Arrays wiki) updated by lorenzo.santina@…
Replying to TheDcoder: > You can manually edit the wiki yourself by clicking edit link after the section's name (Here is the direct link for editing Arrays in Arrays) I can't see any "edit" button If I try to login, none username is recognized and I can't find any registration page :/ If I open your link i can't obiously edit the text

Nov 22, 2015:

4:54 PM Ticket #3175 (Orthospell (Spell Checker) integration in SciTE4AutoIt) created by TheDcoder
Hello! It would be nice if [http://tools.diorama.ch/orthospell.html
7:38 AM Ticket #3174 (New functionality for Maps and Arrays in String() Function) updated by TheDcoder
Ok :)
7:04 AM Ticket #3166 (Error in Arrays wiki) updated by J-Paul Mesnage
Replying to lorenzo.santina.dev@…: > Yes, just found in AutoIt Language Reference.. > Bottom of the page: > https://www.autoitscript.com/autoit3/docs/intro/lang_variables.htm > > "Data types in Arrays" > {{{ > $aArray[0] = 1 > $aArray[1] = True > $aArray[2] = "Text" > $aArray[3] = $aAnotherArray > > Local $aInternal[3] = ["A", "B", "C"] ; Declare an array > Local $aContainer[1] = [$aInternal] ; Declare a container array holding the first > $sString = ($aContainer[0])[1] ; $sString holds "B" > ; Note the requirement to enclose the first array element definition in ( ) > }}} Well done, I never figure out it was so hard to find Many thanks

Nov 21, 2015:

6:22 PM Ticket #3174 (New functionality for Maps and Arrays in String() Function) closed by BrewManNH
Rejected: Why should it return that? You'll be causing all sorts of script bugs if you return a string for something that isn't something you can turn into a string. It's designed to turn numbers or mathematical expressions into a string, it's not designed to account for people using it incorrectly. You should try and write your own function to handle something like that.
11:29 AM Ticket #3166 (Error in Arrays wiki) updated by TheDcoder
You can manually edit the wiki yourself by clicking edit link after the section's name (Here is the direct link for editing Arrays in Arrays)
11:23 AM Ticket #3174 (New functionality for Maps and Arrays in String() Function) created by TheDcoder
Hello, It would be nice if String($aArray) returns "{Array}" and …
11:18 AM Ticket #3173 (Beta Helpfile won't launch if Stable Helpfile is open and vice versa) created by TheDcoder
Hello, Here are the steps to reproduce the bug: 1. Launch Stable …

Nov 20, 2015:

2:47 PM Ticket #3172 (IniRead() function returns ANSI chars instead of Unicode Chars) closed by BrewManNH
Duplicate: This is a duplicate of 3170 which was closed as No Bug. Still not a bug, please don't repost this.
11:58 AM Ticket #3172 (IniRead() function returns ANSI chars instead of Unicode Chars) updated by J-Paul Mesnage
Please follow Report guideline. I don' have cristal ball to reproduce.
11:13 AM Ticket #3172 (IniRead() function returns ANSI chars instead of Unicode Chars) created by anonymous
IniRead() function returns ANSI chars instead of Unicode Chars when …
8:49 AM Ticket #3171 (Count of Keys in Returned Array of MapKeys) created by TheDcoder
Hello :) It would be nice if the returned array of MapKeys function …

Nov 19, 2015:

8:02 PM Ticket #3078 (bug in _ArrayUnique) updated by guinness
Milestone changed
7:30 PM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) closed by guinness
No Bug: This is not a bug. Search the Forum please.
7:17 PM test.au3 attached to Ticket #3078 by jayme_fishman@…
test script to go with test data to reproduce possible bug with _ArrayUnique
7:17 PM testData2.xlsx attached to Ticket #3078 by jayme_fishman@…
test data to reproduce a bug with _ArrayUnique
5:40 PM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) updated by BrewManNH
INI files by design are not Unicode compatible. There are workarounds to get them to be able to utilize Unicode characters, but it's non-standard to use them with Unicode characters. They are from the ancient days of Windows 3, maybe even Windows 1, and up, you should be using XML files, the registry, or some other functionality for Unicode compatibility. Read more here. http://blogs.msdn.com/b/oldnewthing/archive/2007/11/26/6523907.aspx
4:02 PM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) updated by J-Paul Mesnage
Please add a repro script/ Os Version as suggested by Track report submission
11:30 AM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) updated by mLipok
Please attach any INI file with this issue.
10:42 AM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) created by Factfinder
IniRead() function works good for ANSI strings but returns ANSI chars …

Nov 16, 2015:

9:31 PM Ticket #3169 (Missing constants for WinGetState) closed by mLipok
Duplicate: ​https://www.autoitscript.com/trac/autoit/ticket/3116
8:31 PM Ticket #3169 (Missing constants for WinGetState) updated by atbowler@…
Sorry, I did not search thoroughy enough. THis has been reported and is supposed to be fixed already in 3.1.15
8:27 PM Ticket #3169 (Missing constants for WinGetState) created by atbowler@…
The documentation for WinGetState lists $WIN_STATE_EXISTS (1) = Window …
6:47 PM Ticket #3168 (Missing constants from AutoItConstants.au3) closed by mLipok
Duplicate: https://www.autoitscript.com/trac/autoit/ticket/3116
5:56 PM Ticket #3168 (Missing constants from AutoItConstants.au3) created by timrude@…
In the help topic for the GetWinState function, it lists the various …
3:14 PM Ticket #3165 (Call() function called with an empty array results in APPCRASH) updated by BrewManNH
When I run that I get an error message telling me that $array isn't an array or a map, it's possible that you can't use UBound in Call for some reason. I'd avoid using Call at all if possible, it's almost never needed, and with this example definitely isn't. But that's beside the point in this instance as I don't know if there's a bug in Ubound or a bug in using Call with UBound.
1:10 PM Ticket #3165 (Call() function called with an empty array results in APPCRASH) updated by Rnde
I have tried your suggested method, it always returns 0 regardless the array's size. […]
12:09 PM Ticket #3167 (COM Error Handler - not always fires event) updated by J-Paul Mesnage
In fact […] In fact it was OK even with the reference to an unknown function in 3.3.10 till 3.3.13.6 3.3.13.7 reintroduce the no detection as 3.3.8.1 […]
8:17 AM Ticket #3167 (COM Error Handler - not always fires event) updated by mLipok
Description changed
8:16 AM Ticket #3167 (COM Error Handler - not always fires event) created by mLipok
Discussion: …

Nov 14, 2015:

8:30 PM Ticket #3163 (Windows PE - Unknown software exeption 0xc000001d) updated by BrewManNH
Windows PE is not Windows, the fact that it works at all on Windows PE is a good thing, that things don't work with Windows PE is not at all surprising. After 3.3.12.x AutoIt was compiled to work with XP SP3 and above, so it's probably something related to that change causing the issue.
8:26 PM Ticket #3165 (Call() function called with an empty array results in APPCRASH) updated by BrewManNH
Summary changed
You need to put the argument for the UBound inside quotes, otherwise you're not telling the function to use UBound on the array, you're telling the Call function that you're sending it an array of parameters, and because there are no parameters it crashes. […] It's a bug that it crashes because of this, but the bug is not what you think it is. I've corrected the title of the bug report to reflect the actual bug condition.
12:28 PM Ticket #3166 (Error in Arrays wiki) updated by lorenzo.santina.dev@…
Yes, just found in AutoIt Language Reference.. Bottom of the page: https://www.autoitscript.com/autoit3/docs/intro/lang_variables.htm "Data types in Arrays" […]
7:15 AM Ticket #3166 (Error in Arrays wiki) updated by J-Paul Mesnage
I never thought such syntax ($arr[$i])[$j] was legal. Is it described in the standard Help?
Note: See TracTimeline for information about the timeline view.