Timeline
Dec 22, 2015:
- 4:37 PM Ticket #3184 (_Net_Share UDF Doc Issue) created by
- The docs for the following functions in the _Net_Share UDF have the …
- 4:30 PM Ticket #3183 (Aut2Exe: Exe won't run "Unable to open the script file" (with ...) closed by
- No Bug: Have you tried without your Anti Virus switched on? Either way, please come to our forum to discuss your issue interactively, as I am 99.999% sure this is not a bug. Jos
- 1:01 PM Ticket #3183 (Aut2Exe: Exe won't run "Unable to open the script file" (with ...) created by
- My script runs in Scite Editor (pressing F5, everything ok). If you …
Dec 19, 2015:
- 7:45 AM Ticket #3182 (MouseGetPos may return the wrong value when used with mulitple display ...) updated by
- Thanks - I hesitate to say that I know what is going wrong. I'm happy to accept that you know. The symptom also occurs to the y coordinate as well as x.
- 12:46 AM Ticket #3182 (MouseGetPos may return the wrong value when used with mulitple display ...) updated by
- As I explained in your thread it's not MouseGetPos that is at fault, it is the MouseMove that is causing this issue. MouseMove is moving the mouse 1 pixel to the right of where it should be when the screen position is negative. It could be that MouseMove isn't taking into account that a the x dimension on the left hand monitor starts (ends?) at -1 and not at 0. So a 1920 pixel wide monitor has mouse positions from -1 to -1920, and if it were the main screen those dimensions would be 0 to 1919.
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
Note:
See TracTimeline
for information about the timeline view.
