Timeline


and

06/30/14:

20:36 Ticket #2772 (GuiComboBox.au3 - (gafro_GUICtrlComboBox_GetDroppedState) closed by Melba23
Fixed
11:15 Ticket #2773 (_FTP_ProgressUpload - examples) created by mLipok
[…] please change to: […] s$erver >> $sServer
10:42 Ticket #2772 (GuiComboBox.au3 - (gafro_GUICtrlComboBox_GetDroppedState) created by mLipok
there is: […] but it should be: […]
10:32 Ticket #2771 (FTPEx.au3 - proposal) created by mLipok
changes $sFileIndex >> $iFileIndex $iContext >> $pContext …
08:55 Ticket #2770 (Proposal - _FTP_Connect.txt) created by mLipok
I attach _FTP_Connect.txt in Parameters added flags and in remarks …

06/29/14:

09:39 Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) closed by Jos
No Bug

06/28/14:

01:42 Ticket #2769 (Example proposal- _GUICtrlRichEdit_Create[2].au3) created by mLipok
Example for multi RichEdit control […]

06/27/14:

22:15 Ticket #2767 ('Attempt to access invalid address' in some cases when using ...) closed by Jos
No Bug: You're welcome. Jos
01:21 Ticket #2768 (Error: missing separator character before keyword.) closed by BrewManNH
Duplicate

06/26/14:

22:13 Ticket #2768 (Error: missing separator character before keyword.) created by anonymous
Local $objEmail = ObjCreate("CDO.Message") $objEmail.From = …
17:01 Ticket #2767 ('Attempt to access invalid address' in some cases when using ...) created by anonymous
Hi, Under some circumstances you get the error message 'Attempt to …
14:52 Ticket #2764 ($CONST_* constants require #include <......au3> ---- part 3) closed by Jpm
Completed: Added by revision [10248] in version: 3.3.13.0
14:50 Ticket #2766 (AUTOIT forum confirmation not send.) closed by Melba23
No Bug: According to the forum admin software we never received a registration request for "TYO1", so it is hardly surprising that no validation email was sent. I presume you have now registered as "TYO2" - feel free to change your display name if you so wish. M23
10:18 Ticket #2766 (AUTOIT forum confirmation not send.) created by anonymous
Well i registered with the user TYO1 Whatever I try i cannot validate …

06/25/14:

21:59 Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) closed by guinness
Completed
21:53 Ticket #2765 (Example proposal - _WinAPI_GetPriorityClass.au3) closed by guinness
Rejected
21:23 Ticket #2765 (Example proposal - _WinAPI_GetPriorityClass.au3) created by mLipok
Based on: …
21:09 Ticket #2764 ($CONST_* constants require #include <......au3> ---- part 3) created by mLipok
look in attachment
10:40 Ticket #2763 (IsDeclared - Return Value BUG) closed by guinness
No Bug: As jchd rightly said this isn't a bug, as a IsDeclared() requires a "string representation" of the variable name. […]
08:24 Ticket #2763 (IsDeclared - Return Value BUG) created by mLipok
[…] Expeced 1 and -1

06/24/14:

20:03 Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) created by mLipok
Source: …

06/23/14:

17:36 Ticket #2761 (HelpFile Title) closed by Jpm
Completed: Added by revision [10242] in version: 3.3.13.0
14:02 Ticket #2761 (HelpFile Title) created by anonymous
Can you change the title of the Help window itself to include the …
10:27 Ticket #2760 ($CONST_* constants require #include <......au3> ---- part 2) closed by guinness
Completed: Added by revision [10240] in version: 3.3.13.0
00:51 Ticket #2760 ($CONST_* constants require #include <......au3> ---- part 2) created by mLipok
new proposals.
00:29 Ticket #2759 (_WinAPI_GetFinalPathNameByHandle - dwFlags - Parameter) created by mLipok
from APIFilesConstants.au3: […] but this function …

06/21/14:

16:16 Ticket #2758 (_ArrayPermute cannot handle multi-symbol delimiters) closed by Jpm
Fixed: Fixed by revision [10234] in version: 3.3.13.0
16:01 Ticket #2729 (32-bit integers converted to doubles after division) closed by Jpm
No Bug: AutoIt has no Integer only math. addition, multiplication keep integer type is both are integers but for division as the result is mostly a float number the return is always a float number
15:03 Ticket #2758 (_ArrayPermute cannot handle multi-symbol delimiters) created by anonymous
but actual culprit is internal Array_ExeterInternal() from Example: …

06/20/14:

06:27 Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) created by Joerg
Hello, I downloaded the zipped version of SciTE and wanted to run the …

06/19/14:

