Timeline



Dec 27, 2011:

7:54 PM Ticket #2077 (_GuiRichEdit_Create Bad HWnd Check) updated by AdmiralAlkex
This ticket is referenced in revision: [6573]
7:50 PM Ticket #2077 (_GuiRichEdit_Create Bad HWnd Check) closed by AdmiralAlkex
Fixed: Fixed by revision [6572] in version: 3.3.9.0
7:25 PM Ticket #2077 (_GuiRichEdit_Create Bad HWnd Check) created by wraithdu
In this function, the first line checks if the window handle passed …
5:45 PM Ticket #2075 (GUICtrlSetImage changes icon position on resizable window) updated by J-Paul Mesnage
Summary changed
9:21 AM Ticket #2076 (Object value can't be set True) closed by trancexx
Fixed: Fixed by revision [6571] in version: 3.3.9.0
6:53 AM Ticket #2073 (ContinueLoop crashes script if nothing to jump) updated by jchd
Another instance of a highly related issue: {{{#include <GuiListView.au3> #include <SQLite.au3>}}} due to the "final" ExitLoop at line 7112 of first include. Temporary ugly workaround seems to work: insert dummy instruction after offending ExitLoop, ContinueLoop, ContinueCase, like "Local $Dummy".
2:35 AM Ticket #2076 (Object value can't be set True) created by chrisg1941@…
I have been trying to implement programming of Open Office through …
1:23 AM Ticket #2075 (GUICtrlSetImage changes icon position on resizable window) created by ChrisN
When a window is resized & the icon control is moved from its original …

Dec 26, 2011:

6:59 PM Ticket #2073 (ContinueLoop crashes script if nothing to jump) updated by J-Paul Mesnage
Replying to trancexx: > Issue is introduced by revision [5885]. In fact something else as this rev has been reverted by Jon rev 6138 perhaps the duplicate of 1485 Edited Just forget I confuse 5825 with 5885
4:45 PM Ticket #2073 (ContinueLoop crashes script if nothing to jump) updated by trancexx
Issue is introduced by revision [5885].
1:53 PM Ticket #2074 (Example Opt MustDeclareVars is missing) closed by guinness
Fixed: Fixed by revision [6565] in version: 3.3.9.0
1:43 PM Ticket #2074 (Example Opt MustDeclareVars is missing) created by Tweaky
In the example of "Opt" "Opt("MustDeclareVars", 0) ;0=no, …
10:11 AM Ticket #2073 (ContinueLoop crashes script if nothing to jump) created by Melba23
Using ContinueLoop without a following statement to jump over to …
12:01 AM Ticket #2072 (Tutorial RegExp - wrong word) closed by AdmiralAlkex
Fixed: Fixed by revision [6560] in version: 3.3.9.0

Dec 25, 2011:

7:53 PM Ticket #2072 (Tutorial RegExp - wrong word) created by Tweaky
At the Tutorial RegExp you must replace "([0-9]{1,3} damage)" with …
8:12 AM Ticket #2071 (autoit-docs-v3.3.8.0-src.exe is missing) closed by J-Paul Mesnage
Fixed: It has been uploaded

Dec 23, 2011:

5:33 PM Ticket #2071 (autoit-docs-v3.3.8.0-src.exe is missing) created by anonymous
Hi, where can I download "autoit-docs-v3.3.8.0-src.exe"? Thanks
5:14 PM Ticket #2003 (ProcessWaitClose() using too much CPU) closed by trancexx
Fixed: Fixed by revision [6544] in version: 3.3.9.0
4:32 PM Ticket #2067 ($n=-2147483648 is not an int32) closed by trancexx
Fixed: Fixed by revision [6541] in version: 3.3.9.0
12:24 PM Milestone 3.3.8.0 completed

Dec 21, 2011:

8:12 AM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by J-Paul Mesnage
When you submit a test example, please make it "working". Your one has no EndFunc neither an simulation of _SendQuiet(), _RegEx(). The worst is we cannot reproduce anything as we don't know on what $hStatus is coming from Don't forget also to describe the environment you are running under as Environment(Language:040C Keyboard:0000040C OS:WIN_7/Service Pack 1 CPU:X64 OS:X86) We don't have cristal ball …
6:20 AM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by TsukasaX
Some of the functions may need some more explanation. _SendQuiet('port') should retrieve a string like "Port: 7000", and _Regex() would then retrieve the number with the "0" parameter being the default return value.
6:17 AM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) created by TsukasaX
[…] The idea of this code is to get the first part of a 4-part …

Dec 19, 2011:

9:54 AM Ticket #2069 (StringRegExpGui example produce 2 warnings) created by J-Paul Mesnage
open tutorial-> String regular expression then push "Open …

Dec 14, 2011:

10:22 PM Ticket #2063 (site's search won't take keywords with less than 3 chars) closed by Valik
No Bug
9:37 AM Ticket #2063 (site's search won't take keywords with less than 3 chars) updated by AdmiralAlkex
There's no problem with the search engine. What's wrong with the download on the download page? http://www.autoitscript.com/site/autoit/downloads/ If you read past the first couple of lines you would see: ---- AutoIt Previous Versions – v3.2.12.1 was the last version that was compatible with Windows 95 and Windows NT 4.0. ---- Right next to the link to 3.2.12.1
8:10 AM Ticket #2068 (ACos() bug) created by Spiff59
The x86 version of the ACos() function seems to go south after six …

Dec 13, 2011:

5:04 PM Ticket #2066 (bad dllStructSetData return for int) updated by J-Paul Mesnage
In fact long, bool are alias of int for unsigned 32-bit type as they cannot be stored without lost of precision the int64 is returned. This apply to wparam whish is unsigned *_ptr does not mean ptr but ptr size so when solving for int […] this will change under x64 as ptr will are 64-bit
4:35 PM Ticket #2067 ($n=-2147483648 is not an int32) created by J-Paul Mesnage
such value can be stored in an int32 but is stored in an int64 […] …
4:19 PM Ticket #2066 (bad dllStructSetData return for int) updated by jchd
More unexpected readback types running .23 beta on x86. […]
1:34 PM Ticket #2066 (bad dllStructSetData return for int) updated by J-Paul Mesnage
Description changed
1:33 PM Ticket #2066 (bad dllStructSetData return for int) created by J-Paul Mesnage
running the following script show a little discrepancy of a int64 …
12:15 PM Ticket #1870 (@GUI_DRAGFILE) updated by guinness
A 'workaround' is using StringTrimRight and StringLen […]

Dec 12, 2011:

11:41 PM Milestone 3.3.7.23 completed
4:41 PM Ticket #2064 (DriveStatus returns INVALID on existing path (by Volume Name)) updated by J-Paul Mesnage
I think DriveStatus must work as DriveGetType which does not care of the extended syntax
1:00 PM Ticket #2064 (DriveStatus returns INVALID on existing path (by Volume Name)) closed by trancexx
No Bug: The change is introduced in v3.3.7.2 with revision [5991]. Change log entry is: Fixed #1860: DriveStatus Returns Ready with blank value. The description for the function is that it takes path of drive to receive information from as parameter, not a volume GUID path. The fact that something undocumented worked before doesn't make it a bug when no longer does. Therefore this is not a bug.
12:31 PM Ticket #2065 (how to detect which button clicked in internet Explorer using java script) closed by trancexx
No Bug
12:09 PM Ticket #2065 (how to detect which button clicked in internet Explorer using java script) updated by anonymous
This is not a forum
12:08 PM Ticket #2065 (how to detect which button clicked in internet Explorer using java script) created by manishpatel810@…
how to detect which button clicked in internet Explorer using java …
2:39 AM Ticket #2064 (DriveStatus returns INVALID on existing path (by Volume Name)) created by MrCreatoR <mscreator@…>
Run this on 3.3.7.1 and lower versions: […] The result is fine, …
12:58 AM Ticket #2063 (site's search won't take keywords with less than 3 chars) created by jmichae3@…
this is a problem with the site's search engine. some windows OSs …

Dec 9, 2011:

9:00 PM Ticket #1658 (COM / OLE object access causes error code 80020003 - member not found) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
7:21 PM Ticket #1658 (COM / OLE object access causes error code 80020003 - member not found) closed by trancexx
Fixed: Great, closing then. Fixed by revision [6475] in version: 3.3.7.22

Dec 8, 2011:

10:12 PM Ticket #2050 (Handle should bei called filehandle) updated by guinness
Resolution, Milestone changed
Fixed by revision [6508] in version: 3.3.7.23
7:18 PM Ticket #2050 (Handle should bei called filehandle) updated by Tweaky
In version 3.3.7.22 it is not yet corrected
6:36 PM Ticket #1658 (COM / OLE object access causes error code 80020003 - member not found) updated by MeJonah@…
Yep, it is fixed. You guys are awesome, especially considering I was never able to get you the CR runtime to test with.
8:58 AM Ticket #2062 (Example text _IEFormElementGetCollection) created by MvL
Last time I tried (Windows XP, 3.3.6.1 and 3.3.7.22) the index of the …

Dec 7, 2011:

6:25 PM Milestone 3.3.7.22 completed
6:06 PM Ticket #2003 (ProcessWaitClose() using too much CPU) updated by Valik
Severity changed
Blocking flag removed. Fixing this requires changes that I do not feel comfortable making for the next release.

Dec 5, 2011:

12:37 PM Ticket #1802 (_WinAPI_CallWindowProc() and _WinAPI_DefWindowProc() are not Unicode ...) updated by trancexx
And they should. There are some special functions that should be supported by standard UDFs in both versions. These functions are examples of that. You are free to ask for SVN access and after that be part of UDF development if you wish.

Dec 4, 2011:

8:30 PM Ticket #1802 (_WinAPI_CallWindowProc() and _WinAPI_DefWindowProc() are not Unicode ...) updated by Yashied
All functions that are in WinAPI.au3 uses the Unicode version, apart from these two.

Dec 3, 2011:

8:15 PM Ticket #1658 (COM / OLE object access causes error code 80020003 - member not found) updated by trancexx
This should be fixed with the next beta (3.3.7.22). Please test if you know how. I will close this ticket soon as fixed unless somebody proves it still exists.

Dec 2, 2011:

11:42 PM Ticket #2042 (Windows 8 support for @OS macros) closed by Valik
Completed: Added by revision [6473] in version: 3.3.7.22
11:10 PM Ticket #2061 (Rewrite OS_Version class) created by Valik
The code is an unwieldy mess of madness. It needs refactored so that …

Nov 30, 2011:

10:24 PM Ticket #2059 (Open include (Alt+i) runs scripts, sometimes.) updated by Shaggi
Replying to anonymous: > AFAIR, it's a known bug in SciTE, when the script is runing already and we use SciTE function that runs other tool, second copy of the script is executed. > > Try to run the script from SciTE and press F1. That would be it.
6:10 PM Ticket #2059 (Open include (Alt+i) runs scripts, sometimes.) closed by Valik
Wont Fix: Regardless of what the root cause of this issue is, this is a SciTE bug. SciTE is not our project.
11:22 AM Ticket #2059 (Open include (Alt+i) runs scripts, sometimes.) updated by anonymous
AFAIR, it's a known bug in SciTE, when the script is runing already and we use SciTE function that runs other tool, second copy of the script is executed. Try to run the script from SciTE and press F1.

Nov 29, 2011:

3:45 PM Ticket #2059 (Open include (Alt+i) runs scripts, sometimes.) updated by anonymous
Using scite 2.27, downloaded here: http://www.autoitscript.com/site/autoit-script-editor/downloads/ Windows 7 x64, happens on any version of autoit (beta and release), had the problem for a long time. AutoIt3Wrapper v.2.0.3.0 Environment(Language:0406 Keyboard:00000406 OS:WIN_7/ CPU:X64 OS:X64) - in case it matters.
8:29 AM Ticket #2059 (Open include (Alt+i) runs scripts, sometimes.) updated by J-Paul Mesnage
Replying to Shaggi: > Not much to say, sometimes, like 40% of times when i use ALT+I on a include line it runs the script. Very annoying sometimes. > Using the full scite4autoit. > > Couldn't find any other ticket after some searching, dno if it has been reported before.. You better describe which envirnonment you are running with, just copy the "SciTE Output plane" content. It is at least needed to understand what is going on.
7:54 AM Ticket #2059 (Open include (Alt+i) runs scripts, sometimes.) updated by guinness
Started discussion in the SciTE4AutoIt3 thread >> http://www.autoitscript.com/forum/topic/130437-new-scite4autoit3-available-with-scite-v227/page__view__findpost__p__942915
7:28 AM Ticket #2060 (UDFs Documentation issues) closed by guinness
Fixed: Fixed by revision [6462] in version: 3.3.7.22
12:33 AM Ticket #2060 (UDFs Documentation issues) updated by MrCreatoR <mscreator@…>
Oops, here is a correction for the first issue: >There should be a remark about the fact that it will work only if $LVS_SINGLESEL style not used.
12:28 AM Ticket #2060 (UDFs Documentation issues) created by MrCreatoR <mscreator@…>
While translating AutoIt help file by the Russian community, we found …

Nov 28, 2011:

9:18 PM Ticket #2059 (Open include (Alt+i) runs scripts, sometimes.) created by Shaggi
Not much to say, sometimes, like 40% of times when i use ALT+I on a …

Nov 27, 2011:

11:34 PM Ticket #1973 (_IEAttach failes and crashes on some special window constellations) closed by trancexx
No Bug: This is not bug and that's not solution. Create and use COM error handler to avoid situations like that.
11:25 PM Ticket #2034 (_GUICtrlMenu_AppendMenu - bug when BitOr($MF_BYPOSITION, $MF_STRING) ...) closed by trancexx
Fixed: Fixed by revision [6454] in version: 3.3.7.22
5:30 PM Ticket #1802 (_WinAPI_CallWindowProc() and _WinAPI_DefWindowProc() are not Unicode ...) closed by trancexx
No Bug: Yashied you have registered a window class using Unicode version of that function. In that case the system passes text parameters of messages as Unicode, meaning your _MyWndProc() must use Unicode version functions you use. If you have done opposite of that _MyWndProc() would be correct. This proves that functions inside WinApi.au3 are not wrong. What's true is that WinApi.au3 misses Unicode versions of those functions as DllCall function calls ANSI versions of functions by default when there are any doubts. This is not a bug.
Note: See TracTimeline for information about the timeline view.