Timeline


and

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 …

12/23/09:

20:32 Ticket #1359 (Embed a file in compiled script) closed by Valik
Rejected
19:55 Ticket #1361 (_SetTime() and _SetDate() crash when accessing non-array) created by gtyler
Here's the trace: […] I suggest changing two lines of code: 2245: …
18:55 Ticket #1360 (for what are these files) created by Tweaky
I think you doesn`t need these two file for the help file: …

12/22/09:

20:22 Ticket #1359 (Embed a file in compiled script) created by flackrobert@…
It would be nice to be able to embed a file into the compiled autoit …
16:34 Ticket #1344 (_WinAPI_CreateFile - Use of magic number and resulting 64-bit ...) closed by Jpm
Fixed
06:10 Ticket #1358 (FileCreateNTFSLink Example has mixed up Parameters) closed by Jpm
Fixed: Fixed by revision [5469] in version: 3.3.3.0

12/21/09:

23:07 Ticket #1358 (FileCreateNTFSLink Example has mixed up Parameters) created by anonym
In section "Examples" of FileCreateNTFSLink are parameters "source", …
21:11 Ticket #1357 (New concatenation operator for Static) closed by Valik
Rejected: I guess you didn't bother to read this very large message in the documentation? […] The feature is not complete, it contains bugs. Asking for new functionality for a feature that isn't even complete is just... annoying. Please wait until the feature is actually fully supported before trying to discuss it.
20:35 Ticket #1357 (New concatenation operator for Static) created by trancexx
Special concatenation operator with new Static is missing. This …

12/20/09:

21:58 Ticket #1356 (Problem with table data for _GDIPlus_GraphicsMeasureString) created by Mat
The data that we want is squashed over to the far right in the …
21:27 Ticket #1355 (Data types mixed) reopened by Valik
Ugh.
00:52 Ticket #1355 (Data types mixed) closed by Valik
No Bug: AutoIt displays all values as signed integers. The values you are working with are unsigned. The same bits are set in either case. This is not a bug.

12/19/09:

23:54 Ticket #1355 (Data types mixed) created by trancexx
With new 3.3.2.0 version there are issue(s) with data types with …
08:54 Ticket #1338 (_arrayDisplay() GUI position error) closed by Jpm
Fixed: Fixed by revision [5465] in version: 3.3.3.0
07:49 Ticket #1354 (sqlite function problem...) created by anonymous111
I updated autoit from v3.3.0.0 to v3.3.2.0. but, extracted korean …

12/18/09:

21:55 Ticket #1353 (_FileWriteToLine() excessively strict on input text type) created by PsaltyDS
Reported by user anixon: …
20:34 Ticket #1352 (StringSplit hard crash on binary data) created by MrCreatoR <mscreator@…>
Theese examples will show that script is crashing when using …
12:49 Milestone 3.3.2.0 completed

12/16/09:

21:18 Ticket #1351 (Why "text" = 0 ?) closed by Jos
No Bug: Use the forum to ask questions.
20:46 Ticket #1351 (Why "text" = 0 ?) created by anonymous
Environment = 3.3.0.0 under WIN_XP/Dodatek Service Pack 2 X86 […] …
18:27 Ticket #1350 (Obfuscator line excludes) closed by Jos
Rejected: This is implemented already. […] Ask support via the forum.
17:37 Ticket #1349 (InetGet not working without Filename) closed by Valik
No Bug: Feedback? If you want feedback then you ask on the forum. Where you would have been told this is not a bug.
15:33 Ticket #1350 (Obfuscator line excludes) created by sbrown@…
there are two lines in my code where I am comparing strings and the …
11:08 Ticket #1349 (InetGet not working without Filename) created by Gismo_0307@…
There is no network communication for InetGet if the optional …
03:30 Ticket #1348 (aut2exe Mangles Named RCDATA Resources) created by wraithdu
If I add a named resource to AutoItSC.bin with ResHacker, then compile …
01:43 Ticket #1347 (Restoring cursor position after certain scite4autoit tools.) closed by Valik
Rejected: Since you still haven't offered any insight into what you are talking about I'm closing this.

12/15/09:

19:26 Ticket #1347 (Restoring cursor position after certain scite4autoit tools.) created by anonymous
Making them feel more like how scite's own 'duplicate'(alt-d) tool …
17:55 Ticket #1345 (3.3.1.7 Number("35.") returns 0) closed by Valik
Fixed: Fixed by revision [5456] in version: 3.3.3.0
17:42 Ticket #1346 (Send doesn't work with windows opened under another user) closed by Valik
No Bug: I suggest you debug your code a bit further. There is a mistake in your code and once you correct that it will work just fine.
15:28 Ticket #1346 (Send doesn't work with windows opened under another user) created by podws@…
Send doesn't work with windows opened under another user. Following …
15:16 Ticket #1345 (3.3.1.7 Number("35.") returns 0) created by MeJonah@…
As the summary says, Number() used on a string that contains a number …
14:36 Ticket #1344 (_WinAPI_CreateFile - Use of magic number and resulting 64-bit ...) created by Miraged
Said function tests for 0xFFFFFFFF (which equals INVALID_HANDLE_VALUE …

12/14/09:

18:09 Ticket #1343 (Docs spelling error > _GUICtrlTreeView_SetIcon.htm) created by GEOSoft
In _GUICtrlTreeView_SetIcon.htm $iImageMode [optional] 2=normal image …

12/12/09:

21:08 Ticket #1342 (DllStructCreate does not accept variable names with underscore) closed by Valik
Duplicate: Replying to thomas.baglin@…: > Hoping I am not wasting your time :-) You are because you: * Didn't check the issue tracker to see it's already been reported. * Didn't test with the latest beta to see that it's already been fixed. Closing as duplicate of #1321.
20:31 Ticket #1342 (DllStructCreate does not accept variable names with underscore) created by thomas.baglin@…
$dllstruct=dllstructcreate("int titi_1") consolewrite("@error reported …

12/11/09:

23:16 Ticket #1341 (Win7 x64 - Cannot send any messages to dialog controls) created by anonymous
Script here: Dim $total WinWaitActive("Progress Quest - New …
21:53 Ticket #1340 (Send("{ENTER}") in IE7) created by jeromeys@…
If I create a login script which simply uses Send for all functions: …
08:53 Ticket #1327 (F1 in Scite Does Not Open Help File for Some Keywords) reopened by Jos
It actually would make more sense to me when we double-quote the command itself. could you try that for me as i have no issues on my installation? command.help.$(au3)="$(autoit3dir)\Autoit3Help.exe" $(CurrentWord) Thanks Jos

12/10/09:

21:12 Milestone 3.3.1.7 completed
21:05 Ticket #1339 (Update helpfile translations links) created by Xenobiologist
Hi, if there is some time available, these links should be updated. …
20:22 Ticket #1338 (_arrayDisplay() GUI position error) created by Bowmore
The _arrayDisplay() function calculates a very poor GUI location when …
18:31 Ticket #1337 (Custom context (popup) menus not working on non-compiled script) closed by Valik
No Bug
09:09 Ticket #1337 (Custom context (popup) menus not working on non-compiled script) created by danielkza2@…
Just found a very weird issue while testing some menus I intend to use …
04:13 Ticket #1326 (_GuiCtrlListView_DeleteItem does not handle control ID correctly) closed by Valik
No Bug: You should never destroy something AutoIt created with anything other than the specified function for destruction. To that end the Example2() in the documentation is actually doing something bad. Likewise, your suggestion is doing something bad. AutoIt will never free the internal resources for any items destroyed that way.
04:05 Ticket #1329 (GUICtrlCreatePic width=height=0.) closed by Valik
Wont Fix: I'm closing this as "Won't fix". It's definitely a bug but it's the exact sort of bug that reminds me why the current GUI implementation is absolute garbage and why it needs ripped out and written by somebody who knows what they are doing. I'm afraid you're going to have to live with this one for a very long time.
03:45 Ticket #1330 (_GUICtrlListView_CreateSolidBitMap() - the same as ...) closed by Valik
No Bug: It looks like it's a thin wrapper provided for convenience. I think it's fine the way it is.
03:43 Ticket #1325 (Date.au3: calls to _Date_Time_SetLocalTime($pSystemTime) are not ...) closed by Valik
Fixed: Fixed by revision [5440] in version: 3.3.1.7
00:20 Ticket #1333 (Some AUTOIT scripts does not work with SMS/SCCM) closed by Gary
No Bug: As a Administrator on SCCM I can say that all current versions work just fine. If you have a script expecting screens, they are not going to work. This should of been posted on the forum as question.

12/09/09:

21:03 Ticket #1335 (_ColorConvertRGBtoHSL incorrectly normalised to 240) closed by Valik
No Bug: What makes you think it's wrong? Because it's not. Go open MSPaint and try to type 300 into any of the Hue, Saturation or Luminance fields of the color picker and see what it does.
19:27 Ticket #1328 (StringFormat() does not produce right output in AutoIt v3.3.1.6 (beta)) closed by Jon
Fixed: Fixed by revision [5438] in version: 3.3.1.7
19:03 Ticket #1331 (Help example for _GuiCtrlDTP_SetSystemTimeEx uses wrong struct.) closed by Valik
Fixed: Fixed by revision [5437] in version: 3.3.1.7
18:54 Ticket #1336 (Remove UDF hard-coded buffer sizes.) created by Valik
Using hard-coded buffer sizes is horrible programming. This ticket is …
18:32 Ticket #1323 (Wrong size of some types in DllStructCreate()) closed by Valik
Fixed: Fixed by revision [5436] in version: 3.3.1.7
05:34 Ticket #1322 (ControlCommand with "GetSelected" used on ListView crashes the script) closed by Valik
Fixed: Fixed by revision [5435] in version: 3.3.1.7
05:01 Ticket #1321 (DllStruct Element Name Limits) closed by Valik
Fixed: Fixed by revision [5434] in version: 3.3.1.7
01:30 Ticket #1332 (Mod funktion wrong output) closed by Valik
Fixed: Fixed by revision [5432] in version: 3.3.1.7

12/08/09:

20:25 Ticket #1303 (script to replace the @ScriptLineNumbe) closed by Jos
Rejected: This isn't going to be added to Obfuscator because that doesn't belong in there. It is easy to write a script to preprocess the input script which will: - add all include files. (Got a script for this already available) - replaces all @ScriptLineNumber with something like Filename/Original line number. There will be some hurdles to take and it doesn't look like to OP is interested in investing time here to properly define the scope. My current suggestion is to write a POC first yourself to demonstrate what is wanted and post that in the examples forum. Jos
20:17 Ticket #1327 (F1 in Scite Does Not Open Help File for Some Keywords) closed by Jos
Works For Me: closed as there is no reply and cannot replicate the issue. Jos
19:09 Ticket #1334 (dynamic include - rt embedding - Bug found?) closed by Valik
Rejected: Too long, didn't read. The title says it all. AutoIt is a compiled language, there is no place for "dynamic #include" in AutoIt. Also I suggest you learn the language a little bit better and you should be able to design your own extension interface using existing functionality.
18:12 Ticket #1335 (_ColorConvertRGBtoHSL incorrectly normalised to 240) created by QED
At the end of the UDF, HSL values are multiplied by 240 for no reason. …
12:17 Ticket #1334 (dynamic include - rt embedding - Bug found?) created by benjamin-thomas.schreiber@…
How about the try to do dynamic includes like: #include $myFile[0]
11:21 Ticket #1333 (Some AUTOIT scripts does not work with SMS/SCCM) created by sudheer_bangera@…
Some of the scripts created using AUTOIT versions later than 3.1.1 …

12/07/09:

17:43 Ticket #1332 (Mod funktion wrong output) created by Nike
mod("175367809538821201","1767842701") returns 421042353 but its wrong …
16:54 Ticket #1331 (Help example for _GuiCtrlDTP_SetSystemTimeEx uses wrong struct.) created by martin
The 3.3.1.6 Beta include file StructureConstants.au3 no longer defines …
01:15 Ticket #1330 (_GUICtrlListView_CreateSolidBitMap() - the same as ...) created by Zedna
_GUICtrlListView_CreateSolidBitMap in GUIListView.au3 include file is …

12/06/09:

22:08 Ticket #1329 (GUICtrlCreatePic width=height=0.) created by anonymous
If minimize and restore GUI, with using GUICtrlCreatePic with …
14:24 Ticket #1328 (StringFormat() does not produce right output in AutoIt v3.3.1.6 (beta)) created by realMo
There appears to be a bug in the StringFormat() function in the …
Note: See TracTimeline for information about the timeline view.