Timeline



Mar 29, 2010:

11:15 PM Ticket #655 (Suggestion: DllCall for pointers) updated by wraithdu
I'd like to lobby that this feature request be reconsidered. This would be useful functionality for calling functions from DLLs embedded and loaded to memory (MemoryDll UDF) or for object function pointers (as in the AutoItObject project). In the latter case, you can still manually do this without AIO by creating the object vtables, but you are still left with only function pointers and no native way to call them. There are workarounds for this, like in the MemoryDll UDF and AutoItObject, but none are very pretty. This should be trivial to implement unless I'm mistaken, just skip the LoadLibrary/GetProcAddress steps in the DllCall process. No?
8:30 PM Ticket #1498 (#RequireAdmin causes script to not complete/run when UAC is turned off ...) updated by Valik
That makes sense, after elevation the drive may not be visible.
8:09 PM Ticket #1498 (#RequireAdmin causes script to not complete/run when UAC is turned off ...) updated by Emiel Wieldraaijer
I believe the problem only occurs when the scripts are stored on a network drive
6:55 PM Ticket #1498 (#RequireAdmin causes script to not complete/run when UAC is turned off ...) updated by Valik
Someday Aut2Exe will have the option to do that. However, #RequireAdmin behaves a bit differently than the manifest flag (#RequireAdmin will work on Windows XP, too, for example).
6:41 PM Ticket #1498 (#RequireAdmin causes script to not complete/run when UAC is turned off ...) updated by Richard Robertson <icekirby1@…>
A suggestion I would add is that instead of invoking the script again in the context of an administrator, why not just modify the manifest to specify the script should run as admin. This could provide the "admin badge" UI object and also solve this problem.
3:22 PM Ticket #1545 (RegRead 64bit) created by tanerforum@…
While doing regread, it doesn't work in win7 x64 nor vista x64. When …
2:44 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) closed by J-Paul Mesnage
Fixed: Fixed by revision [5740] in version: 3.3.7.0
2:38 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) updated by J-Paul Mesnage
Thanks again, In fact looking at your example I found out another error when the use script does not delete the GUI at the end.
2:34 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) updated by anonymous
Roger. >next time don't assume that we can write a repro script. Its a little bit more complicated in my case. But I'll try to keep it in mind.
1:15 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) updated by J-Paul Mesnage
Thanks you ;) I want to be for sure your script were using GUISetOnEvent. next time don't assume that we can write a repro script. I will check for possible regression in other case and fix this report

Mar 27, 2010:

11:25 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) updated by anonymous
[…] (tested on original v3.3.6.0 debug.au3)
7:58 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) updated by J-Paul Mesnage
Just to confirm your contxt can you put a repro script failing without the propose modification? Thanks
7:46 PM Ticket #1535 (ControlSend changes case of text) closed by Valik
No Bug
7:46 PM Ticket #1538 (Random(1, 1, 1) = 0) closed by Valik
No Bug: This can be easily fixed by a line of code: […] The excuse that you might forget to write error-handling code is not a good one. I'm closing this as no bug. I'm not sure about my comments in #1251 because at that time AutoIt had some bugs in it that may or may not have influenced the output of Random().
7:36 PM Ticket #1539 (Add RegExp in CLASSNN / INSTANCE for control names) updated by Valik
Version, Type changed
7:35 PM Ticket #1539 (Add RegExp in CLASSNN / INSTANCE for control names) closed by Valik
Rejected: What you ask for doesn't make sense to me. The instance is a contrivance of AutoIt used to uniquely identify multiple controls with the same class. Your proposed regular expression does not make sense because the class name is just "Sash" and the instance is appended by AutoIt. Even if AutoIt were to match run the regular expression against the composite name it would always match the first instance because the first instance would always match the pattern. The loop you show is the correct way to handle this situation.
7:28 PM Ticket #1540 (_FileReadToArray bug?) closed by Valik
No Bug: It has nothing to do with @LF. It has everything to do with all the lines except the first being prefixed with the NULL character. This is not a bug in _FileReadToArray(). You just have a binary file, not a text file.
7:23 PM Ticket #1543 (DirMove behaviour) updated by Valik
Good to see you can't see the big bright red box. Either submit a proper bug report or don't waste everyone's time.
6:31 PM Ticket #1544 (Error in Help file - VarGetType) closed by Valik
No Bug: The remark is correct. VarGetType() might return "String" but IsInt() might return True if the string is, for example, "32".
4:17 PM Ticket #1544 (Error in Help file - VarGetType) created by Melba23
On the Help file page for VarGetType: "Remarks IsInt can …
3:52 PM Ticket #1543 (DirMove behaviour) created by mrflipp@…
I use the function "dirMove" to copy a directory called …

