Timeline


and

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: …

05/30/14:

15:59 Milestone 3.3.11.6 completed

05/26/14:

18:07 Ticket #2728 (Getting a window handle from PID for more advanced programs) closed by guinness
No Bug: Ask on the Forum if you don't understand AutoIt please. The example works as is intended.
15:59 Ticket #2728 (Getting a window handle from PID for more advanced programs) created by lwc
http://www.autoitscript.com/wiki/FAQ#How_can_I_get_a_window_handle_when

05/24/14:

23:59 Ticket #2725 (Problem printing help file with multiple examples) closed by Jpm
Fixed: Fixed by revision [10141] in version: 3.3.11.6

05/21/14:

12:32 Ticket #2690 (Win..... Return Value Proposal.) closed by guinness
Fixed: Fixed by revision [10136] in version: 3.3.11.6

05/20/14:

23:39 Ticket #2691 (Bitshift is returning incorect results) closed by Mat
No Bug: Jchd is correct. Of course if you want to get 52534 then you can just change it to Int($number / 2^$bits)
23:13 Ticket #2713 (ByRef Copy Bug) closed by Mat
Duplicate: Replying to anonymous: > Is this connected to ticket 2502? Yes it is. I hadn't realised this had been looked at before (but it looks like the conclusion was similar (variable != r-value, and byref might use either, or might not). I'll close this as a duplicate. If you want to guard against this, then just force it to copy by writing to the array: […]
23:02 Ticket #2727 (optional Datatypes) closed by Mat
Wont Fix: You are correct that dynamic typing does incur a runtime overhead. However, you are wrong that this would be "static" typing, and that they would perform any better. You'd still need to (at runtime) check the type of the variable and then do something different depending on the type. The only difference between that and a variant is that the explicitly typed case would result in errors, rather than casting. I really like explicit typing. I am very fussy in compiled languages about type, you wouldn't even see me writing float f = 4.0; in C++. But there really isn't any point in it, or need for it, in an interpreted langauge like AutoIt. I hope this explains why I'm closing this. If you still have any questions then feel free to PM me on the forums.
20:04 Ticket #2727 (optional Datatypes) created by anonymous
The fact that I could not even find one ticket about this probably …
18:26 Ticket #2714 (Help for GUICtrlCreateGraphic omits info for dynamic graphics.) closed by guinness
Rejected: Please adhere to the AutoIt standards for example creation. As it stands the example which was suggested is way beyond the scope of what the help file is intended for. Thanks.
18:24 Ticket #2705 (ObjCreate - without register anything) closed by guinness
Rejected: The feature according to a former dev is experimental and thus has no place in the official documentation. If or when this feature is stable then the appropriate changes will be made.
18:20 Ticket #2721 (_Array... - proposal) closed by guinness
Fixed: Fixed by revision [10135] in version: 3.3.11.6
14:24 Ticket #2724 (_WinAPI_CreatePen - doc) closed by guinness
Fixed: Fixed by revision [10134] in version: 3.3.11.6
12:42 Ticket #2726 (GUIListView, GUICtrlListView_GetGroupInfoByIndex) closed by Mat
Completed: Added by revision [10129] in version: 3.3.11.6
11:28 Ticket #2726 (GUIListView, GUICtrlListView_GetGroupInfoByIndex) created by gary.delamer@…
I use listview in my autoit projects and i need to know the GroupID …

05/19/14:

16:43 Ticket #2723 (FileConstants.au3 and FileSelectFolder.txt) closed by Jpm
No Bug

05/18/14:

11:10 Ticket #2725 (Problem printing help file with multiple examples) created by water
When printing the help file for _Excel_RangeCopyPaste only the first …

05/17/14:

12:48 Ticket #1919 (Native IPv6 support) reopened by Mat
12:38 Ticket #2722 (FileSelectFolder - XP Only - BUG) closed by Melba23
No Bug: This is not a bug - the flags only work in XP as is explained in the Remarks: The new vista+ dialog style is used if possible, regardless of the Use New Dialog Style flag. With the vista dialog style the edit control and create folder buttons are always shown, ignoring the flags parameter The statement "XP Only" is quite correct - the flags only work in XP. M23
12:31 Ticket #2724 (_WinAPI_CreatePen - doc) created by mLipok
based on AZJIO: …
08:04 Ticket #2720 (_ArrayBinarySearch - Wrong Description) closed by Jpm
Fixed: Thanks, it was already fix for all _array in 3.3.11.6
07:16 Ticket #2723 (FileConstants.au3 and FileSelectFolder.txt) created by mLipok
please add […] to FileConstants.au3 and I attach modified …
07:00 Ticket #2722 (FileSelectFolder - XP Only - BUG) created by mLipok
in Parameteres in "flag" description: […] This is not true. It …
06:47 Ticket #2721 (_Array... - proposal) created by mLipok
in _ArrayDisplay removed doubled word array "Displays a 1D or …
05:42 Ticket #2720 (_ArrayBinarySearch - Wrong Description) created by mLipok
Now there is […] Proposal: […]

05/15/14:

23:33 Ticket #2719 ("Misc. functions Reference" - table - Function list) created by mLipok
[…] there is no AutoItSetOption / Opt in this table. But this …
20:04 Ticket #2716 (GUICtrlSetPos - Parameters proposal) closed by Melba23
Completed: Added by revision [10127] in version: 3.3.11.6
06:41 Ticket #2718 (SplashOff - example proposal) closed by Jpm
Completed: Changed by revision [10125] in version: 3.3.11.6

05/14/14:

23:33 Ticket #2718 (SplashOff - example proposal) created by mLipok
current contents of the example: […] PROPOSAL: […] …
15:11 Ticket #2717 (AutoIt Constants include files) closed by Jpm
Fixed: Fixed by revision [10121] in version: 3.3.11.6

05/13/14:

22:17 Ticket #2717 (AutoIt Constants include files) created by mLipok
[…] This is not true. What about: #include <InetConstants.au3> ??
21:44 Ticket #2716 (GUICtrlSetPos - Parameters proposal) created by mLipok
look in Remarks: […] There is talk about Default keyword. …
21:09 Ticket #2715 (mistake in helpfile) closed by Melba23
Fixed: Fixed by revision [10120] in version: 3.3.11.6
20:05 Ticket #2715 (mistake in helpfile) created by rav_kr
There is small mistake in comment in the example on page …
16:16 Ticket #2712 (RegDelete, RegRead and RegWrite operate on the wrong "keyname".) closed by Jos
No Bug

05/11/14:

09:59 Ticket #2714 (Help for GUICtrlCreateGraphic omits info for dynamic graphics.) created by RichardL
See …

05/10/14:

23:18 Ticket #2713 (ByRef Copy Bug) created by anonymous
In the following script, the presence of ByRef causes $b
18:24 Ticket #2712 (RegDelete, RegRead and RegWrite operate on the wrong "keyname".) created by carlmcz@…
RegDelete, RegRead and RegWrite operate on the wrong "keyname". Is …
16:38 Ticket #2710 (Operator Documentation) closed by Melba23
Fixed: Fixed by revision [10112] in version: 3.3.11.6
16:21 Ticket #2711 (_IELoadWait() hung in case of unknown error) created by anonymous
I have Embedded IE and sometimes it error-out by showing "404" page …
15:01 Ticket #2710 (Operator Documentation) created by anonymous
"Language Reference - Operators" lists & as an assignment …

05/09/14:

14:07 Ticket #2709 (AutoItSC.bin is missing from v3.3.10.2) closed by Melba23
Fixed: Fixed by revision [10111] in version: 3.3.11.6
13:57 Ticket #2709 (AutoItSC.bin is missing from v3.3.10.2) created by anonymous
AutoIt 3.3.10.2 doesn't have a file AutoItSC.bin in Aut2Exe folder, …
Note: See TracTimeline for information about the timeline view.