Timeline


and

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.

01/06/10:

20:41 Ticket #1311 (MouseGetCursor() - identify also standard hand cursor (IDC_HAND)) closed by Jpm
Completed: Added by revision [5549] in version: 3.3.3.2
18:07 Ticket #1319 (AutoIt3.exe always exists after closing script with RichEdit) reopened by Valik
If I wanted this ticket closed I would have closed this ticket.
17:07 Ticket #1319 (AutoIt3.exe always exists after closing script with RichEdit) closed by Jpm
Fixed
17:03 Ticket #1396 (DllCallbackGetPtr crashes on invalid handle) created by anonymous
Not much to say. DllCallbackGetPtr() produces an access violation on …
10:50 Ticket #1360 (for what are these files) closed by Jpm
Fixed: Fixed by revision [5536] in version: 3.3.3.2
06:47 Ticket #1393 (Script crashes with error reported in EventLog.au3 at line 475) closed by Jpm
Fixed: Fixed by revision [5524] in version: 3.3.3.2

01/05/10:

22:16 Ticket #1356 (Problem with table data for _GDIPlus_GraphicsMeasureString) closed by Jpm
Fixed: Fixed by revision [5523] in version: 3.3.3.2
21:32 Ticket #1395 (DLLCallbacks on Exit) created by ProgAndy
I wish it would be possible to have DLLCllbacks persist longer in the …
18:21 Ticket #1356 (Problem with table data for _GDIPlus_GraphicsMeasureString) reopened by Valik
Fixing one page and ignoring the dozen others that are also broken doesn't mean the ticket is closed.
18:19 Ticket #1384 (404 Not Found error when clicking links for explanations of functions) reopened by Valik
If a bug is not fully fixed, don't close the bug report.
18:18 Ticket #1394 (Comodo Internet Security reports dangerous program) closed by Valik
No Bug: I can tell you to use the forum if you want to ask questions or need support.
17:01 Ticket #1394 (Comodo Internet Security reports dangerous program) created by john1008
CIS are labelling Scite program TheHook.dll as a dangerous program. I …
16:39 Ticket #1393 (Script crashes with error reported in EventLog.au3 at line 475) created by jonwetherbee@…
My Usage: Script uses EventLog.au3 to access remote event logs. The …
13:25 Ticket #1361 (_SetTime() and _SetDate() crash when accessing non-array) closed by Jpm
Fixed: Solved by #1378
13:24 Ticket #1378 (Wrong error handling in _Date_Time_SetLocalTime) closed by Jpm
Fixed: Fixed by revision [5520] in version: 3.3.3.2
12:14 Ticket #1356 (Problem with table data for _GDIPlus_GraphicsMeasureString) closed by Jpm
Fixed: Fixed by revision [5519] in version: 3.3.3.2
12:05 Ticket #1384 (404 Not Found error when clicking links for explanations of functions) closed by Jpm
Fixed: Fixed by revision [5518] in version: 3.3.3.2
06:02 Ticket #1392 (OnAutoItExitRegister is causing AutoIT to crash) created by Beege
The title says it all..
00:31 Ticket #1391 (AU3Info Toolsbar page returns info allways on instance 1 instead of ...) created by junkew
The AutoIT V3 info added the feature as described in ticket #140. …

01/04/10:

23:11 Milestone 3.3.3.1 completed
22:51 Ticket #682 (Remove 64K line limit for FileReadLine()) closed by Jon
Completed: Added by revision [5514] in version: 3.3.3.1
21:57 Ticket #1389 (Multiple _IEAttach Use Fails) closed by Valik
Fixed: Fixed by revision [5509] in version: 3.3.3.1
20:25 Ticket #1387 (_IECreate() - bug with 3.3.3.0 beta) closed by Valik
Works For Me: Closing as works for me since I can't reproduce the issue.
20:02 Ticket #1390 (ControListView causes Microsoft Management Console to crash ...) closed by Valik
No Bug
19:48 Ticket #1390 (ControListView causes Microsoft Management Console to crash ...) created by frosgate@…
script: […] output from _DebugBugReportEnv() […] When the …
17:51 Ticket #1389 (Multiple _IEAttach Use Fails) created by exodius
After upgrading from 3.3.0.0 to 3.3.2.0, multiple calls to _IEAttach …
15:35 Ticket #1388 (GUIRegisterMsg() return value) closed by Valik
Rejected: The @extended macro can only return numeric values. I'm closing this as rejected. At some point all our "Register" stuff should use a stack similar to AdlibRegister().
14:54 Ticket #1219 (Fix TracTicketDelete) closed by Valik
Fixed: Fixed by upgrading to a newer version of the plugin.
13:56 Ticket #1388 (GUIRegisterMsg() return value) created by KaFu
Hi Lads, I think I've read this already in past somewhere, but …
13:12 Ticket #1387 (_IECreate() - bug with 3.3.3.0 beta) created by anonymous
_IECreate()displays an error with version 3.3.3.0 beta […] ERROR: …
01:21 Ticket #1386 (Union support) closed by Valik
Rejected: That syntax won't work. DllStructGetData() wouldn't know what to return. Thinking about it, why is this an issue? Don't you know at compile time which particular piece of data you want? For example, in your example, assume you want to use the "short" data. You calculate the size of the member to be 64-bits (the size of the largest union member which is double). Thus you would use int64. I can't imagine it being very common that you need to access more than one type of union members. I think I'm going to close this as rejected because: 1. I don't see many unions. 2. The syntax is going to be difficult to get usable in order for AutoIt to do the right thing. 3. My experience with unions has been that I needed one of the data types so in AutoIt I would just use the best size type for that data-type.