Mar 27, 2010:

5:57 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) updated by anonymous
perhaps?, seems to work ok. […]
5:39 PM Ticket #1540 (_FileReadToArray bug?) updated by anonymous
@bergedorf: PS: Use the forum for your question. (More readers, faster response) If it turns out to be a bug after all you can just update this ticket again.
5:25 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) created by anonymous
Seems its missing a "Opt('GUIOnEventMode', 0)" prior to using …
10:56 AM Ticket #1540 (_FileReadToArray bug?) updated by bergedorf@…
Replying to jchd: > That file uses @LF as line termination. so its no bug of _FileReadToArray() ? but if it is not a bug, is there a method to read the whole file into an array?

Mar 26, 2010:

11:51 PM Ticket #1541 (_WinAPI_FillRect not x64 safe) created by Ascend4nt
This code from the _WinAPI_FillRect UDF is not properly created for …
10:09 PM Ticket #1540 (_FileReadToArray bug?) updated by jchd
That file uses @LF as line termination.
2:47 PM drucker_log.txt attached to Ticket #1540 by bergedorf@…
the textfile that is read incorrect
2:46 PM Ticket #1540 (_FileReadToArray bug?) created by bergedorf@…
_FileReadToArray reads only 2 lines of my textfile. […] i add my …
2:00 PM Ticket #1539 (Add RegExp in CLASSNN / INSTANCE for control names) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:27 PM Ticket #1539 (Add RegExp in CLASSNN / INSTANCE for control names) updated by MrCreatoR <mscreator@…>
Oops, the first example is somehow was corrupted: […]
1:23 PM Ticket #1539 (Add RegExp in CLASSNN / INSTANCE for control names) created by MrCreatoR <mscreator@…>
Sometimes there is need to get handle from controls that might have …
2:04 AM Ticket #1538 (Random(1, 1, 1) = 0) updated by timsky
Also Min and Max can depend on external factors like user input or number of processes/windows/lines of text etc…
1:57 AM Ticket #1538 (Random(1, 1, 1) = 0) created by timsky
AutoIt 3.3.6.0 Windows 7 x64 En First ticket was closed with …
1:27 AM Ticket #1537 (Consolewrite_2 or cw pause) closed by Valik
Rejected: Turn off scrolling of SciTE's output pane.
1:03 AM Ticket #1537 (Consolewrite_2 or cw pause) created by anonymous
Hire is an idea: Consolewrite is super, I love it. The problem is …

Mar 25, 2010:

9:06 PM Ticket #1536 (@errorcode produces a run-time error) closed by Valik
No Bug: Right. So what's the bug?
8:06 PM Ticket #1536 (@errorcode produces a run-time error) created by jer_826@…
@errorcode produces a run-time error "Error: Unknown macro"
5:39 PM Ticket #1535 (ControlSend changes case of text) updated by Zedna
This my topic is the most important according to this problem and its workarounds http://www.autoitscript.com/forum/index.php?showtopic=30171&view=findpost&p=215442
5:34 PM Ticket #1535 (ControlSend changes case of text) updated by Zedna
This is a known problem with non-english keyboard layouts. There are some limitations and you can use ControlSetText() or change keyboard layout to English before ControlSend() as workaround. Look at these topics: http://www.autoitscript.com/forum/index.php?showtopic=30180&view=findpost&p=215501 http://www.autoitscript.com/forum/index.php?showtopic=32584&view=findpost&p=233517
7:45 AM Ticket #1534 (Multiple GUI windows management issue) closed by J-Paul Mesnage
No Bug: Thanks MrCreatoR for the help. @darkprince.1979 next time before submitting a report use the Autoit Forum to get help and don't forget to mention the environment where the problem occured. use_DebugReportEnv() ;)
1:22 AM Ticket #1197 (IniReadSection Limitation) updated by anonymous
It still needs to be proven to exist in the first place.
12:59 AM Ticket #1197 (IniReadSection Limitation) updated by anonymous
will this limitation be removed?