19:07 Ticket #2756 (FileCreateShortcut function is not working properly in Windows 2008 R2) created by jbc777@…
FileCreateShortcut function is not working properly in Windows 2008 …
14:27 Ticket #2755 (SetError - Description) closed by Jpm
Fixed: Fixed by revision [10231] in version: 3.3.13.0

06/17/14:

11:21 Ticket #2755 (SetError - Description) created by anonymous
in description there is: […] It is not complementary. Please …

06/13/14:

13:41 Ticket #2754 (Bug in guiSetState( @SW_RESTORE, $gui ) ....) closed by Melba23
No Bug: No bug - just use […] to prevent the default Windows code running as well as your own. M23
06:51 Ticket #2754 (Bug in guiSetState( @SW_RESTORE, $gui ) ....) created by JoeCool
I basicly just redefine Minize, Maximize, Restore and Close ... …

06/11/14:

06:00 Ticket #2731 (AU3Check error on objects that contain properties with name (.To)) closed by Jpm
Fixed

06/10/14:

19:21 Ticket #2753 ("To" keyword incorrectly parsed in COM object) closed by Jos
Duplicate: Duplicate of #2731
13:45 Ticket #2752 (AutoIt Help omits the precedence of the ternary operator) closed by Melba23
Rejected: Rejected - for explanation see http://www.autoitscript.com/trac/autoit/ticket/2750#comment:4
13:44 Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) closed by Melba23
Rejected: Much clearer thanks. Personally I do not regard the ternary operator as a true operator, more as a condensed If (in fact it replaced the _IIf UDF). So I not believe that it has a precedence as such and the use of parentheses to make sure that the various expressions within the ternary operator are correctly parsed is entirely proper and necessary. I would consider it a parallel with the requirement to use parentheses with Not on occasion to ensure that only the correct element is affected. We clearly say in the Help file: […] This remark was added to cater for cases where operator precedence needed to be specified - such as the one you have mentioned above. Furthermore, I fail to see why not having parentheses would produce "less confusion" - to my mind it is very likely to create more as the various elements of the ternary syntax become less distinct. So I am rejecting this request. M23
10:52 Ticket #2753 ("To" keyword incorrectly parsed in COM object) created by FredAI
The "To" keyword is incorrectly parsed when used as a COM object …
00:17 Ticket #2752 (AutoIt Help omits the precedence of the ternary operator) created by lcofresi
The page "Language Reference - Operators" in the AutoIt Help fails to …

06/09/14:

22:03 Ticket #2751 (SampleControls.au3 - proposal) closed by guinness
Completed: Added by revision [10217] in version: 3.3.13.0
21:34 Ticket #2748 (_WinAPI_SaveHBITMAPToFile in WinAPIGdi.au3 is bugged) closed by guinness
Fixed: Fixed by revision [10211] in version: 3.3.13.0
21:34 Ticket #2751 (SampleControls.au3 - proposal) created by mLipok
Proposal added #Region and GUICtrlSetTip() some other minior changes.
21:22 Ticket #2749 (COM Object Examples - proposal / fixed / question) closed by Jpm
Fixed: Fixed by revision [10210] in version: 3.3.13.0
18:26 Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) created by anonymous
The ternary operator should have the lowest precedence in expressions. …
18:26 Ticket #2732 (ObjName - additional example proposal) closed by Jpm
Completed: Added by revision [10208] in version: 3.3.13.0
17:45 Ticket #2749 (COM Object Examples - proposal / fixed / question) created by mLipok
in getHTMLsource.au3 there is: […] instead […] fixed in …
15:26 Ticket #2746 (IE6Example.htm - Refreshing) closed by Jpm
Fixed: Fixed by revision [10205] in version: 3.3.13.0
14:21 Ticket #2745 (HelpFile <> Official Site - Windows Compability) closed by guinness
Fixed: Fixed by revision [10203] in version: 3.3.13.0
12:28 Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) closed by Jpm
Fixed: Fixed by revision [10202] in version: 3.3.13.0
12:24 Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) closed by Jpm
Fixed: Fixed by revision [10201] in version: 3.3.13.0
12:20 Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) closed by Jpm
Fixed: Fixed by revision [10200] in version: 3.3.13.0
12:16 Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) closed by Jpm
Fixed: Fixed by revision [10199] in version: 3.3.13.0
12:11 Ticket #2744 (ToolTip and GUICtrlSetTip - Requires IE5+) closed by Jpm
Fixed: Fixed by revision [10198] in version: 3.3.13.0
12:03 Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) closed by Jpm
Fixed: Fixed by revision [10197] in version: 3.3.13.0
11:51 Ticket #2736 (DriveGetType , _WinAPI_SetWindowPos - constatns defined in ..) closed by Jpm
Fixed: Fixed by revision [10196] in version: 3.3.13.0
10:17 Ticket #2742 (#Au3Stripper_Parameters=/RenameMinimum doesn't work) closed by Jos
Fixed: The indicated version is for AutoIt3 and there is no relation to the version of au3stripper. When running your script through Au3Stripper in SciTE, I got the following console output: […] This shows the error and the version. Anyway, there was indeed a typo in the lexing of the commandline which is now fixed in the current Beta version of Au3Stripper. Thanks for the report, Jos
08:04 Ticket #2747 (Nested ternary operator returns incorrect results) closed by jchd18
No Bug: No bug here: you must use parenthesis to enclose the coumpound condition. […] Next time, please ask on the General Help forum to confirm bug status.
05:59 Ticket #2748 (_WinAPI_SaveHBITMAPToFile in WinAPIGdi.au3 is bugged) created by anonymous
_WinAPI_SaveHBITMAPToFile may break as reported by SciTE's console: …
04:54 Ticket #2747 (Nested ternary operator returns incorrect results) created by lcofresi
This very simple code show the problem: Local $v1 = 0, $v2 = 2 Local …