01/03/10:

16:53 Ticket #1386 (Union support) created by monoceres
Working with unions in dllstructs is extremely annoying and tiresome …
16:20 Milestone 3.3.3.0 completed

01/02/10:

22:57 Ticket #1385 (AV scan by Comodo Internet Security) closed by Jos
No Bug: Inform your AV provider. The thehook.dll is indeed a dll that hooks the keyboard and mouse because that what it is needed to make a macrogenerator. Anyway, closing this ticket.
21:52 Ticket #1385 (AV scan by Comodo Internet Security) created by irm.john@…
Further to my previous message...Here are some more details... In an …
18:31 Ticket #1384 (404 Not Found error when clicking links for explanations of functions) created by LA_Swamprat@…
In the GUI Basic Functions sections on page …
00:46 Ticket #1355 (Data types mixed) closed by Valik
Fixed: Fixed by revision [5497] in version: 3.3.3.0
00:37 Ticket #1340 (Send("{ENTER}") in IE7) closed by Valik
Works For Me: Closing as works for me since I can't reproduce the problem.
00:33 Ticket #1354 (sqlite function problem...) closed by Valik
Works For Me: Closing as works for me since the user failed to provide any useful information.
00:31 Ticket #1362 (_WinAPI_WindowFromPoint() broken on x64) closed by Valik
Fixed: Fixed by revision [5496] in version: 3.3.3.0
00:25 Ticket #1381 (_ArraySearch subindex default doesn't match definition) closed by Valik
Fixed: Fixed by revision [5495] in version: 3.3.3.0

01/01/10:

23:10 Ticket #1363 (FileSetPos() error) closed by Valik
Fixed: Fixed by Jon and myself in 3.3.3.0 by revision [5491].
19:51 Ticket #1383 (AU3Check: false warning.) closed by Valik
No Bug: The warning is correct. The variable is never used and there are no side effects to either assignment statement. You can remove the variable and the code will behave exactly the same.
19:19 Ticket #1383 (AU3Check: false warning.) created by anonymous
[…]

12/31/09:

18:19 Ticket #1382 (Windows 7 Taskbar API) closed by Valik
Rejected: I see nothing that suggests you can't implement this on your own.
09:38 Ticket #1382 (Windows 7 Taskbar API) created by Tom V <tomvalk@…>
Hi, I'd like to have this included in AutoIt: …
09:30 Ticket #1381 (_ArraySearch subindex default doesn't match definition) created by crashdemons
Array.au3 : […] Array.au3 comment block: […] AutoIt 3.3.2.0 …
04:57 Ticket #1380 (Inform user of required parameters in _Timer_Settimer()) created by Beege
Perhaps a remark could be added to help file to inform the user that …

12/30/09:

23:31 Ticket #1379 (compiling...) closed by Valik
Rejected: The forum is for asking questions. The forum is also for doing research to find similar subjects to get an idea of what our potential plans might be someday down the road.
08:46 Ticket #1379 (compiling...) created by IchBistTod
So right now, AutoIt is interpreted. How much word would to take to …

12/29/09:

22:43 Ticket #1365 (Windows 2000: GUICtrlCreateLabel before GUICtrlCreateCombo prevent ...) closed by Valik
No Bug: Please read the documentation for GUICtrlCreateCombo().
21:25 Ticket #1377 (Help file - _ColorGet* functions) closed by Valik
Fixed: Fixed by revision [5488] in version: 3.3.3.0
21:16 Ticket #1327 (F1 in Scite Does Not Open Help File for Some Keywords) closed by Valik
Fixed: Fixed by revision [5486] in version: 3.3.3.0
11:09 Ticket #1378 (Wrong error handling in _Date_Time_SetLocalTime) created by MrCreatoR <mscreator@…>
Few functions in «Date.au3» (_SetDate and _SetTime) calls …

12/28/09:

18:12 Ticket #1375 (An array element alias) closed by Valik
Rejected: What you're asking for is called a dictionary or associate array. There are no plans to implement it.
17:11 Ticket #1377 (Help file - _ColorGet* functions) created by Melba23
The Help file states that the parameter for the _ColorGet*
16:12 Ticket #1376 (FileOpen()) created by xrewndel <xrewndel@…>
Please make in FileOpen($Filename, $Mode) ‘mode’ parameter …
15:51 Ticket #1375 (An array element alias) created by xrewndel <xrewndel@…>
Will be useful, if there will may create alias name for an array …
13:14 Ticket #1374 (FileGetShortName returns wrong result on Win7) closed by Jos
No Bug
10:40 Ticket #1374 (FileGetShortName returns wrong result on Win7) created by KaFu
$sFilename = "c:\test.par2" $output = $sFilename & @crlf & …
05:16 Ticket #1373 (filecopy filemove with independent thread) created by thesnoW
filecopy filemove with independent thread. like inet func,return a …
02:57 Ticket #1367 (GUIDelete() crashes program when called from WM_* message handler) closed by Valik
Fixed: Fixed by revision [5485] in version: 3.3.3.0
02:31 Ticket #1370 (StringInStr()) closed by Valik
Fixed: Fixed by revision [5484] in version: 3.3.3.0
02:15 Ticket #1372 (HTTPSetUserAgent bad description) closed by Valik
Fixed: Fixed by revision [5483] in version: 3.3.3.0

12/27/09:

23:13 Ticket #384 (More extensive testing of RunAs()) closed by Valik
Fixed: Fixed by revision [5480] in version: 3.3.3.0
20:34 Ticket #1372 (HTTPSetUserAgent bad description) created by Greek
Help file only says that it works with InetGet() But it works with …
17:41 Ticket #1371 (_TempFile() update) created by xrewndel <xrewndel@…>
Add this in _TempFile() to accept "Default" keyword or -1 value […]
17:19 Ticket #1369 (Static.au3 example not working) closed by Valik
No Bug: As the documentation says, Static isn't finished so reporting bugs on it is stupid.
16:50 Ticket #1370 (StringInStr()) created by anonymous
[…]
15:02 Ticket #1369 (Static.au3 example not working) created by JamesBrooks
Trying out the new Static keyword, I looked at the help file, and …
00:58 Ticket #1343 (Docs spelling error > _GUICtrlTreeView_SetIcon.htm) closed by Valik
Fixed: Fixed by revision [5477] in version: 3.3.3.0

12/26/09:

20:04 Ticket #1368 (_ClipBoard_GetData($CF_BITMAP) not working on 3.3.2.0) created by eukalyptus
this code workes fine on AutoIt 3.3.0.0, but returns zero (no …
18:18 Ticket #1367 (GUIDelete() crashes program when called from WM_* message handler) created by isolation@…
GUIDelete() crashes the autoit compiled executable and also the …
16:08 Ticket #1366 (TrayCreateItem() bug) created by anonymous
TrayCreateItem(text [, menuID [, menuentry [, menuradioitem]]]) works …
12:47 Ticket #1365 (Windows 2000: GUICtrlCreateLabel before GUICtrlCreateCombo prevent ...) created by Mulder
This is a very old bug (3.1.1.127 own this bug too) If ( a …

12/25/09:

20:08 Ticket #1364 (IniReadSection update) closed by Valik
Duplicate: No shit? I guess #15 isn't good enough?
18:09 Ticket #1364 (IniReadSection update) created by xrewndel <xrewndel@…>
IniReadSection ( "filename", "section" ) Only the first 32767 chars …
17:58 Ticket #1363 (FileSetPos() error) created by xrewndel
FileSetPos($hFile, $num, $FILE_CURRENT) works incorrectly. Result is …

12/24/09:

05:16 Ticket #1362 (_WinAPI_WindowFromPoint() broken on x64) created by Ultima
Indeed, I've seen #974, but I think the problem I'm addressing is …
Note: See TracTimeline for information about the timeline view.