Mar 24, 2010:

9:42 PM Ticket #1534 (Multiple GUI windows management issue) updated by MrCreatoR <mscreator@…>
So where is the bug? you simple don't know how to handle multiple GUIs, it is not mean that there is a bug. Iv'e attched a fix for your sample, it is how (in my opinion) such GUIs should be handeled.
9:40 PM TestCenter_Fix.zip attached to Ticket #1534 by MrCreatoR <mscreator@…>
Fix for the test
12:23 PM Ticket #1535 (ControlSend changes case of text) created by dave.gibson@…
I was using ControlSend() to set the text of an edit box and noticed …
9:38 AM TestCenter.zip attached to Ticket #1534 by vinu.felix@…
Sample code showing 2 gui and its change
9:35 AM Ticket #1534 (Multiple GUI windows management issue) created by darkprince.1979@…
The GUI system is perfectly fine when there is only one window. When …
9:23 AM Ticket #1533 (FileSaveDialog/FileOpenDialog return selected filter type) updated by MrCreatoR <mscreator@…>
Not sure if it helps, but here is a custom API function that can retrieve selected filter (among other extra options): […]
6:46 AM Ticket #1532 (ComboBox custom height not retained after window minimize) updated by J-Paul Mesnage
It is certainly possible with _WinAPI...() functions to do the same as AutoIt do for builtin function. Using UDF in lower detail need a lot of knowledge.

Mar 23, 2010:

4:00 PM Ticket #1533 (FileSaveDialog/FileOpenDialog return selected filter type) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:39 PM Ticket #1533 (FileSaveDialog/FileOpenDialog return selected filter type) created by anonymous
As of now there is no way of telling what filter type was selected. I …
1:25 PM Ticket #1532 (ComboBox custom height not retained after window minimize) updated by Spiff59
In that case, _GUICtrlComboBox_SetItemHeight() has no useful purpose at all, as I can find no way to adjust the font size of a ComboBox created with _GUICtrlComboBox_Create(). If one wishes to have a ComboBox with less height than the default, you either: A) If created with GUICtrlCreateCombo(), suffer the box reverting to it's default size after a minimize/restore, -or- B) If using _GUICtrlComboBox_Create(), you are unable to set the font size small enough to fit in the "skinny" ComboBox.

Mar 22, 2010:

3:02 PM Ticket #1532 (ComboBox custom height not retained after window minimize) closed by J-Paul Mesnage
No Bug: If you use _GUICtrlComboBox_SetItemHeight() function you must create the control with _GUICtrlComboBox_Create(). The resizing stuff of GUICtrlCreateCombo() is relevant only with GUICtrl...() functions. Don't mix GUI... Builtins with UDF. Perhaps one day the situation will change when Valik commit an update of the Builtins functions
1:36 PM Ticket #1532 (ComboBox custom height not retained after window minimize) created by Spiff59
As shown in the example script below, if a user adjusts the item …
12:04 AM Ticket #1513 (_GUIToolTip_AddTool() accepts only strings in $sText parameter) updated by doudou
Replying to Valik: > If a ticket is still open there's no point telling us the problem still exists. > I would never do that if a ticket is assigned (or confirmed). Otherwise it is possible that no one yet had time to investigate the problem and any additional information (as concerning new software release after the ticket creation) might be helpful - at least I thought so. (I know, it isn't a forum, so no reply is expected)

Mar 21, 2010:

8:20 PM Ticket #1513 (_GUIToolTip_AddTool() accepts only strings in $sText parameter) updated by Valik
If a ticket is still open there's no point telling us the problem still exists.
7:37 PM Ticket #1513 (_GUIToolTip_AddTool() accepts only strings in $sText parameter) updated by doudou
This bug persists through AutoIt ver. 3.3.6.0
11:04 AM Ticket #1529 (TrayItemSetText() sets incorrect text) updated by MrCreatoR <mscreator@…>
Replying to Valik: > It is relevant. It narrows the range we have to search to find the change that caused the bug. Ofcourse, i meant it in other context, sorry.

Mar 20, 2010:

3:43 PM textcolor.gif attached to Ticket #1531 by Mulder
Show the non honored textcolor on script SampleControls.au3
3:42 PM Ticket #1531 (Windows textcolor not honored by Inputbox, Edit-, List- and Combo-Control) created by Mulder
If a different Window color scheme is used, white text on black …
2:40 AM Ticket #1529 (TrayItemSetText() sets incorrect text) updated by Valik
It is relevant. It narrows the range we have to search to find the change that caused the bug.
1:31 AM Ticket #1529 (TrayItemSetText() sets incorrect text) updated by MrCreatoR <mscreator@…>
Replying to doudou: > FYI: AutoIt 3.3.4.0 doesn't have this bug (at least not on WIN_XP/X86/Service Pack 3). I know, and all other versions (beta not tested), but thats is really not relevant, what is important is the stability of latest public version ;)

Mar 19, 2010:

11:28 PM Ticket #1529 (TrayItemSetText() sets incorrect text) updated by doudou
FYI: AutoIt 3.3.4.0 doesn't have this bug (at least not on WIN_XP/X86/Service Pack 3).
7:58 PM Ticket #1530 ({Abbrev-Expand} For1 , For0 doesn't working..) created by ashalshaikh@…
For1 , For0 doesn't not working.. SciTE Version 1.79 WinXp . Thanks
7:46 PM Ticket #1529 (TrayItemSetText() sets incorrect text) updated by MrCreatoR <mscreator@…>
Same on WinXP SP2: […]
5:08 PM Ticket #1529 (TrayItemSetText() sets incorrect text) created by timsky
Hello. Windows 7 x64 En / XP SP 3 En AutoIt 3.3.6.0 …

Mar 18, 2010:

7:17 PM Ticket #1528 (GUICtrlCreateListView Example not work) updated by Valik
RUNNABLE examples. Snippets of code are useless.
3:48 PM Ticket #1528 (GUICtrlCreateListView Example not work) updated by thesnoW
GUICtrlGetState may not work with ListView. […]
3:34 PM Ticket #1528 (GUICtrlCreateListView Example not work) created by thesnoW
[…] OS:WIN7 X64
3:02 PM Ticket #1523 (Au3Check support UNICODE and all Include file use unicode enc.) updated by thesnoW
can replace all of 0x97 char in UDF library (and help script file)? exp: \Include\GuiEdit.au3 line 862 --- in English ; _GUICtrlEdit_SetRECT set—it will be approximately correct, but it can be off by a few pixels. in Chinese ; _GUICtrlEdit_SetRECT set¡ªit will be approximately correct, but it can be off by a few pixels. ---
12:06 PM Ticket #1527 (@ScriptDir & "\Test1.xls") created by Volly
The example script for _ExcelBookSaveAs points to @ScriptDir & …

Mar 17, 2010:

4:00 PM Ticket #1526 (Display FileName into Aut2Exe Error) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:03 PM Ticket #1526 (Display FileName into Aut2Exe Error) created by lamarches@…
When i compile a script sometime my .exe is in use by another user. …

Mar 16, 2010:

10:07 AM Ticket #1525 (BitRotate example is misleading) created by anonymous
From the help file examples for BitRotate: […]

Mar 14, 2010:

7:21 PM Ticket #1524 (Bug: Helpfile INetGet return value) closed by Valik
No Bug: Who gives a fuck about something that was released over a year ago and is 3 versions out of date? No bug, the current documentation certainly doesn't say anything like that and accurately describes the behavior.
4:36 PM Ticket #1524 (Bug: Helpfile INetGet return value) updated by Jos
Is the return value 0 or @error ? Post a scriptlet you test with so we can see what you are doing. You are testing with 3.3.0.0 not 3.3.6.0? Jos
4:09 PM Ticket #1524 (Bug: Helpfile INetGet return value) created by Phil Seakins <seakinsp@…>
INetGet 3.3.0.0 help says "Return Value Success: Returns 1. Failure: …

