Timeline



Apr 20, 2013:

10:21 AM Ticket #2335 (__WinAPI_EnumWindowsChild() creates results in wrong sequence) created by CBruce
In the latest beta version, (and going back to at least the 3.3.7.20 …

Apr 19, 2013:

11:05 PM Ticket #2334 (Maximum _useful_ array dimension is 24, not 64 as doc says) created by jchd18
Barring using "dummy" dimensions like [1][1]... the maximum practical …
10:56 PM Ticket #2333 (AuCheck balks at 5D arrays initializer) created by jchd18
Au3Check raises an error on array initializer for dimensions > 4. …
2:19 PM Ticket #2221 (FileDelete() @error values) updated by J-Paul Mesnage
Replying to Exit: > At least return a @error at all. > Here a function to do the job: > Func _FileDelete($sFile) > $sFile = DllCall('kernel32.dll', 'int', 'DeleteFileW', 'wstr', $sFile) > Return SetError(Not $sFile[0], 0, $sFile[0]) > EndFunc ;==>_FileDelete THat's not what is requested. to have the differention _WinAPIGetLastError() must be called which can be done even after calling the standard FileDelete()

Apr 16, 2013:

7:41 AM Ticket #2332 (Uncertainty in the calculations) updated by anonymous
Thanks!
7:29 AM Ticket #2332 (Uncertainty in the calculations) closed by J-Paul Mesnage
No Bug: In fact when using Float calculation you cannot expect more than 15 digits precision. That's true under any computer environnment not just AutoIt NO Bug

Apr 15, 2013:

7:21 PM Ticket #2332 (Uncertainty in the calculations) created by micromega@…
Discrepancy appears for certain values ​​of the variables. example: …

Apr 8, 2013:

11:06 AM Ticket #1573 (TCPConnect TCPTimeout) updated by guinness
This isn't a Forum, please do not post 'bump' or pointless messages in Trac.
5:46 AM Ticket #1573 (TCPConnect TCPTimeout) updated by anonymous
Bump?

Apr 7, 2013:

10:19 AM Ticket #2089 (_IEFormSubmit gives WEnd^ ERROR) closed by J-Paul Mesnage
Fixed

Apr 2, 2013:

11:25 PM Ticket #2089 (_IEFormSubmit gives WEnd^ ERROR) updated by DaleHohm
This issue is fixed in the 3.3.9.x beta stream. The code has not yet been released in a beta, but is posted here: http://www.autoitscript.com/forum/files/file/227-ieau3/ and can be used with the 3.3.9.x beta versions. The code takes advantage of the new autoit version changing COM errors to non-fatal and no longer required in internal COM error handler in IE.au3. There certainly was a logic error in IE.au3 that allowed this to happen, but this code was released and unchanged for years and only recent AutoIt versions/IE versions experience the issue for some reason. Dale
9:58 PM Ticket #2331 (Obfuscator bug with the striponly parameter.) closed by Jos
Fixed: Fixed in v 1.0.30.4
4:06 PM Ticket #2331 (Obfuscator bug with the striponly parameter.) created by FireFox
Hi, Seems like I'm unlucky these days with the Obfuscator. Here is …

Mar 29, 2013:

10:00 AM Ticket #2328 (Obfuscator includes with parent dir as double dots.) closed by Jos
Fixed: Fixed in v1.0.30.3.
9:18 AM Ticket #2328 (Obfuscator includes with parent dir as double dots.) reopened by Jos
JPM PMed me an examples that indeed gave me this error so re-opening and will check what the problem is.

Mar 28, 2013:

7:38 PM Ticket #2328 (Obfuscator includes with parent dir as double dots.) closed by Jos
No Bug: Works for me when the files exists. Please discuss on the forums so we can have a dialog.
7:31 PM Ticket #2330 (Error occurs when using some object properties with AutoIt) closed by Jos
No Bug: No bug Use the forum for support requests.

Mar 27, 2013:

11:58 AM Ticket #2330 (Error occurs when using some object properties with AutoIt) created by agi@…
When converting a little working VBScript to AutoIt i recognized that …
9:20 AM Ticket #2305 (_ScreenCapture_Capture() - Width & Heigth wrong) closed by guinness
Fixed: Fixed by revision [7693] in version: 3.3.9.5
9:19 AM Ticket #2329 (_ScreenCapture_Capture Wrong output size) closed by guinness
Duplicate
9:14 AM Ticket #2305 (_ScreenCapture_Capture() - Width & Heigth wrong) updated by KaFu
Same as http://www.autoitscript.com/trac/autoit/ticket/2329
9:13 AM Ticket #2329 (_ScreenCapture_Capture Wrong output size) updated by KaFu
Same as http://www.autoitscript.com/trac/autoit/ticket/2305
9:03 AM Ticket #2329 (_ScreenCapture_Capture Wrong output size) updated by Melba23
The suggested solution is flawed as it will result in all other screen captures being 1 pixel too small (0 to 100 is 101 pixels not 100). What would solve the problem is to adjust the values of screen width and height derived when $iRight/$iBottom are set to -1: […] That way the correct width and height values will be set in all cases when the capture size parameters are calulated with: […] M23
8:05 AM Ticket #2329 (_ScreenCapture_Capture Wrong output size) created by johnmcloud
The finale image has 1 pixel more then the real desktop size, so if …

Mar 23, 2013:

10:47 PM Ticket #2274 (StringRegExp crashes on large string) updated by jchd
I bet that this crash has nothing to do with AutoIt. It's the PCRE library going out of its own internal steam. You get the same kind of crash when using the pcretest.exe utility available from the PCRE website. Windows further limits the stack size of every executable. Note that this combination of pattern and option is meaningless. Even without the 3 option, this useless pathological pattern is highly backtracking and best avoided in real-world applications.
Note: See TracTimeline for information about the timeline view.