Timeline


and

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 …

12/04/09:

21:07 Ticket #1320 (_GUIImageList_DragMove() - bad hWnd parameter) closed by Valik
Fixed: Fixed by revision [5430] in version: 3.3.1.7
21:03 Ticket #1312 (_GUIImageList_BeginDrag.au3 - example in helpfile) closed by Valik
Fixed: Fixed by revision [5429] in version: 3.3.1.7

12/03/09:

20:27 Ticket #1327 (F1 in Scite Does Not Open Help File for Some Keywords) created by wraithdu
For some keywords, the help file is not opened via F1 in Scite (with …
08:34 Ticket #1326 (_GuiCtrlListView_DeleteItem does not handle control ID correctly) created by martin
_GuiCtrlListView_DeleteItem works if the listview handle is passed but …

12/02/09:

23:24 Ticket #1325 (Date.au3: calls to _Date_Time_SetLocalTime($pSystemTime) are not ...) created by gtyler
In Date.au3, there are several function that call …

12/01/09:

21:55 Ticket #1324 (MsgBox: options for size and position) closed by Valik
Rejected: Write your own.
20:01 Ticket #1324 (MsgBox: options for size and position) created by hessebou
It would be nice if normal MsgBox also could be resized and positioned …
12:34 Ticket #1323 (Wrong size of some types in DllStructCreate()) created by trancexx
Documentation says that the size of 'ptr' with DllStructCreate() is 4 …

11/30/09:

18:50 Ticket #1322 (ControlCommand with "GetSelected" used on ListView crashes the script) created by MrCreatoR <mscreator@…>
To reproduce the bug, just open some Explorer window (folder), and run …
14:06 Ticket #1321 (DllStruct Element Name Limits) created by mleo2003@…
I couldn't find this any where in the documentation, but …
11:48 Ticket #1320 (_GUIImageList_DragMove() - bad hWnd parameter) created by Zedna
In documentation there is mentioned bad (not existent) hWnd parameter: …

11/29/09:

16:56 Ticket #1319 (AutoIt3.exe always exists after closing script with RichEdit) created by BugFix
Hi, i've used in SciTE the following script with Windows XP Home SP2. …
11:37 Ticket #1284 (minor fold hickup.) closed by Jos
Fixed: Fixed by revision [5426] in version: 3.3.1.7

11/28/09:

20:38 Ticket #1318 (UDFs char/wchar --> bad numbers of bytes for _MemRead()/_MemWrite()) created by Zedna
According to Ticket #1317 there is similar ANSI/Unicode problem also …
19:41 Ticket #1317 (UDFs & DllStructCreate() & char/wchar --> Unicode/ANSI problem) created by Zedna
In latest Autoit version should be used in almost all UDFs wchar …

11/27/09:

23:22 Ticket #1316 (SleepUntilTime($hour, $min, $sec) and RunOnTime($hour, $min, $sec, ...) closed by Valik
Rejected: The first one is too trivial and the second one will not work. It seems you didn't notice AutoIt isn't multi-threaded.
23:20 Ticket #1314 (ColorMode (Option) problem) closed by Valik
No Bug: Congratulations on filing a completely useless bug report... twice. I really don't know how to chasten you further because you filed the report against 3.3.0.0 which implies you didn't bother to test with the latest beta like you should have. If you are testing with the latest beta but are for some reason reading the 3.3.0.0 documentation then you should read the changelog for the beta where you will discover the mode has finally been removed after languishing in a deprecated state for years.
22:56 Ticket #1316 (SleepUntilTime($hour, $min, $sec) and RunOnTime($hour, $min, $sec, ...) created by andref
#include<Date.au3> ;Idea of first: Func SleepUntilTime($hour, $min, …
22:22 Ticket #1314 (ColorMode (Option) problem) created by andref
In AutoIT Help: ColorMode(Option)is sugested in PixelGetColor and …
21:50 Ticket #1313 (Add Opt.htm page redirecting to AutoItSetOption.htm) closed by Valik
Wont Fix: The documentation is auto-generated. The next time the online documentation is updated the change would be obliterated. This seems so minor as to not be worth fooling with.
18:02 Ticket #1313 (Add Opt.htm page redirecting to AutoItSetOption.htm) created by MrCreatoR <mscreator@…>
This issue is more related to autoit tag on the forum... The …
09:07 Ticket #1312 (_GUIImageList_BeginDrag.au3 - example in helpfile) created by Zedna
"C:\Program …

11/26/09:

15:55 Ticket #1311 (MouseGetCursor() - identify also standard hand cursor (IDC_HAND)) created by Zedna
I'm looking at sources of MouseGetCursor() in script_misc.cpp …
07:04 Ticket #1310 (TCPConnect Timeout) created by Proggy
I'd like the TCPconnect() function to have a parameter where you can …

11/25/09:

08:39 Ticket #1309 (BitShift() as Unsigned Integer by Default) closed by Valik
Rejected: No. AutoIt needs to have better handling of unsigned integers in general. This will not be done on a function-by-function basis.
07:40 Ticket #1309 (BitShift() as Unsigned Integer by Default) created by wraithdu
Change AutoIt's default BitShift() behavior to peform the operation as …

11/24/09:

23:19 Ticket #1308 (Execute to assign variable) closed by Valik
Rejected: One of these days Assign() and Eval() will support arrays. That makes this feature request redundant.
20:18 Ticket #1308 (Execute to assign variable) created by P5ych0Gigabyte
It would be nice if the execute() function could assign variables. …

11/22/09:

22:40 Ticket #1307 (Better and consistent naming of boolean parameters in UDF functions) closed by Valik
Rejected: Code comes from more than one individual and we currently have no requirements on how it should be formatted. I'm closing this because it's an all or nothing thing. Either we review all code and ensure it conforms to a format we come up with, or we do nothing. At this point in time, we do nothing.
22:15 Ticket #1307 (Better and consistent naming of boolean parameters in UDF functions) created by Bowmore
I would like to request that a bit more consistent logic is used in …
19:37 Milestone 3.3.1.6 completed
18:05 Ticket #975 (GUICtrlCreateCheckbox() on tabs.) closed by Valik
Fixed: Fixed by revision [5418] in version: 3.3.1.6
17:12 Ticket #1153 (User-defined libraries support with 'Open Include'.) closed by Valik
Rejected
17:10 Ticket #1306 (DriveGetSerial Docs can be misleading) closed by Valik
Fixed: Fixed by revision [5417] in version: 3.3.1.6
17:03 Ticket #1296 (_GUICtrlTreeView_ClickItem fails with item text wider than TreeView) closed by Valik
Fixed: Fixed by revision [5416] in version: 3.3.1.6
16:56 Ticket #1290 (_GUICtrlTreeView_DisplayRectEx with "$fTextOnly = True" returns same ...) closed by Valik
Fixed: Fixed by revision [5415] in version: 3.3.1.6
03:22 Ticket #1306 (DriveGetSerial Docs can be misleading) created by GEOSoft
This is not important at all because most of us know the answer but …

11/21/09:

12:56 Ticket #1294 (WinGetTitle freezes script when reading the title of a ...) closed by Jon
Fixed: Fixed by revision [5412] in version: 3.3.1.6

11/20/09:

06:47 Ticket #1305 (GUISetFont, GUICtrlCreateTreeViewItem, korean language combination bug) closed by Valik
No Bug: This is not a bug. The font you choose must contain Chinese and Korean characters in order for it to know what to render. Presumably the default font you have configured contains those characters. When you change to a different font that doesn't contain those characters... then the non-Latin characters can't be rendered.
06:14 Ticket #1305 (GUISetFont, GUICtrlCreateTreeViewItem, korean language combination bug) created by xyz33 <flash8@…>
If you use the korean language with a treeview …

11/18/09:

17:27 Ticket #1279 (_FTP_FilePut() - DOC precission - for parametres) closed by Valik
Fixed: Fixed by revision [5406] in version: 3.3.1.6
17:06 Ticket #1304 (_GDIPlus_BitmapLockBits() input parameters are incorrect) closed by Valik
Fixed: Fixed by revision [5404] in version: 3.3.1.6
14:45 Ticket #1277 (_GDIPlus_ImageGetGraphicsContext needs to be "disposed" in help example) closed by Jon
Fixed: Fixed by revision [5402] in version: 3.3.1.6
14:39 Ticket #1291 (FileSetTime() Error descripton) closed by Jon
Completed: Added by revision [5401] in version: 3.3.1.6
11:42 Ticket #1304 (_GDIPlus_BitmapLockBits() input parameters are incorrect) created by QED
[…] According to the help file, $iRight and $iBottom refer to the …

11/17/09:

22:05 Ticket #1270 (GUISetIcon (@ScriptName) sets the 48x48 icon to the GUI) closed by Jon
Completed: Added by revision [5393] in version: 3.3.1.6
20:04 Ticket #1295 (Crashed with fileread and filewrite on windows 7 X64) closed by Jon
Fixed: Fixed by revision [5392] in version: 3.3.1.6
09:00 Ticket #1303 (script to replace the @ScriptLineNumbe) created by Odin
Add in the possibility of replacing SciTe @ScriptLineNumber on line …
02:46 Ticket #1301 (Bug InetGetSize through a proxy) closed by Valik
No Bug: It works fine for me. I can clearly see the connection passing through the proxy (by looking at the proxy access log).
02:21 Ticket #1297 (wrong $bPasswordHash in the example of _Crypt_HashData-documentation, ...) closed by Valik
Fixed: Fixed by revision [5390] in version: 3.3.1.6
02:15 Ticket #1300 (DllCall() unloads the loaded module) closed by Valik
Fixed: Fixed by revision [5389] in version: 3.3.1.6
02:09 Ticket #1299 (AU3Check: #include with Single-Quote character, File not found.) closed by Valik
Fixed: Fixed by revision [5388] in version: 3.3.1.6

11/16/09:

20:43 Ticket #1302 (InetGet - Multiple) closed by Valik
Completed: Maybe you should have looked at the beta? It's been available in the beta since May.
18:56 Ticket #1302 (InetGet - Multiple) created by anonymous
Hello, Would it be possible to enable the use of 2 or more instances …
12:36 Ticket #1301 (Bug InetGetSize through a proxy) created by PSandu.Ro
InetGetSize() with "username:password@" did not go through a proxy. …

11/15/09:

23:05 Ticket #1300 (DllCall() unloads the loaded module) created by trancexx
There is a possible situation with freeing loaded modules that are …
17:38 Ticket #1298 (Poor Behavious of UBound Function) closed by Valik
Rejected: The behavior of VB is stupid.
16:49 Ticket #1299 (AU3Check: #include with Single-Quote character, File not found.) created by anonymous
AU3Check (1.54.14.0) versus (1.54.19.0) AU3Check (1.54.19.0) can't …
14:53 Ticket #1298 (Poor Behavious of UBound Function) created by nitrogen
For UBound function, it gives me an impression that it should return …
02:16 Ticket #1009 (Remove hard-coded calls to ConsoleWrite() in SQLite.au3) reopened by Valik

11/14/09:

22:11 Ticket #1297 (wrong $bPasswordHash in the example of _Crypt_HashData-documentation, ...) created by skyteddy <rainer@…>
Hello, the $bPasswordHash in the example of the …
16:23 Ticket #975 (GUICtrlCreateCheckbox() on tabs.) reopened by Valik
Undoubtedly a regression caused by the "fix" for #1087.

11/12/09:

19:42 Ticket #1230 (Changes to the build process.) reopened by Valik
Re-opening because there's more stuff to do, no longer blocking, though.
03:36 Ticket #1283 (aut2exe_x64 Ignores /pack Parameter When Compiling x86 Executable) closed by Valik
Fixed: Fixed by revision [5379] in version: 3.3.1.6

11/11/09:

21:08 Ticket #1292 (_IETagNameGetCollection) closed by Valik
No Bug: Closing due to Dale's comments, thanks Dale.
17:42 Ticket #1296 (_GUICtrlTreeView_ClickItem fails with item text wider than TreeView) created by ResNullius
If a TreeView or Gui containing a TreeView is not wide enough to show …
16:44 Ticket #1295 (Crashed with fileread and filewrite on windows 7 X64) created by thesnoW
Crashed with fileread and filewrite on windows 7 X64 And,if file is …
15:56 Ticket #1280 (wrong lines in au3.api) closed by Valik
Fixed: Fixed by revision [5378] in version: 3.3.1.6
02:27 Ticket #1294 (WinGetTitle freezes script when reading the title of a ...) created by marc0v
Not really a bug, so it is a feature request... If an autoit script …
Note: See TracTimeline for information about the timeline view.