Mar 13, 2010:

9:06 PM Ticket #1410 (Using Pointer type with COM-object throws error.) updated by monoceres
Replying to doudou: > Replying to ProgAndy: > > The example is bad. This example is straight forward and fails, too. > > > I see what you mean, but comment on the 1st example applies here too: you convert the parameter to VT_PTR and the COM object tries to read the memory from that pointer (not the pointer value) which results in a crash. Not only you both supply an imaginary (invalid) memory address, I would also suspect no normally programmed COM component (at least none I've ever encountered) would expect VT_PTR and would know what do with it. Come on! What the pointer points to is irrelevant. We just supplied imaginary pointers to display the issue. There are components that need the value in the field that is guarantied to be the same size as the pointer size on the system. Taking a window handle (HWND) is a good example.
7:37 PM Ticket #1523 (Au3Check support UNICODE and all Include file use unicode enc.) updated by Valik
Owner, Component changed
7:36 PM Ticket #1523 (Au3Check support UNICODE and all Include file use unicode enc.) updated by Valik
Version, Type changed
I agree that Au3Check needs to support non-ANSI file formats. Right now it silently returns success which is very confusing. However, I do not agree we should change the encoding of the UDF library.
5:04 PM Ticket #1523 (Au3Check support UNICODE and all Include file use unicode enc.) updated by thesnoW
sorry,it's a Feature Request.
5:03 PM Ticket #1523 (Au3Check support UNICODE and all Include file use unicode enc.) created by thesnoW
1.Au3Check support UNICODE script file. 2.All Include file use …
2:59 AM Ticket #1410 (Using Pointer type with COM-object throws error.) updated by doudou
Replying to ProgAndy: > The example is bad. This example is straight forward and fails, too. > I see what you mean, but comment on the 1st example applies here too: you convert the parameter to VT_PTR and the COM object tries to read the memory from that pointer (not the pointer value) which results in a crash. Not only you both supply an imaginary (invalid) memory address, I would also suspect no normally programmed COM component (at least none I've ever encountered) would expect VT_PTR and would know what do with it.

Mar 12, 2010:

6:53 PM Ticket #1410 (Using Pointer type with COM-object throws error.) updated by ProgAndy
The example is bad. This example is straight forward and fails, too. […]
3:47 PM Ticket #1522 (Typo in _GUICtrlToolbar_Destroy) created by anonymous
Goes back a few versions as well. Should say "Toolbar" rather than …
12:10 AM Ticket #1521 (ProcessList) closed by Valik
Rejected: No for more reasons than I care to list. Suffice to say the two most obvious are: * You can't possibly need a process handle for every single process. * They are a resource that must be closed when no longer necessary. In other words, you've just asked for a way to easily create resource leaks.

Mar 11, 2010:

10:00 PM Ticket #1521 (ProcessList) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:05 PM Ticket #1521 (ProcessList) created by raupi
Would it be possible to add in addition to the process name and PID …
9:02 PM Ticket #1216 (Adding arrays working suspiciously) closed by Nutster
Rejected: There are too many ways to implement array mathematics. Use UDF's to perform a specific operation, such as matrix addition or matrix multiplication vs. array concatenation or polynomial multiplication. Each is different and each yields different types of result. Not going to happen. Rejected.
8:54 PM Ticket #850 (_ExcelReadSheetToArray doesn't work with German Excel 2003) updated by MrCreatoR <mscreator@…>
One more fix for another bug when the $sLastCell variable includes double info (not sure why), in this form: R120C30:R120C32. The replace block is now changed to this (regexp changed, and added @error checking) […]
7:31 PM Ticket #1520 (_ArrayAdd doesn't work after _ArrayDelete has removed the last element) closed by Valik
No Bug: There are numerous things wrong with the suggestion and I don't really view the problem as a bug.
2:01 PM test.au3 attached to Ticket #1520 by snarks@…
Test case showing that an array which has its last element removed cannot have a new element added
1:59 PM Ticket #1520 (_ArrayAdd doesn't work after _ArrayDelete has removed the last element) created by snarks@…
_ArrayDelete returns an empty string after the last element of an …
10:23 AM Ticket #1506 (DirCopy/FileCopy) closed by Jon
Works For Me: My money would be on an AV related problem.
8:48 AM Ticket #1506 (DirCopy/FileCopy) updated by anonymous
Ive no idea why this was an issue, reinstalled auto it and its seems to work. Please Close. Thanks

Mar 10, 2010:

8:07 PM Ticket #1516 (Get Full Returnstring from TCP-IP-STACK in AutoIt-Variable) updated by card0384@…
The problem in Autoit v.3.3.6.0 still exists
9:40 AM Ticket #1516 (Get Full Returnstring from TCP-IP-STACK in AutoIt-Variable) updated by thomas.rupp@…
I would be glad too if this information could be made accessible from within AutoIt. I could enhance the Active Directory UDF to get better error description in function _AD_Open().
4:17 AM Ticket #1519 (Number conversion routines are inconsistent) created by doudou
I would expected the following code to produce (arithmetically) the …
12:00 AM Ticket #1501 (StringRegExp and StringRegExpReplace missing) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.

Mar 9, 2010:

10:04 PM Ticket #1501 (StringRegExp and StringRegExpReplace missing) closed by Jon
Fixed
8:19 PM Ticket #1518 (DropDown-Menu of ComboBoxes are not available on x64-Exe) closed by Valik
Fixed: We know. The manifest is missing from x64 compiled scripts because Visual Studio is retarded and likes to do this to us. It will be fixed next release.
7:38 PM Ticket #1518 (DropDown-Menu of ComboBoxes are not available on x64-Exe) created by skyteddy
Hello, in my big script, with more then 10.000 lines of code, I have …
12:22 PM Ticket #1517 (_GUICtrlListView_SimpleSort not sorts checkboxes defined by ...) created by anonymous
Below is example script - shows files and directories in C:\ Step to …
10:00 AM Ticket #1516 (Get Full Returnstring from TCP-IP-STACK in AutoIt-Variable) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:24 AM Ticket #1516 (Get Full Returnstring from TCP-IP-STACK in AutoIt-Variable) updated by card0384@…
The MS-Reference for ldap_simple_bind_s is here: http://msdn.microsoft.com/en-us/library/aa366995(VS.85).aspx and OpenDSObject http://msdn.microsoft.com/en-us/library/aa706065(VS.85).aspx
9:15 AM Ticket #1516 (Get Full Returnstring from TCP-IP-STACK in AutoIt-Variable) created by card0384@…
I would like to register myself from a computer place, out of range of …
8:59 AM Ticket #1515 (FileOpen for Read fails on already opened file) updated by anonymous
Also You can't open the same file for reading and for writing. This was possible with the previous versions until 3.3.2.

Mar 8, 2010:

8:34 PM Ticket #1410 (Using Pointer type with COM-object throws error.) updated by anonymous
Replying to monoceres: […] What is it, what you are trying to do here? I personally would expect this code to crash: Eval() apparently needs a string (Variant/VT_BSTR) and you submit a pointer (VT_PTR). COM error is the most harmless case here, if ScriptControl didn't validate arguments you would end up with access violation, since memory at address 0x00000000 isn't a valid read pointer.
7:02 PM Ticket #1512 (StdoutRead no correct output with german language OS) updated by Emiel Wieldraaijer
Thanks, I thought it was another unicode problem
3:27 PM Ticket #1515 (FileOpen for Read fails on already opened file) created by M23
From v3.3.5.3 Beta release notes: Fixed: Regression in FileOpen() …
8:53 AM Ticket #1512 (StdoutRead no correct output with german language OS) closed by J-Paul Mesnage
No Bug: Thanks Doudou for helping Just a small typo […]
8:38 AM Ticket #1514 (Missing _SQLite examples in v3.6.6.0 help file) closed by J-Paul Mesnage
Fixed: Fixed by revision [5739] in version: 3.3.7.0
4:13 AM Ticket #1510 (The $tagNMTVKEYDOWN structure) updated by Valik
#1479
3:56 AM Ticket #1512 (StdoutRead no correct output with german language OS) updated by doudou
It's nothing to do with StdoutRead(): chkdsk and many other command line utilities shipped with Windows use traditionally OEM charset, while AutoIt (as primarily GUI app) uses ANSI or corr. Windows codepage. You have to apply a charset conversion before using OEM strings in AutoIt, something like: […]
3:55 AM Ticket #1510 (The $tagNMTVKEYDOWN structure) updated by anonymous
I had searched for "tagNMTVKEYDOWN" and found nothing. And I search again, after you closed it, still nothing but this one. Finally I found it with "VKEYDOWN", which is about "tagNMLVKEYDOWN". http://www.autoitscript.com/trac/autoit/ticket/1130 It is marked as "Fixed". But in the latest release (3.3.6.0), it's not fixed. Both LV and TV are using "word" for "VKey" which not works in x64.
3:27 AM Ticket #1514 (Missing _SQLite examples in v3.6.6.0 help file) updated by anonymous
Sorry, I referenced v3.6.6.0. Obviously, it should be v3.3.6.0
3:25 AM Ticket #1514 (Missing _SQLite examples in v3.6.6.0 help file) created by ILLBeBack
The examples are missing in the v3.6.6.0 help file for functions …

Mar 7, 2010:

4:38 PM Milestone 3.3.6.0 completed
1:41 PM Ticket #1513 (_GUIToolTip_AddTool() accepts only strings in $sText parameter) created by doudou
With the standard UDF GuiToolTip.au3 it is impossible to create a …
12:53 PM Correct.jpg attached to Ticket #1512 by ewieldra
12:51 PM Ticket #1512 (StdoutRead no correct output with german language OS) created by Emiel Wieldraaijer
Hi, StdoutRead does not produce the correct output I've an image …
11:58 AM Ticket #1503 (FileGetSize don't works solid) updated by xelotiac@…
A workaround is the using of FileRead($file,1) before the FileGetSize()

Mar 6, 2010:

7:17 PM Ticket #1510 (The $tagNMTVKEYDOWN structure) closed by Valik
Duplicate: Ugh. You people who can't be bothered to search the issue tracker before posting need to fuck off. I'm tired of closing these duplicate tickets.
4:21 PM Ticket #1511 (Datatype mismatch in _GDIPlus_BrushCreateSolid) created by ProgAndy
In _GDIPlus_BrushCreateSolid, the second parametertype is delcared as …
9:44 AM Ticket #1510 (The $tagNMTVKEYDOWN structure) created by rexx26@…
Global Const $tagNMTVKEYDOWN = $tagNMHDR & ";word VKey;uint Flags" …

Mar 5, 2010:

7:08 PM Ticket #1509 (_Date_Time_FileTimeToStr() Document or Source Code bug) created by anonymous
------source code----- ; Encode a file time $tFile = …
11:48 AM Ticket #1498 (#RequireAdmin causes script to not complete/run when UAC is turned off ...) updated by Emiel Wieldraaijer
It happens also when you press F5 in scite with admin rights Windows 7 32 bits and 64 Bits

Mar 4, 2010:

5:38 PM Ticket #15 (Rewrite INI functionality to remove limitations.) updated by skyteddy
Is there any solution in sight for the IniReadSection?
4:28 PM Ticket #1508 (IniReadSection: Possibility to increase restrictions, except Win9x?) closed by Valik
Duplicate: Learn to search.
2:00 PM Tickets #1507,​1508 batch updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:42 PM Ticket #1508 (IniReadSection: Possibility to increase restrictions, except Win9x?) created by skyteddy
Hello, I have to read big Ini-Sections in XP, Vista and Windows 7, …
1:24 PM Ticket #1507 (help file improvement) created by psraman@…
I am new to programming. It is abou the help script samples. The list, …

Mar 3, 2010:

9:33 PM Ticket #850 (_ExcelReadSheetToArray doesn't work with German Excel 2003) updated by MrCreatoR <mscreator@…>
Ironicly this fix caused another bug - the docs sais this: […] but it's not quite true, here is an example that shows this: […] To fix it there is need to replace in _ExcelReadSheetToArray UDF this: […] with this: […]
4:51 PM Ticket #1506 (DirCopy/FileCopy) created by Steveiwonder
Trying to use DirCopy to copy a "Briefcase" RightClick > New> …
3:59 PM Ticket #1505 (Variable not declared in IE.au3) created by Richard Nichols <nospam4rdn-autoit@…>
If the "MustDeclareVars" option is set then the following error is …
2:15 AM Ticket #1504 (GUICtrlSetBkColor sets button style to $BS_DEFPUSHBUTTON) closed by Valik
Wont Fix: It's good to see you searched the issue tracker before wasting our time. Closing as won't fix just like the identical #376.
12:07 AM Ticket #1504 (GUICtrlSetBkColor sets button style to $BS_DEFPUSHBUTTON) created by SEuBo
Hello, When GUICtrlSetBkColor is used on a button, it "steals" the …

Mar 2, 2010:

9:26 PM Ticket #1503 (FileGetSize don't works solid) created by xelotiac@…
Hi there, when my Opera-Browser cache a flash video and I control …
9:21 PM Ticket #1489 (Impossible to use the button "Open this script" in the Autoit help) updated by Jos
Download this version of autoit3help.exe replacing the current version in the AutoIt3 program directory. Jos
8:26 PM Ticket #1489 (Impossible to use the button "Open this script" in the Autoit help) updated by Valik
I guess it would have been too sensible to try and provide any of the information I requested from the previous user in your post? Saying "It doesn't work for me either" is about as useful as saying nothing at all which is preferable than saying the same thing somebody else has without further elaboration.
10:51 AM Ticket #1489 (Impossible to use the button "Open this script" in the Autoit help) updated by longbiaochen@…
Hey guys. I'm suffering from the same problem, too. My machine runs Windows 7, and the Autoit 3.3.0.0 works fine with it. When I updated to 3.3.4.0, the "Open this script" started to works abnormally. Sometimes it can open SciTe but sometimes not. Feel free to contact me for more details. Thanks.

Feb 28, 2010:

8:33 PM Ticket #1502 (Missing keyword highlight on autoit3wrapper keywords.) updated by anonymous
Roger: Thanks for info.
8:00 PM Ticket #1502 (Missing keyword highlight on autoit3wrapper keywords.) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
7:58 PM Ticket #1502 (Missing keyword highlight on autoit3wrapper keywords.) updated by Jos
Version, Component changed
7:58 PM Ticket #1502 (Missing keyword highlight on autoit3wrapper keywords.) closed by Jos
Fixed: These are removed from the Autoit3 installer and should have been part of the SciTE4Autoit3 installer. I have forgotten to arrange the API table and only done the Highlighting table. It will be fixed in the next version of the full SciTE4AutpoIt3 installer, but you can in the mean time downlaod the au3.properties and au3.autoit3wrapper.api files from the Beta site and put the in the appropriate directories. Jos
5:06 PM Milestone 3.3.5.6 completed
4:49 PM Ticket #1502 (Missing keyword highlight on autoit3wrapper keywords.) created by anonymous
Effected: #autoit3wrapper_*, #Obfuscator_*, #Tidy_* file: …
1:15 PM Ticket #1501 (StringRegExp and StringRegExpReplace missing) created by ProgAndy
The current beta does not include the functions StringRegExp …
11:23 AM Ticket #1487 (_DateToDayOfWeekISO is not ISO conformant) updated by Jos
Fixed by revision [5727] in version: 3.3.5.6
11:16 AM Ticket #1487 (_DateToDayOfWeekISO is not ISO conformant) updated by Jos
Milestone changed
Fixed by revision [5726] in version: 3.3.5.6
10:43 AM Milestone 3.3.5.5 completed
Note: See TracTimeline for information about the timeline view.