Timeline
Dec 18, 2015:
- 11:50 PM Ticket #3182 (MouseGetPos may return the wrong value when used with mulitple display ...) created by
- This problem occurs when there are screens which return a negative …
- 10:26 PM Ticket #3181 (Can't press Alt+Tab when HotKeySet - Alt+Esc) closed by
- Works For Me: Works for me. Win7 64Bit Next time, please ask on the forum in first place.
- 5:45 PM Ticket #3181 (Can't press Alt+Tab when HotKeySet - Alt+Esc) updated by
- Tested with latest beta.
- 5:43 PM Ticket #3181 (Can't press Alt+Tab when HotKeySet - Alt+Esc) created by
- […]
Dec 12, 2015:
- 3:25 PM Ticket #3171 (Count of Keys in Returned Array of MapKeys) updated by
- :(
- 3:18 PM Ticket #3171 (Count of Keys in Returned Array of MapKeys) closed by
- Rejected: This is a bad idea, especially when UBound() is enough.
- 3:15 PM Ticket #3180 (Zip and Unzip) closed by
- Rejected
Dec 9, 2015:
- 10:25 PM Ticket #3109 (2x FileInstall in same line (in if statement) not working compiled) updated by
- 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
- 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
- mmjan1378@…
- 9:34 AM Ticket #3109 (2x FileInstall in same line (in if statement) not working compiled) updated by
- 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
- 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
- […] Darn. A version mismatch. That sucks. O well, its better than nothing I guess.
- 5:48 PM Ticket #2713 (ByRef Copy Bug) updated by
- […] 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
-
Component changed
- 2:16 PM Ticket #3180 (Zip and Unzip) created by
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- "C:\Program Files\AutoIt3\Include\WinAPIGdi.au3" (3886) : ==> Variable …
Nov 29, 2015:
- 10:41 AM Ticket #3158 (Ping() cached) closed by
- Works For Me
- 7:14 AM Ticket #3173 (Beta Helpfile won't launch if Stable Helpfile is open and vice versa) updated by
- 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
- 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
- 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
- No Bug
- 5:36 AM Ticket #3177 (_WinAPI_ShowWindow() does not give True if successful) updated by
- 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
- 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
- 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
- Spam link removed.
- 2:25 PM Ticket #3177 (_WinAPI_ShowWindow() does not give True if successful) created by
- 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
- 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
- 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.
Nov 24, 2015:
- 8:47 AM Ticket #3176 (possible error in DriveMapAdd documentation) closed by
- No Bug
- 8:46 AM Ticket #3176 (possible error in DriveMapAdd documentation) updated by
- 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
-
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
- DriveMapAdd refers to 3 constants and claims they are defined in …
- 8:58 AM Ticket #3166 (Error in Arrays wiki) closed by
- Fixed
- 12:08 AM Ticket #3166 (Error in Arrays wiki) updated by
- 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
- 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
- Ok :)
- 7:04 AM Ticket #3166 (Error in Arrays wiki) updated by
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
-
Milestone changed
- 7:30 PM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) closed by
- No Bug: This is not a bug. Search the Forum please.
- 5:40 PM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) updated by
- 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
- 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
- Please attach any INI file with this issue.
- 10:42 AM Ticket #3170 (IniRead() functions returns ANSI chars instead of Unicode Chars) created by
- IniRead() function works good for ANSI strings but returns ANSI chars …
Note:
See TracTimeline
for information about the timeline view.