06/08/14:

22:25 Ticket #2746 (IE6Example.htm - Refreshing) created by mLipok
look in attachment
20:26 Ticket #2745 (HelpFile <> Official Site - Windows Compability) created by mLipok
http://www.autoitscript.com/site/autoit/ […] …
20:22 Ticket #2744 (ToolTip and GUICtrlSetTip - Requires IE5+) created by mLipok
http://en.wikipedia.org/wiki/Windows_XP#Networking_and_internet_functio
17:27 Ticket #2743 (Hex($n, -1.#INF) crashes AutoIt) created by Mat
Reproducer is just the code: […] This is causing scripts to …
13:59 Ticket #2742 (#Au3Stripper_Parameters=/RenameMinimum doesn't work) created by lwc
I've tried the new Stripper and its /RenameMinimum parameter doesn't …
06:52 Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) created by mLipok
in iFlag Parameters description please add $ before BF_* […] …
06:43 Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) created by mLipok
please add to remarks $PF_* constants require #include …
06:39 Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) created by mLipok
please add to remarks $LOCALE_* constants require #include …

06/07/14:

17:47 Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) created by mLipok
please add to remarks $REST_* constants require #include …
17:43 Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) created by mLipok
please add to remarks $SIID_* constants require #include …
16:50 Ticket #2736 (DriveGetType , _WinAPI_SetWindowPos - constatns defined in ..) created by mLipok
in _WinAPI_SetWindowPos.txt […] in DriveGetType.txt […] …

06/06/14:

15:30 Ticket #2642 (The function Hex() returns the wrong value) closed by Melba23
No Bug: I am closing this ticket as there is no problem with Hex - the seemingly invalid returns are caused by the inadvertent use of doubles instead of integers as the argument. That is covered by this ticket: http://www.autoitscript.com/trac/autoit/ticket/2729 M23
06:15 Ticket #2733 (WM_SETCURSOR doesn't pass $wParam as handle after using GUICtrlSetCursor) closed by Jpm
No Bug: In fact it does. But if you rad the MSDN doc it is the handle to the Windows not to the control

06/05/14:

23:26 Ticket #2735 (Error in helpfile) closed by guinness
Fixed: Fixed by revision [10192] in version: 3.3.13.0
21:49 Ticket #2735 (Error in helpfile) created by rav_kr
on page …
21:21 Ticket #2734 (_GUICtrlListView_GetGroupRect setting wrong member) closed by guinness
Fixed: Fixed by revision [10189] in version: 3.3.13.0
17:43 Ticket #2734 (_GUICtrlListView_GetGroupRect setting wrong member) created by anonymous
_GUICtrlListView_GetGroupRect sets the member "Left" to $iGet. The …

06/04/14:

11:43 Ticket #2733 (WM_SETCURSOR doesn't pass $wParam as handle after using GUICtrlSetCursor) created by MrCreatoR
Here is an example that shows the problem: […] …

06/03/14:

19:37 Ticket #2732 (ObjName - additional example proposal) created by mLipok
[…]

06/02/14:

21:06 Ticket #2731 (AU3Check error on objects that contain properties with name (.To)) created by cory.r.stein@…
We have a function that uses the object CDO.Message. The below …
14:19 Ticket #2730 (SetError - Return Value - undefined ?) closed by guinness
No Bug: This has been discussed before between Jon and myself, with the conclusion being it should remain as is. I am closing the ticket as "no bug".
00:33 Ticket #2730 (SetError - Return Value - undefined ?) created by mLipok
in parameters: […] This is no true or I personally do not …

06/01/14:

20:29 Milestone 3.3.12.0 completed

05/31/14:

18:25 Ticket #2729 (32-bit integers converted to doubles after division) created by czardas
Perhaps not everyone will agree with me, but I consider this a bug: …
Note: See TracTimeline for information about the timeline view.