Timeline


and

02/06/10:

23:07 Ticket #1457 (InetGetsize / VariableType) created by tankbuster@…
INetGetSize reports unusable FileSize in Bytes if Remote File is …
23:05 Ticket #1391 (AU3Info Toolsbar page returns info allways on instance 1 instead of ...) closed by Jon
Fixed: Fixed by revision [5672] in version: 3.3.5.4
22:18 Ticket #462 (Send() can't send Unicode characters.) closed by Jon
Completed
22:17 Ticket #1452 (FileOpenDialog) closed by Jon
Rejected
21:51 Ticket #1446 (_Screencapture_Capture UDF height and width is 1 pixel off) closed by Jon
Fixed: Fixed by revision [5671] in version: 3.3.5.4
21:44 Ticket #1441 (_GUICtrlRichEdit_GetText: last character truncated) closed by Jon
Fixed: Fixed by revision [5670] in version: 3.3.5.4
19:01 Ticket #1456 (Beta 3.3.5.2 hard crash on WinXP3 OS:X86) closed by Jon
Fixed
18:58 Milestone 3.3.5.3 completed
17:21 Ticket #1444 (AutoIt info tools keeping highlights on previous highlighted control) closed by Jon
Fixed: Fixed by revision [5665] in version: 3.3.5.3
15:06 Ticket #1456 (Beta 3.3.5.2 hard crash on WinXP3 OS:X86) created by Jos
VMWare:OS:WIN_XP/Service Pack 3 CPU:X64 OS:X86 This MsgBox is shown …
13:07 Ticket #1450 (3.3.4.0 Doesn't Compile Well with Windows 7) closed by Jon
Fixed
13:05 Ticket #1440 (For...In...Next, Multi dimensional array.) closed by Jon
Fixed: Fixed by revision [5664] in version: 3.3.5.3
13:01 Ticket #1449 (GUICtrlDelete(), GUICtrlCreateDummy()) closed by Jon
Fixed: Fixed by revision [5663] in version: 3.3.5.3
12:45 Ticket #1454 (_StringBetween does not find blank line correctly) closed by Jon
Fixed: Fixed by revision [5662] in version: 3.3.5.3
11:50 Milestone 3.3.5.2 completed
11:37 Ticket #961 (RegDelete fails to to delete reg key containing sub keys) closed by Jon
Fixed: Fixed by revision [5658] in version: 3.3.5.2

02/05/10:

00:24 Ticket #1455 (Scroll bug) closed by Valik
No Bug: SciTE 2.x is not supported.

02/04/10:

23:18 Ticket #1455 (Scroll bug) created by Philip Granered <philip.granered@…>
When I used SciTE Version 2.0.2.0 BETA I noticed when I where having …
19:12 Ticket #1454 (_StringBetween does not find blank line correctly) created by pongmaster21
When using $line=_StringBetween('<center>', '</center>') to search the …
16:44 Ticket #1453 (_Net_Share_ShareCheck() always returns 0) created by PsaltyDS
Something broke _Net_Share_ShareCheck(). I have a broken script that …
13:48 Ticket #1452 (FileOpenDialog) created by xrewndel <xrewndel@…>
Please add a parameter that can hide file masks in dialog, leaving …
13:04 Ticket #1451 (RegRead) created by xrewndel <xrewndel@…>
Function RegRead must accept Default keyword for a ValueName, i.e. …
03:44 Ticket #1450 (3.3.4.0 Doesn't Compile Well with Windows 7) created by Sindern
http://www.autoitscript.com/forum/index.php?showtopic=109412 See that …

02/03/10:

21:56 Ticket #1448 (#OnAutoItStartRegister ignored in compiled scripts) closed by Valik
Fixed: Fixed by revision [5657] in version: 3.3.5.2
18:07 Ticket #1449 (GUICtrlDelete(), GUICtrlCreateDummy()) created by anonymous
Not sure If GUICtrlDelete() should delete a GUICtrlCreateDummy() …
03:45 Ticket #1448 (#OnAutoItStartRegister ignored in compiled scripts) created by jchd
#OnAutoItStartRegister "function" works as expected from interpretor, …

02/01/10:

20:05 Ticket #1447 (AutoIt timesout on winwait when run by Microsoft Deployment Toolkit 2008) closed by Valik
No Bug: Sigh. What is it about that big red box that people are ignoring? You haven't clearly defined a bug, you haven't provided a short script that demonstrates the problem and it sure sounds to me like you need support.
19:35 Ticket #1447 (AutoIt timesout on winwait when run by Microsoft Deployment Toolkit 2008) created by disaak
I have a couple AutoIt software installation scripts that timeout when …
19:29 Ticket #1040 (_ScreenCapture_Capture(): GDI object leak with cursor capture) reopened by Valik
11:03 Ticket #1446 (_Screencapture_Capture UDF height and width is 1 pixel off) created by djbarnes@…
Screencapture_capture will return a square that is 1 pixel too small …
07:50 Ticket #1445 (Wrong description for _MemGlobalFree()) created by Yashied
If the function succeeds, returns FALSE but not TRUE. I think that …
02:26 Ticket #961 (RegDelete fails to to delete reg key containing sub keys) reopened by Valik
I'm going to re-open this so Jon can have a look and see if he can come up with a suitable explanation for the problem.
02:17 Ticket #1438 (_ArrayCombinations bug) closed by Valik
Fixed: Fixed by revision [5649] in version: 3.3.5.2
02:06 Ticket #1411 (FileReadLine enhancement to enable more efficient reading of very ...) closed by Valik
Rejected: You can easily do this yourself. Use FileRead() to read in fixed block sizes. Then use StringSplit() to break the data into an array of lines. Always prepend the last line of the previous read to the next read since you probably split that line in the middle and you won't miss any data.
02:03 Ticket #1422 (_GUICtrlStatusBar_GetWidth() states that it returns height) closed by Valik
Fixed: Fixed by revision [5648] in version: 3.3.5.2
01:54 Ticket #1432 (AutoIt3_x64.exe - GUIRegisterMsg($WM_NOTIFY, "MY_WM_NOTIFY")) closed by Valik
No Bug: Your NMHDR structure declaration is not correct. Use AutoIt's $tagNMHDR to get a correct version. It appears the documentation is wrong for that structure but the structure itself is declared correctly. Your attempt to declare the structure is fine for x86 but is a full 8-bytes too small for x64.
01:51 Ticket #1436 (Invalid helpfile/example '_INetGetSource.au3') closed by Valik
Fixed: Fixed by revision [5646] in version: 3.3.5.2
01:48 Ticket #1443 (Error in ExcelCom_udf (Excelbookopen)) closed by Valik
No Bug: Yeah, really good job reading the big red box. You failed to search the issue tracker, otherwise you would have found #1168. You failed to test with the latest versions. You failed to provide a test script. Since you are obviously using an old version of AutoIt you also failed to set the correct version. So riddle me this, why did you completely ignore the big red box?

01/31/10:

14:47 Ticket #1444 (AutoIt info tools keeping highlights on previous highlighted control) created by Jpm
Environment(Language:040C Keyboard:0000040C OS:WIN_VISTA/Service …
14:44 Ticket #1443 (Error in ExcelCom_udf (Excelbookopen)) created by wimhek
When Sheet1 is deleted in the workbook, Func _ExcelBookOpen gives an …
12:29 Ticket #1434 (Tidy, Multi Line, Trivial.) closed by Jos
Wont Fix: This is actually not really a bug but Tidy fixing a syntax error for you because it assumes you forgot a space in front of the underscore and inserts that in the first iteration. The reason the Indentation is not correct in one iteration is because the indentation logic is performed before the 'tidy' logic. I have no plans to fix this to make it work in one iteration and am more inclined to remove the "add space before underscore" since this was really done in the time the syntax changed and should be well known by now. Jos
10:29 Ticket #1431 (Multiple AutoIt3Wrapper outfiles) closed by Jos
Rejected: The #AutoIt3Wrapper_Outfile directive is used on the aut2exe program and only supports one output program, which meakes a lot of sense by the way. Use the #AutoIt3Wrapper_Run_After to copy the output program is that is what is needed. Jos

01/30/10:

21:34 Ticket #1442 (_FileWriteLog to allow allow file handle or filename as first parameter) created by Bowmore
Where an application is writing to a log file frequently, the opening …
14:50 Ticket #1441 (_GUICtrlRichEdit_GetText: last character truncated) created by ProgAndy
_GUICtrlRichEdit_GetText sets the length of the string-buffer …
14:05 Ticket #1440 (For...In...Next, Multi dimensional array.) created by anonymous
Not sure what the intended behavior is for For...In...Next in relation …

01/29/10:

18:52 Ticket #1439 (Icons included in script use wrong size) created by P5ych0Gigabyte
I have a script which uses a button with a 48x48 icon. When using an …

01/28/10:

17:53 Ticket #1438 (_ArrayCombinations bug) created by jchd
There is a bug that shows up when using _ArrayCombinations with most …
01:04 WikiStart edited by Valik
Tweak to table of contents. (diff)
00:04 WikiStart edited by Valik
Cleanups, Table of Contents and Commenting Guidelines. (diff)

01/27/10:

23:51 TicketGuidelines/NewTicketSummary edited by Valik
Formatting changed. (diff)
23:50 TicketGuidelines/NewTicketSummary edited by Valik
Minor cleanup (diff)
23:50 WikiStart edited by Valik
Changes to be more in line with ticket guidelines. (diff)
23:46 TicketGuidelines/NewTicketSummary edited by Valik
Added links to the pages containing the latest versions of AutoIt. (diff)
20:06 TicketGuidelines/NewTicketSummary edited by Valik
Added a new comment. (diff)
20:05 Ticket #1437 (Online Help(F1) for 'FileRead' doesn't work) closed by Valik
No Bug: Sigh, make it idiot proof and a bigger idiot comes along. Time to update the guidelines to tell people to check to ensure they really do have the latest version before assuming they have the latest version.
13:48 Ticket #1437 (Online Help(F1) for 'FileRead' doesn't work) created by anonymous
Just notice a strange bug I'd like to report. When you're in SciTE …

01/26/10:

12:34 Milestone 3.3.5.1 completed
06:38 Ticket #1436 (Invalid helpfile/example '_INetGetSource.au3') created by anonymous
There's a small bug in the helpfile/example: ...\Au3 Version …

01/25/10:

18:23 Ticket #1435 (Additions to RichEditConstants.au3 for Find replace dialog.) created by Mat
RichEditConstants.au3 already has the following constants for use with …

01/24/10:

18:54 Ticket #1433 (Picture driven computing) closed by Valik
Rejected: So you want a different language.
18:21 TicketGuidelines/NewTicketSummary edited by Valik
Typo (diff)
18:13 Ticket #1434 (Tidy, Multi Line, Trivial.) created by anonymous
[…] v2.0.29.0
15:25 Ticket #1433 (Picture driven computing) created by snelson@…
I'd like to see Auto-it handle 'picture driven computing'. The basic …
01:08 Ticket #1432 (AutoIt3_x64.exe - GUIRegisterMsg($WM_NOTIFY, "MY_WM_NOTIFY")) created by mlipok
AutoIt:3.3.4.0/X64 (Os:WIN_7/X64 Language:0415 Keyboard:00000415 …

01/23/10:

23:19 TicketGuidelines/ModifyTicketSummary edited by Valik
Fixed link. (diff)
23:18 TicketGuidelines/ModifyTicketSummary edited by Valik
Changed format and added more information. (diff)
23:14 TicketGuidelines/NewTicketSummary edited by Valik
Added a bit of clarity and formatting changes. (diff)
20:00 TicketGuidelines/NewTicketSummary edited by Valik
More cleanup (diff)
19:59 TicketGuidelines/NewTicketSummary edited by Valik
Additions and clenaups (diff)
19:56 TicketGuidelines/ModifyTicketSummary created by Valik
Initial comment
19:52 TicketGuidelines/NewTicketSummary created by Valik
Initial configuration.
19:12 Ticket #1430 (RegRead() Function, Bug?) closed by Valik
No Bug: This is not a support forum. If your submissions contains a question, you're in the wrong place.
15:34 Ticket #1409 (Compile to .exe dialog keyboard shortcut nuisance) closed by Jon
Fixed: Fixed by revision [5628] in version: 3.3.5.1
15:25 Ticket #1428 (AdlibUnRegister function name is case sensitive.) closed by Jon
Fixed: Fixed by revision [5627] in version: 3.3.5.1
14:56 Ticket #1431 (Multiple AutoIt3Wrapper outfiles) created by JamesBrooks
I think it would be a good idea to allow users to output the EXE in …
08:52 Ticket #1430 (RegRead() Function, Bug?) created by cyril.ansons@…
Hello, I have a little problem about the RegRead() function. In …
06:53 Ticket #1429 (Change return value of FileGetSize() on failure.) closed by Valik
Rejected: Uh, no. If you need to know if an error occurred then check @error. That's why functions set it.
05:44 Ticket #1429 (Change return value of FileGetSize() on failure.) created by Anonymous
Please change the return value of FileGetSize() to -1 when failure …
01:22 Ticket #1428 (AdlibUnRegister function name is case sensitive.) created by martin
If the function name passed to AdlibUnregister does not match a …

01/22/10:

18:58 Ticket #1426 ($PBS_MARQUEE speed selection) closed by Valik
Rejected: This is trivial to do by sending a single message to the control. Maybe you should ask how to do something on the forum first before making feature requests for something you can do yourself in a single line of code.
18:57 Ticket #1425 ($PBS_MARQUEE not in documentation) closed by Valik
No Bug: There are a lot of styles that are not documented.
18:55 Ticket #1427 (RegWite REG_BINARY wites data to registry that cannot read by other ...) closed by Valik
No Bug
17:35 Ticket #1427 (RegWite REG_BINARY wites data to registry that cannot read by other ...) created by grabalife@…
This command worked fine in v3.2.12.0 RegWrite(" " & $device & …
16:50 Milestone 3.3.5.0 completed
16:42 Ticket #1054 (Character Encoding) closed by Jon
Completed: Added by revision [5621] in version: 3.3.5.0
15:56 Ticket #1426 ($PBS_MARQUEE speed selection) created by SwooshyCueb
It would be nice if the progress bar function included an option to …
15:54 Ticket #1425 ($PBS_MARQUEE not in documentation) created by SwooshyCueb
The $PBS_MARQUEE GUI style for progress bars is not included in the …
01:01 Ticket #1423 (Helpfile examples don't open anymore with the button.) closed by Valik
Fixed: Fixed by revision [5617] in version: 3.3.5.0

01/21/10:

20:16 Ticket #1424 (GUICtrlCreateListView: $LVS_EX_BORDERSELECT fails.) closed by Valik
No Bug: This is not a bug. As best I can tell $LVS_EX_BORDERSELECT is only valid when using $LVS_ICON. However, you can't specify $LVS_ICON at creation time with the AutoIt-native controls. Try using the UDF-version.
14:15 Ticket #1424 (GUICtrlCreateListView: $LVS_EX_BORDERSELECT fails.) created by anonymous
[…] $LVS_EX_BORDERSELECT being the only one that fails of ListView …

01/20/10:

20:50 Ticket #1423 (Helpfile examples don't open anymore with the button.) created by Jos
autoit3help doesn't set the SetCurrentDirectory anymore to the …
20:11 Ticket #1422 (_GUICtrlStatusBar_GetWidth() states that it returns height) created by Beege
The documentation states that the return value is the HEIGHT of the …
16:23 Ticket #1421 (GUIRichEdit UDF added line break) created by TSGarp
every StreamToVar / StreamToFile adds a line break to the rtf-text …
16:10 Ticket #1420 (GUIRichEdit UDF hidden selection) created by TSGarp
most GUIRichEdit-functions leave hidden selection - compare example: …

01/19/10:

19:54 Ticket #1417 (Ping() not working properly for generic network addresses) closed by Valik
Works For Me: I do not experience the same-subnet ping time issue. I cannot test the cross-subnet ping because I do not have another subnet to test with. Also, I cannot find anything we are doing wrong nor can I find any issues with the internal functions we are using. Based on the ping issue I think maybe you have some other subtle network issue that AutoIt is sensitive to that Ping is not. Closing this as works for me.
19:22 Ticket #1418 (_IEDocWriteHTML example from help) closed by Valik
Works For Me: Works for me.
19:17 Ticket #1419 (Directory Management Functions) closed by Valik
Rejected: Err, you do realize you can access the Windows API from AutoIt, right?
13:59 Ticket #1419 (Directory Management Functions) created by juergen.hooss@…
Is it possible to include some functions to get a signal when any …
13:56 Ticket #1418 (_IEDocWriteHTML example from help) created by grom10@…
>"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut …
08:20 Ticket #1417 (Ping() not working properly for generic network addresses) created by nefklein@…
I'm getting the same behaviour as this gentleman here: …
02:37 Ticket #1414 (_GUICtrlButton_SetSize bug when restoring window) closed by Valik
No Bug: Psalty is correct. Moving native controls with anything but GUICtrlSetPos() is not supported and will lead to bugs.
02:29 Ticket #1416 (Open project in new window (right click context menu from Tabs)) closed by Valik
Rejected: I have no idea what you are talking about. I think it might be SciTE, but SciTE doesn't offer project management functionality. You're certainly not talking about AutoIt at any rate.
01:18 Ticket #1416 (Open project in new window (right click context menu from Tabs)) created by Monolith
Could you please implement a function when right clicking on a Project …

01/18/10:

17:43 Ticket #1415 (Issue with IE & HWnd($o_object.HWnd()) ERROR) closed by Valik
No Bug: Replying to Steveiwonder: > Ignore the noob script with all mouselclick spam etc , i still need to change some of that. Done. Now go read WikiStart.
12:17 Ticket #1415 (Issue with IE & HWnd($o_object.HWnd()) ERROR) created by Steveiwonder
This is the error I'm getting it worked once... i tested it again …

01/17/10:

10:33 Ticket #1412 (_GUICtrlStatusBar_ShowHide documentation for second parameter has no ...) closed by Jpm
Fixed: Fixed by revision [5606] in version: 3.3.5.0

01/16/10:

22:19 Ticket #1414 (_GUICtrlButton_SetSize bug when restoring window) created by 403forbidden403@…
In any situation, if you create a button and then change the size of …
21:16 Ticket #1413 (Shared file access flags behavior change in FileOpen) closed by Valik
No Bug: If the files are now correctly locked... good! They should have been locked from day one but there was some bug I didn't have time to track down which was allowing them to be shared. The fact that they were shared *was* the bug, not that they can no longer be shared. If that "always shared" bug is indeed fixed then I can finally implement proper sharing and file locking (#546). This is no bug, assuming it's true.
20:21 Ticket #1413 (Shared file access flags behavior change in FileOpen) created by GicuPiticu
It seems that FileOpen function has been modified about the way it …
16:49 Ticket #1412 (_GUICtrlStatusBar_ShowHide documentation for second parameter has no ...) created by Mat
The documentation for the _GUICtrlStatusBar_ShowHide second parameter …
14:56 Ticket #1411 (FileReadLine enhancement to enable more efficient reading of very ...) created by Bowmore
I would like to suggest a possible enhancement to the FileReadLine() …

01/15/10:

16:15 Milestone 3.3.4.0 completed

01/14/10:

20:58 Ticket #1410 (Using Pointer type with COM-object throws error.) created by monoceres
AutoIt doesn't seem to have any code dealing with variables of pointer …
20:02 Ticket #1409 (Compile to .exe dialog keyboard shortcut nuisance) created by anonymous
Ctrl-C is mapped to the "Compile"-Button. So if I want to Copy/Paste …
17:49 Ticket #1408 (Date UDF) closed by Valik
Duplicate: I assume the search function for the issue tracker is broken? I also assume the download link to the latest beta version of AutoIt is broken? Duplicate #1361. Thanks for wasting time.
15:29 Ticket #1408 (Date UDF) created by RThomson83
When calling the Date UDF functions _SetDate and _SetTime with the …

01/13/10:

23:33 Ticket #1407 (Change the Trace Tools to use @ScriptLineNumber) closed by Valik
Rejected: Did you even bother to think about this? 1. @ScriptLineNumber does not work in compiled scripts. 2. There's a command to remove Trace statements, there's a command to add Trace statements. I wonder what would happen if you removed them then added them again?
23:21 Ticket #1407 (Change the Trace Tools to use @ScriptLineNumber) created by exodius
The Add Trace Lines and Add Func Trace Lines are both awesome tools …
22:23 Ticket #1376 (FileOpen()) closed by Jon
Completed: Added by revision [5597] in version: 3.3.5.0
04:49 Ticket #1406 (Proposed Change to _WinAPI_HiWord()) closed by Valik
Rejected: As mentioned on the forum, temporary fixes are not something I'm fond of making.
01:03 Ticket #1406 (Proposed Change to _WinAPI_HiWord()) created by wraithdu
Considering the discussion a few weeks ago about BitShift being a …

01/10/10:

11:02 Milestone 3.3.3.3 completed
10:54 Ticket #1403 (File write unicode text with bom error) closed by Jon
Fixed: Fixed by revision [5582] in version: 3.3.3.3

01/09/10:

17:37 Ticket #1405 (Array definition, less strict data-part format.) closed by Valik
Rejected: Empty parameter lists still using a comma as separate will lead to some of the most un-readable code you've ever seen. It is a syntax I will fight against. My other argument is that you shouldn't need array initializer syntax for multi-dimensional (3+) arrays anyway. With data that complex a tab or comma separated file would lead to much better.
16:48 Ticket #1405 (Array definition, less strict data-part format.) created by anonymous
Just a idea. possible less strict array definition data-part format …
16:46 Ticket #1404 (AutoIt creates trojan infected exe files.) closed by Valik
No Bug: What a stupid bug report.
12:28 Ticket #1404 (AutoIt creates trojan infected exe files.) created by plotzenhotz@…
AutoIt created exe files are recognized containing the …
06:04 Ticket #1403 (File write unicode text with bom error) created by anonymous
[…] x.txt : �����й��� 00000000h: EF BB BF CF 92 CB 87 D7 90 C2 B9 …

01/08/10:

18:07 Ticket #1402 (Unable te read ini file key with quotas IniRead()) closed by Valik
No Bug: You're right, it doesn't. It's not a bug, either.
18:06 Ticket #1401 (Windows 7 Jump List) closed by Valik
Rejected: So do it? There's this thing called the Windows API. I suggest looking into it.
17:01 Ticket #1402 (Unable te read ini file key with quotas IniRead()) created by anonymous
I try to read a ini key with quotas mark: [Section1] Key1="String …
16:18 Ticket #1401 (Windows 7 Jump List) created by momitty
I'd like to be able to populate at least "Tasks" in the jump lists if …
14:28 Ticket #1341 (Win7 x64 - Cannot send any messages to dialog controls) closed by Jon
No Bug: Closing as no bug unless I hear otherwise.
14:26 Ticket #1400 (PB to extract an exe file (exe2Aut V3)) closed by Jon
No Bug: Sounds like a corrupt file, and in any case is a support issue not a bug.
14:25 Ticket #1348 (aut2exe Mangles Named RCDATA Resources) closed by Jon
No Bug: No bug. Aut2exe is built to handle AutoItSC.bin as is (for now).
13:52 Ticket #1400 (PB to extract an exe file (exe2Aut V3)) created by Soul-Almighty <vincent.sauvetre@…>
hi everyone, I've a problem to extract an exe file, builded with …
11:26 Ticket #1339 (Update helpfile translations links) closed by Jon
Fixed
11:07 Ticket #1399 (_ColorSetRGB() is returning wrong color value) reopened by Jon
11:02 Ticket #1399 (_ColorSetRGB() is returning wrong color value) closed by Jon
Fixed: Fixed by revision [5567] in version: 3.3.3.3
10:52 Ticket #1353 (_FileWriteToLine() excessively strict on input text type) closed by Jon
Fixed: Fixed by revision [5566] in version: 3.3.3.3
10:41 Ticket #1311 (MouseGetCursor() - identify also standard hand cursor (IDC_HAND)) closed by Jon
Completed: Added by revision [5565] in version: 3.3.3.3
10:37 Ticket #1398 ($tagPARAFORMAT2 incorrect) closed by Jon
Fixed: Fixed by revision [5564] in version: 3.3.3.3
04:08 Ticket #1399 (_ColorSetRGB() is returning wrong color value) created by Beege
The documentation of function _ColorSetRGB() states that the …

01/07/10:

22:08 Milestone 3.3.3.2 completed
21:52 Ticket #1352 (StringSplit hard crash on binary data) closed by Jon
Fixed: Fixed by revision [5559] in version: 3.3.3.2
18:31 Ticket #1396 (DllCallbackGetPtr crashes on invalid handle) closed by Valik
Fixed: Fixed by revision [5555] in version: 3.3.3.2
18:25 Ticket #1392 (OnAutoItExitRegister is causing AutoIT to crash) closed by Valik
Fixed: Fixed by revision [5554] in version: 3.3.3.2
17:22 Ticket #1398 ($tagPARAFORMAT2 incorrect) created by ProgAndy
The declaration of $tagPARAFORMAT2 in GUIRichEdit is incorrect. …
11:09 Ticket #1397 (HotKeySet not working when default keyboard layout set as non-english) created by MrCreatoR <mscreator@…>
For users that have they default keyboard layout set to other …
00:42 Ticket #1311 (MouseGetCursor() - identify also standard hand cursor (IDC_HAND)) reopened by Valik
This will not be in the next release of AutoIt.
Note: See TracTimeline for information about the timeline view.