Timeline



Aug 14, 2008:

11:25 PM Ticket #518 (IniRead() optionally create default entry if not exists) closed by Valik
Rejected: You're asking for a function that reads to have the ability to write? Think about that for a second. Anyway, this doesn't sound all that useful for the masses. In general, it shouldn't make any difference whether the key exists or not. You obviously realize how trivial it is to wrap the desired functionality in a UDF so I suggest just using that for your own needs.
10:02 PM Ticket #519 (Wrong parameters in help file for GUICtrlSetDefBkColor) created by GEOSoft
GUICtrlSetDefBkColor mistakingly uses the same parameters table as …
10:00 PM Ticket #518 (IniRead() optionally create default entry if not exists) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:50 PM Ticket #518 (IniRead() optionally create default entry if not exists) created by matin@…
For scripts that use INI files, the option to create default INI …
11:16 AM Ticket #516 (_ChooseFont 64bit Vista) updated by Gary
try replacing $tagCHOOSEFONT in StructureConstants.au3 with: […] This works on 32bit not sure about 64bit.
11:14 AM Ticket #500 (_ChooseColor 64bit problems) updated by Gary
see ticket #516 for _ChooseFont
10:53 AM Ticket #517 (WinAPI UDF - bad error checking after DllCall()) created by Zedna
This line is missing in many functions after DllCall: […] …

Aug 13, 2008:

11:30 PM Ticket #500 (_ChooseColor 64bit problems) closed by Gary
Fixed: Fixed in version: 3.2.13.8
9:28 PM Ticket #516 (_ChooseFont 64bit Vista) created by Gary
_ChooseFont does not work. The function return a value as if the user …
9:27 PM Ticket #500 (_ChooseColor 64bit problems) updated by Gary
Keywords changed
9:26 PM Ticket #500 (_ChooseColor 64bit problems) updated by Gary
Owner, Component, Description, Summary changed
A separate ticket needs to be made up for listviews, as it is I'm splitting up the color and font issue
4:23 PM Ticket #515 (Scite4AutoIt3 - add zoom-in zoom-out) closed by Valik
Rejected: As far as I know, Notepad++ is built using the Scintilla control, not based on SciTE. But either way I'll save Jos the trouble of replying, the SciTE we distribute is as close as possible to the official version distributed by Neil Hodgson. We'd like to keep it that way which is why we defer features requests/bug reports to the SciTE/Scintilla community.
4:19 PM Ticket #514 (StdoutRead seems broken on latest public & beta) closed by Valik
No Bug: Replying to anonymous: > Could at least mention in help file that now need a processwaitclose before doing the read... But that is only true if you actually want to wait until the process closes. Honestly? Your code as written before was flawed. You should have always been relying on ProcessWaitClose() anyway. There was no guarantee your old way would actually return all the text you wanted.
4:00 PM Ticket #515 (Scite4AutoIt3 - add zoom-in zoom-out) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:29 PM Ticket #515 (Scite4AutoIt3 - add zoom-in zoom-out) created by Zedna
This is in NotePad++ (opensource) based on the same Scite sources and …
12:11 PM Ticket #514 (StdoutRead seems broken on latest public & beta) updated by anonymous
Sorry to be a pain, but was not understanding fully the implications of non blocking behaviour. Since it no longer waits for application to respond, if you do the stdoutread next, you get nothing back because the launched app or command has not had the chance to return its result. I can see the use in this, but surely most uses want to have blocking so that when you do the stdoutread you get the returned output without having to create code to wait for it every time. Could at least mention in help file that now need a processwaitclose before doing the read... Not meaning to bitch.... very cool app overall!
11:39 AM Ticket #514 (StdoutRead seems broken on latest public & beta) updated by anonymous
OK, Having played with this a while longer I realize what the actual change now is. Need to read data from it in a loop with the first item always being blank. Good to have the loop to retrieve all the data, but what is the point in the first item being blank? It saves a lot of silly code for whn just want a single digit or word returned.…
11:23 AM Ticket #500 (_ChooseColor 64bit problems) updated by Achilles
Ok, that works with 64bit. I suppose that the solution to _ChooseFont is very similar. I'm still having some troubles with listviews. Should I post a more detailed description of those? Like I said above, it doesn't matter much for me…
10:51 AM Ticket #514 (StdoutRead seems broken on latest public & beta) created by robinacjohnston@…
Updated to the latest Public (3.2.12.1) today so as to gain support …
10:41 AM Ticket #500 (_ChooseColor 64bit problems) updated by Gary
in the structures.au3 replace $tagChooseColor with the following […] This still works in 32bit environment, not sure of 64bit.
3:15 AM Ticket #500 (_ChooseColor 64bit problems) updated by Gary
ok the points to an error in the structure size.

Aug 12, 2008:

10:11 PM Ticket #500 (_ChooseColor 64bit problems) updated by Achilles
With that change, $iDialogError[0] is set to 1 (so it shows the msgbox you added). I added an _ArrayDisplay and that's the only value in the whole array.
10:06 AM Ticket #500 (_ChooseColor 64bit problems) updated by Gary
made a noob mistake in the above code. should be: […]
1:33 AM Ticket #513 (Request: checked row highlight style for Listview controls) closed by Valik
Rejected: There's already too much custom behavior as is. If we added all the useful custom behaviors we'd have everything bloated so big it'd be ridiculous.

Aug 11, 2008:

11:19 PM Ticket #500 (_ChooseColor 64bit problems) updated by anonymous
Sorry, I forgot to reread the last part I wrote. It shows up as completely blank.
11:16 PM Ticket #500 (_ChooseColor 64bit problems) updated by anonymous
Replying to Gary: > I didn't change the function other than adding an dialog error check after the dll call. > > Are you saying the function now works? Oh sorry, I didn't realize I had only tested it with the normal AutoIt, not 64bit. It still does not work with 64bit. The function returns -1, and the @error code is set to -3. I think you added the part with the $iDialogError, but that does not get assigned to anything. I put a ConsoleWrite right after it and it showed up as || (I put the | around the value to see if was completely blank).
10:00 PM Ticket #513 (Request: checked row highlight style for Listview controls) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
8:13 PM img.zip attached to Ticket #513 by v3rt1g0
Checkbox Pics
8:08 PM Ticket #513 (Request: checked row highlight style for Listview controls) created by v3rt1g0
I'd love to see the code below included as an easily usable extended …
10:09 AM Ticket #500 (_ChooseColor 64bit problems) updated by Gary
I didn't change the function other than adding an dialog error check after the dll call. Are you saying the function now works?
7:51 AM Ticket #505 (_GUICtrlStatusBar_SetBkColor doesn't work) updated by anonymous
Replying to gcriaco <gcriaco@gmail.com>: > The function returns the background color, but the statusbar color doesn't change. > > Example: > > ; Set background color > msgbox(0,"Test", _GUICtrlStatusBar_SetBkColor ($hStatus, $CLR_RED)) You're right as alweays. Many thanks Peppe
12:21 AM Ticket #500 (_ChooseColor 64bit problems) updated by anonymous
Replying to Gary: > Everything looks fine as far as I can tell, might be a structure problem for 64bit. > > Try the following change to the function and see if it gives any information: > code I tried that and it works good. I've encountered some other problems with listviews, should I post those too? I don't really need these fixed since I'm fine with just using 32bit compiling…

Aug 10, 2008:

1:06 PM Ticket #504 ("au3check" doesn't handle special characters properly) closed by Jos
Fixed: Fixed in version: 3.2.13.8
11:09 AM Ticket #489 (Add _GDIPlus_ImageSaveAddImage & _GDIPlus_ImageSaveAdd to GDIPlus.au3) closed by Jos
Rejected
11:08 AM Ticket #494 (Add more resource functions to WinAPI.au3) closed by Jos
Rejected
11:07 AM Ticket #492 (Add to GDIPlus Image functions for retrieving frames from multi-frame ...) closed by Jos
Rejected
4:11 AM Ticket #494 (Add more resource functions to WinAPI.au3) updated by smashly
This request can be closed or moved to rejected as it's not submitted correctly.
4:10 AM Ticket #492 (Add to GDIPlus Image functions for retrieving frames from multi-frame ...) updated by smashly
This request can be closed or moved to rejected as it's not submitted correctly.
4:09 AM Ticket #489 (Add _GDIPlus_ImageSaveAddImage & _GDIPlus_ImageSaveAdd to GDIPlus.au3) updated by smashly
This request can be closed and or moved to rejected as it's not submitted correctly.
3:51 AM Ticket #512 (Runas problem with new version.) closed by Valik
No Bug: Well, if the caller is a non-administrator account and the Flash Player installer requires administrator rights, then the error is correct because you use RunWait() to call the installer. At any rate, I don't see anything wrong, I know RunAs[Wait]() works with that simple code (when written correctly), so I'm closing this as no bug.

Aug 9, 2008:

10:56 PM Ticket #512 (Runas problem with new version.) created by anonymous
Hello I write a program when coulndt run correctly I have tried with …
10:00 PM Ticket #511 (GUICtrlCreateTab - doc precision) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:44 PM Ticket #511 (GUICtrlCreateTab - doc precision) created by Zedna
Please add folowing: When you create control on the Tab by UDF …
3:20 AM Ticket #510 (_GUICtrlListView_ClickItem: If columns inside listview exceed visible ...) closed by Gary
Fixed: Fixed in version: 3.2.13.8
2:00 AM Ticket #510 (_GUICtrlListView_ClickItem: If columns inside listview exceed visible ...) updated by TicketCleanup
Severity, Milestone changed
Automatic ticket cleanup.
12:51 AM Ticket #510 (_GUICtrlListView_ClickItem: If columns inside listview exceed visible ...) created by michael.sunwoo@…
In the function _GUICtrlListView_ClickItem, if the columns inside the …

Aug 8, 2008:

10:00 PM Ticket #508 (Static variables) updated by cbruce
Like I say, it's more work for the programmer - but an absolutely pragmatic approach. I'll start using this type of naming convention in AutoIt. Thanks folks, Bruce
9:46 PM Ticket #500 (_ChooseColor 64bit problems) updated by Gary
Everything looks fine as far as I can tell, might be a structure problem for 64bit. Try the following change to the function and see if it gives any information: […]
9:08 PM Ticket #500 (_ChooseColor 64bit problems) updated by anonymous
Replying to Gary: > I don't have Vista let alone 64bit, maybe another dev can test. > > Did you compile your script with the 64 bit compile? When I installed AutoIt I set it to the options where it would "use 64bit features where possible." So when you right click a script you can either just "Compile Script" or "Compile Script (x86)". I tried "Compile Script" and both _ChooseFont and _ChooseColor failed. They work normally if I compile it with the x86.
9:03 PM Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) closed by Gary
Fixed: Fixed in version: 3.2.13.8
8:13 PM Ticket #508 (Static variables) updated by Gary
Valik your correct, I was thinking one thing and posted along another thought line. An example of what Valik is stating can be found in UDFGlobalID.au3 ( $_UDF_GlobalIDs_Used) where I named it so it shouldn't be reused anywhere. The above variable is an array but you should get the drift of the idea.
8:00 PM Tickets #485,​508,​509 batch updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:50 PM Ticket #508 (Static variables) updated by Valik
Err, that should have been two $[underscore][underscore]g. Apparently I accidentally triggered the wiki's underline thing.
7:45 PM Ticket #508 (Static variables) closed by Valik
Rejected: Gary, the value needs to be mutable. For example, a counter for the number of times a function is called could be implemented as a static variable (or global, obviously). cbruce, much like many other things that some other languages offer as "features", you can do this yourself. It just requires you to develop your own rigid naming system to prevent collisions. For example, a name in the form "$g_vStatic_MyVar" will help reduce collisions. Adding the function name in can help disambiguate names further at the cost of increased length in the name. Closing as rejected.
7:38 PM Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) updated by cbruce
Replying to Gary: I apologize for my original sloppiness - here is a more accurate description: I am on Central Daylight Time (CDT) and here's my run of the original example: ; with _Date_Time_EncodeFileTime() ; Local file time .: 08/08/2008 07:53:11 Followed by my run of my submitted example: ; with _Date_Time_GetSystemTime() and _Date_Time_SystemTimeToFileTime() ; Local file time .: 08/08/2008 12:54:03 My example gave the correct local time, and the original example was 5 hours behind. This is to be expected, since the original example is providing _Date_Time_EncodeFileTime() with the current LOCAL time and my example is using _Date_Time_GetSystemTime(), which is providing _Date_Time_FileTimeToLocalFileTime() with UTC time. Original example from help file: […] My corrected version of the example: […] Again, thank you for your effort, Bruce
7:23 PM Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) reopened by Gary
7:04 PM Ticket #507 (Problem with GuiToolTip UDF functions using only TTM_*W message constants.) updated by anonymous
Replying to Valik: > I don't know what to say about this. Windows is supposed to marshal the data for you. The only thing I can think of is that the apps are incorrectly using RegisterWindowW() to register their window class when in fact they are ANSI applications. When an app does that, Windows does not do the usual conversion from UNICODE to ANSI for the window (since it incorrectly flagged itself as UNICODE when it's not). > > I do not have the test application to confirm my guess, is it part of SciTE4AutoIt3? Hi Valik. Yes AutoItMacroGenerator02.exe is included with SciTE4AutoIt3. The application I first noticed this behavior in was ESRI ArcMap
7:02 PM Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) updated by anonymous
Replying to Gary: > They both return the same if you run both the old example and add your code in. Hello Gary - You don't happen to live in Greenwich do you? (Since local and UTC would be the same there, you wouldn't see a difference.) Here's my run of the original example: ; with _Date_Time_EncodeFileTime() ; Local file time .: 08/08/2008 07:53:11 Followed by my run of my submitted example: ; with _Date_Time_GetSystemTime() and _Date_Time_SystemTimeToFileTime() ; Local file time .: 08/08/2008 12:54:03 And the second one was the correct local time. Thank you, Bruce
6:50 PM Ticket #509 (UDP Receive String) created by anonymous
UDPRecv For backwards compatibility to 3.2 want to have a new …
6:42 PM Ticket #485 (missing related links in helpfile) updated by Gary
Owner, Status changed
6:41 PM Ticket #485 (missing related links in helpfile) updated by Gary
Type changed
6:40 PM Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) closed by Gary
Rejected: They both return the same if you run both the old example and add your code in.
6:35 PM Ticket #500 (_ChooseColor 64bit problems) updated by Gary
I don't have Vista let alone 64bit, maybe another dev can test. Did you compile your script with the 64 bit compile?
6:31 PM Ticket #508 (Static variables) updated by Gary
look at "Global Const"
6:31 PM Ticket #495 (_GUICtrlTreeView_GetTree returns only 1 parent) closed by Gary
Fixed: Fixed in version: 3.2.13.8
6:18 PM Ticket #508 (Static variables) created by cbruce
AutoIt is a wonderful product folks - thank you so much... It would …
5:20 PM Ticket #505 (_GUICtrlStatusBar_SetBkColor doesn't work) updated by Gary
Either turn off themes on system or in the script for example: […]
4:00 PM Ticket #507 (Problem with GuiToolTip UDF functions using only TTM_*W message constants.) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:53 PM Ticket #507 (Problem with GuiToolTip UDF functions using only TTM_*W message constants.) updated by Valik
I don't know what to say about this. Windows is supposed to marshal the data for you. The only thing I can think of is that the apps are incorrectly using RegisterWindowW() to register their window class when in fact they are ANSI applications. When an app does that, Windows does not do the usual conversion from UNICODE to ANSI for the window (since it incorrectly flagged itself as UNICODE when it's not). I do not have the test application to confirm my guess, is it part of SciTE4AutoIt3?
2:32 PM Demo_GUIToolTip_EnumTools.au3 attached to Ticket #507 by Bowmore
Script to show _GUIToolTip_EnumTools behaviour
2:31 PM Ticket #507 (Problem with GuiToolTip UDF functions using only TTM_*W message constants.) created by Bowmore
Win XP Pro Sp2 AutoIt 3.2.13.7 Last known working version AutoIt …
1:10 PM Ticket #505 (_GUICtrlStatusBar_SetBkColor doesn't work) updated by gcriaco <gcriaco@…>
Replying to gcriaco <gcriaco@gmail.com>: > The function returns the background color, but the statusbar color doesn't change. > > Example: > > ; Set background color > msgbox(0,"Test", _GUICtrlStatusBar_SetBkColor ($hStatus, $CLR_RED)) Here's the complete code: #include <GuiConstantsEx.au3> #include <GuiStatusBar.au3> #include <WinAPI.au3> #include <Constants.au3> Opt('MustDeclareVars', 1) $Debug_SB = False ; Check ClassName being passed to functions, set to True and use a handle to another control to see it work _Main() Func _Main() Local $hGUI, $hStatus Local $aParts[3] = [75, 150, -1] ; Create GUI $hGUI = GUICreate("(Example 1) StatusBar Set BkColor", 400, 300) $hStatus = _GUICtrlStatusBar_Create ($hGUI) GUISetState() ; Set parts _GUICtrlStatusBar_SetParts ($hStatus, $aParts) _GUICtrlStatusBar_SetText ($hStatus, "Part 1") _GUICtrlStatusBar_SetText ($hStatus, "Part 2", 1) ; Set background color msgbox(0,"Test", _GUICtrlStatusBar_SetBkColor ($hStatus, $CLR_RED)) ; Loop until user exits Do Until GUIGetMsg() = $GUI_EVENT_CLOSE GUIDelete() EndFunc ;==>_Main The same thing happens on both beta (latest) and prod autoit version. My p.c. is a WinXP SP3 machine the attachement shows my gui.
1:07 PM Example.zip attached to Ticket #505 by gcriaco <gcriaco@…>
12:57 PM Ticket #506 (_FileCountLines) created by Xenobiologist
Same problem as I mentioned before with _FileReadToArray. The function …
10:08 AM Ticket #505 (_GUICtrlStatusBar_SetBkColor doesn't work) closed by Gary
Works For Me
10:00 AM Tickets #504,​505 batch updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
9:31 AM Ticket #504 ("au3check" doesn't handle special characters properly) updated by Jos
Status changed
9:30 AM Ticket #504 ("au3check" doesn't handle special characters properly) updated by Jos
Status, Component, Milestone changed
I will look into this false warning when a path contains a single quote.
8:09 AM Ticket #505 (_GUICtrlStatusBar_SetBkColor doesn't work) created by gcriaco <gcriaco@…>
The function returns the background color, but the statusbar color …
8:03 AM Ticket #504 ("au3check" doesn't handle special characters properly) created by ptrex
When storing an include file, in a folder wich contains special …

Aug 7, 2008:

8:58 PM Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) created by cbruce
The helpfile example uses _Date_Time_EncodeFileTime() to create an …
7:57 PM Ticket #502 (Autoit adds 0.09999999997 instead of 0.01) closed by Valik
No Bug: This is not a bug. Floating-point numbers are not precise so repeatedly adding a floating point number leads to these sorts of problems. You can find plenty of literature on the internet about it.
7:55 PM Ticket #502 (Autoit adds 0.09999999997 instead of 0.01) updated by rbhkamal
I'm rbhkamal... not anonymous
7:54 PM Ticket #502 (Autoit adds 0.09999999997 instead of 0.01) created by anonymous
After adding 0.01 to $c few times, $c will be incremented by 0.999999 …
4:58 PM Ticket #92 (DllStructGetData() truncation) closed by Valik
Fixed: Fixed in version: 3.2.13.8
4:26 PM Ticket #501 (ProcessGetStats) closed by Valik
Fixed: Fixed in version: 3.2.13.8
3:17 PM Ticket #501 (ProcessGetStats) updated by anonymous
Replying to Jos: > You need to specify it like this when using a PID: > $display = ProcessGetStats(288) > > Jos it was a mistake... to "" many :) Doesn´t work either! Thanks 4 the help!
2:54 PM Ticket #501 (ProcessGetStats) updated by Jos
You need to specify it like this when using a PID: $display = ProcessGetStats(288) Jos
2:00 PM Ticket #501 (ProcessGetStats) updated by TicketCleanup
Severity changed
Automatic ticket cleanup.
12:05 PM Ticket #501 (ProcessGetStats) created by pedroemiliano@…
ProcessGetStats does not work for SYSTEM's username PID's. This also …
6:00 AM Ticket #500 (_ChooseColor 64bit problems) updated by TicketCleanup
Severity changed
Automatic ticket cleanup.
5:22 AM Ticket #500 (_ChooseColor 64bit problems) created by Achilles
I just got a 64bit version of Vista and encountered several problems. …

Aug 6, 2008:

8:40 PM Ticket #499 (Missing quotes from WinWaitActive causes crash) closed by Valik
Wont Fix: The current beta's do not crash (although they give a somewhat obscure error). I'm going to close this as wont fix since the behavior of the beta is not a hard-crash but rather an error message.
8:38 PM Ticket #499 (Missing quotes from WinWaitActive causes crash) updated by Valik
Description changed
7:57 PM 4dcf_appcompat.txt attached to Ticket #499 by System Tester
Crash after syntax error - missing ""
7:55 PM Ticket #499 (Missing quotes from WinWaitActive causes crash) created by System Tester
Also, WinActivate. Run from SciTe using the F5 key The following …
11:43 AM Milestone 3.2.13.7 completed
12:34 AM Ticket #498 (Make AutoIt 3.2.12.2 release with UDF fixes) updated by Zedna
Replying to Valik: > This would require one of us (Jon, most likely) to install Visual Studio 2005 (We've all migrated to 2008). Updating the version number requires recompiling. > > The 3.2.12.x branch is pretty much dead. I didn't think of "Updating the version number requires recompiling." That's pity. So only patches for UDFs can be done.

Aug 5, 2008:

10:12 PM Ticket #498 (Make AutoIt 3.2.12.2 release with UDF fixes) closed by Valik
Rejected: This would require one of us (Jon, most likely) to install Visual Studio 2005 (We've all migrated to 2008). Updating the version number requires recompiling. The 3.2.12.x branch is pretty much dead.
10:00 PM Ticket #498 (Make AutoIt 3.2.12.2 release with UDF fixes) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:21 PM Ticket #498 (Make AutoIt 3.2.12.2 release with UDF fixes) created by Zedna
There are some serious UDF bugs which could be fixed also in 3.2.12.1 …
8:38 PM Ticket #497 (GUICtrlSetFont() does not work in a listview control) created by HeidiR
Example: GUICtrlSetFont($LV_AR[$i], 8.5, 800) ;Bold
5:33 PM Ticket #496 (obsolete @Unicode macro still in helpfile) closed by Valik
Duplicate: Duplicate #493
2:52 PM Ticket #496 (obsolete @Unicode macro still in helpfile) created by Zedna
3.2.12.0 (XXth, YYY 200x) (Next Release) - Changed: @Unicode renamed …
2:00 PM Ticket #495 (_GUICtrlTreeView_GetTree returns only 1 parent) updated by TicketCleanup
Severity, Milestone changed
Automatic ticket cleanup.
12:23 PM Ticket #495 (_GUICtrlTreeView_GetTree returns only 1 parent) updated by Prog@…
Forgot to change name …
12:22 PM Ticket #495 (_GUICtrlTreeView_GetTree returns only 1 parent) created by anonymous
_GUICtrlTreeView_GetTree sould return the whole treeview-structure for …
6:19 AM Some_WinAPI_ResourceFunctions.au3 attached to Ticket #494 by smashly
Some_WinAPI_ResourceFunctions.au3
6:17 AM Ticket #494 (Add more resource functions to WinAPI.au3) created by smashly
_WinAPI_FindResource _WinAPI_FindResourceEx _WinAPI_SizeOfResource …

Aug 3, 2008:

6:21 PM Ticket #493 (GuiCtrlCreateDate Help example needs updating) closed by Valik
Fixed: Fixed in version: 3.2.13.7
6:14 PM Ticket #491 (AU3Check and spaces in if statement) closed by Valik
Wont Fix: I tried to fix this and was successful, however, the fix introduced a lot more problems so I've reverted it. I can't see any way to fix this issue due to the way Au3Check is written. Since the issue is trivial, I'm going to close it as won't fix.
6:12 PM Ticket #491 (AU3Check and spaces in if statement) reopened by Valik
5:27 PM Ticket #491 (AU3Check and spaces in if statement) closed by Valik
Fixed: Fixed in version: 3.2.13.7
4:30 PM Ticket #277 (@ProcessorArch) closed by Valik
Completed: Added in version: 3.2.13.7
12:11 AM Ticket #493 (GuiCtrlCreateDate Help example needs updating) created by ewieldra
Hi, GuiCtrlCreateDate help example needs updating The example …

Aug 2, 2008:

11:48 PM Ticket #492 (Add to GDIPlus Image functions for retrieving frames from multi-frame ...) updated by Valik
Type changed
11:44 PM Ticket #492 (Add to GDIPlus Image functions for retrieving frames from multi-frame ...) updated by Smashly
Sorry this ticket was meant to be in Requests.
11:40 PM GDIPlus_SomeImageGetISetMultiFrameFunctions.au3 attached to Ticket #492 by smashly
GDIPlus_SomeImageGetISetMultiFrameFunctions.au3
11:37 PM Ticket #492 (Add to GDIPlus Image functions for retrieving frames from multi-frame ...) created by smashly
_GDIPlus_ImageGetFrameDimensionCount …
10:21 PM Ticket #487 (Associative arrays) updated by alexmadman
:| it wasn't a question :| it was a request :|
8:46 PM Ticket #491 (AU3Check and spaces in if statement) created by monoceres
Very minor bug, but still a bug. AU3Check doesn't recognize this as …
8:39 PM Ticket #468 (Milliseconds Macro) closed by Valik
Completed: Added in version: 3.2.13.7
6:59 PM Ticket #233 (Inetget + "automatically detect proxy settings" = HUGE RAM usage) closed by Valik
Works For Me: Alright, I just tested this. I'm fairly sure I have everything working. I used a Linux virtual machine to host the wpad.dat file. When I put a bogus proxy address in the wpad.dat, IE fails to load anything. I grabbed the IP of a proxy server off the internet and stuck that in and IE works. I tested the script you posted in both cases - with a working proxy and without. I saw nothing abnormal. Memory usage stayed constant as did processor usage. When I was using a valid proxy address, the file was downloaded. When I had an invalid address, nothing was downloaded. It all seemed really normal. So, I'm closing this as works for me.
2:00 AM Ticket #490 (Ability to have GUICtrlCreate... accept hide, show, enable and disable ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:15 AM Ticket #490 (Ability to have GUICtrlCreate... accept hide, show, enable and disable ...) closed by Valik
Rejected: To create a control disabled, use the WS_DISABLED style at creation time. Otherwise, the control is created enabled. AutoIt forces the control to be visible so there's no way to create a control that is initially not visible. However, you can just change the state before you show the GUI so I don't see much point in any of this.
12:32 AM Ticket #490 (Ability to have GUICtrlCreate... accept hide, show, enable and disable ...) created by HeidiR
Example: GUICtrlCreateButton("", 10, 10, 60, 25, $GUI_HIDE) …

Aug 1, 2008:

4:00 PM Ticket #489 (Add _GDIPlus_ImageSaveAddImage & _GDIPlus_ImageSaveAdd to GDIPlus.au3) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:54 PM Example_GDIPlus_ImageSaveAddImage_ImageSaveAdd.au3 attached to Ticket #489 by smashly
Example_GDIPlus_ImageSaveAddImage_ImageSaveAdd.au3
3:52 PM Ticket #489 (Add _GDIPlus_ImageSaveAddImage & _GDIPlus_ImageSaveAdd to GDIPlus.au3) created by smashly
_GDIPlus_ImageSaveAddImage _GDIPlus_ImageSaveAdd Both function are …
7:06 AM Ticket #486 (ControlGetFocus and ControlGetHandle never return exact ControlRef#) updated by Valik
Replying to htorres@lexmark.com: > I've been using this today using the latest version but still got problem on getting controlref# in the dialog. Can you help me with the scripts? The forum is for support, not here.
5:23 AM Ticket #486 (ControlGetFocus and ControlGetHandle never return exact ControlRef#) updated by htorres@…
Replying to Valik: > Based on my own experience, no bug. And based on your test script... oh wait. > > No bug. I've been using this today using the latest version but still got problem on getting controlref# in the dialog. Can you help me with the scripts?

Jul 31, 2008:

10:38 PM Ticket #488 (ObjGet() needs an instance parameter) created by Valik
[http://www.autoitscript.com/forum/index.php?s=&showtopic=77250&view=fi
6:27 PM Ticket #481 (Add margin parameter to SplashTextOn) closed by Valik
Completed: Added in version: 3.2.13.7
6:14 PM Ticket #483 (obsolete @ProcessorArch still in helpfile) closed by Valik
Fixed: Fixed in version: 3.2.13.7
6:09 PM Ticket #484 (ObjGet failures) closed by Valik
Fixed: Fixed in version: 3.2.13.7
5:34 PM Ticket #482 (AutoIt3.chm::/html/autoit_changelog.txt) closed by Valik
Fixed: Fixed in version: 3.2.13.7
5:08 PM Ticket #481 (Add margin parameter to SplashTextOn) updated by Valik
Well, technically you can just resize the static control used in SplashTextOn to sit where you want inside the window (ControlMove()). However, I will adjust AutoIt to use the Vista-recommended margin of 11 pixels all the way around.
4:40 PM Ticket #487 (Associative arrays) closed by Valik
Rejected: There are no plans to add or modify any data-types. Rejected.
4:37 PM Ticket #486 (ControlGetFocus and ControlGetHandle never return exact ControlRef#) closed by Valik
No Bug: Based on my own experience, no bug. And based on your test script... oh wait. No bug.
4:33 PM Ticket #484 (ObjGet failures) updated by Valik
Replying to Spiff59: > ObjGet doesn't seem to be doing what I expect it to. And your expectations are? > I placed files named "test.doc", "test.txt" and "test.xls" in my root folder and used the following code to test: A text file does not have a COM interface. While it shouldn't crash, you won't get an object from it either. This is a shitty bug report. You've rambled on a lot and other than a crash (when you use the function wrong, I might add) I don't really know what's happening or what you expect to happen. Tell me what you think ObjGet() does and what you are trying to achieve. Tell me what happens when you run that script with *existing* Excel and Word files.
4:27 PM Ticket #474 (About help) updated by Valik
Gary, the reason I didn't close it was because the component is set to Au3Info so if that is correct, then this isn't about AutoIt itself. But at any rate, closing is fine. Several days, no further details, no point in leaving it open.
4:24 PM Ticket #479 (soundplay don't work always) updated by Valik
And in case it isn't clear, it plays for me.
4:23 PM Ticket #479 (soundplay don't work always) closed by Valik
No Bug: You don't have the right decoder installed. When I play it, I see that the ffdshow decoder is being used. Not a bug.
2:00 PM Ticket #487 (Associative arrays) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
12:51 PM Ticket #487 (Associative arrays) created by alexmadman
Core support for associative arrays : $array[0]="whatever";normal …
8:00 AM Ticket #486 (ControlGetFocus and ControlGetHandle never return exact ControlRef#) updated by TicketCleanup
Severity, Milestone changed
Automatic ticket cleanup.
7:02 AM Ticket #486 (ControlGetFocus and ControlGetHandle never return exact ControlRef#) created by htorres@…
ControlGetFocus doesn't return exact ControlRef# instead always …
4:37 AM Ticket #452 (virus found in v3.2.12.1 released (12th June, 2008)) updated by Rob Saunders <rob@…>
If I knew anything about Python I might volunteer to help. Not that you'd want my help anyway. ;)
12:00 AM Ticket #481 (Add margin parameter to SplashTextOn) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Jul 30, 2008:

11:27 PM Ticket #485 (missing related links in helpfile) created by Zedna
_WinAPI_CloseHandle _WinAPI_CreateFile _WinAPI_FlushFileBuffers …
11:13 PM Ticket #484 (ObjGet failures) created by Spiff59
ObjGet doesn't seem to be doing what I expect it to. I placed files …
11:13 PM Ticket #483 (obsolete @ProcessorArch still in helpfile) created by Zedna
changelog 3.2.13.2 (15th June, 2008) (Beta): - Changed: @ProcessorArch …
11:08 PM Ticket #482 (AutoIt3.chm::/html/autoit_changelog.txt) created by Zedna
missing UDFs from 3.2.13.6 (30th July, 2008) (Beta): […] Note: …
10:52 PM Ticket #474 (About help) closed by Gary
Rejected: I'm surprised Valik didn't close this. The help didn't get any less with the newer versions, if anything is more.
10:50 PM Ticket #480 (soundplay don't work always) closed by Gary
Duplicate: see #479
10:39 PM MGHnotify.JPG attached to Ticket #481 by dlpirl
Example of poor appearance of SplashTextOn without margins
10:38 PM Ticket #481 (Add margin parameter to SplashTextOn) created by dlpirl
Text in SplashTextOn looks bad because it is too close to the Window …
9:00 PM Ticket #480 (soundplay don't work always) created by gadelat
Soundplay don't work for any mp3, for example: it works for this: …
8:59 PM Ticket #479 (soundplay don't work always) created by gadelat
Soundplay don't work for any mp3, for example: it works for this: …
8:43 PM Ticket #478 (Koda (FormDesigner)) updated by Valik
That is a really old version of AutoIt. Things changed. I suspect you are using an old version of Koda. But at any rate, Koda is responsible for generating runnable code, not us.
8:28 PM Milestone 3.2.13.6 completed
7:55 PM Ticket #478 (Koda (FormDesigner)) updated by anonymous
Ok, but this message: "WARNING: $WS_SYSMENU: possibly used before declaration." ? With AutoIt 3.2.10 is working properly. I check twice.
6:44 PM Ticket #92 (DllStructGetData() truncation) updated by Valik
Severity changed
6:39 PM Ticket #415 (CUI compiled scripts won't execute batch files properly) updated by Valik
There is a new flag (Inherit Parent Handles) which you must use in order for this to work how you expect.
6:35 PM Ticket #415 (CUI compiled scripts won't execute batch files properly) closed by Valik
Fixed: Fixed in version: 3.2.13.6
5:49 PM Ticket #478 (Koda (FormDesigner)) closed by Valik
No Bug: Koda is not our product. Contact the developers of Koda to report issues to them.
5:07 PM Ticket #478 (Koda (FormDesigner)) created by pechkov@…
AutoIt 3.2.12.1 I use Koda (FormDesigner) for creating GUI interface, …
4:07 PM Ticket #376 (GUICtrlSetBkColor() causes button to catch enter key) updated by Valik
Severity changed
4:06 PM Ticket #92 (DllStructGetData() truncation) updated by Valik
Status changed
4:06 PM Ticket #92 (DllStructGetData() truncation) reopened by Valik
Re-opening because I didn't fix this correctly the first time around. Also setting as blocking because I kind of made things worse.
5:04 AM Ticket #434 (small mistake in documentation for _IECreate function) closed by Valik
Fixed: Fixed in version: 3.2.13.6
5:00 AM Ticket #477 (Extract values from array at function runtime) closed by Valik
Rejected: This is a syntactic nightmare for virtually no gain. There is no performance benefit to it and it just creates harder to read than necessary code.
4:47 AM Ticket #464 (GUICtrlCreateAvi on Windows Vista) closed by Valik
Fixed: Fixed in version: 3.2.13.6
4:45 AM Ticket #464 (GUICtrlCreateAvi on Windows Vista) updated by Valik
The control works fine on Vista. The only thing I see is that the example in the help file doesn't work but that seems to be related to the animation on Vista. I did, however, find a working animation on Vista so I will update the documentation which is what the fix will be when this ticket is closed in a couple minutes.
4:00 AM Ticket #477 (Extract values from array at function runtime) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:32 AM Ticket #477 (Extract values from array at function runtime) created by KentonBomb
What I mean by this is being able to directly reference an array …
2:59 AM Ticket #92 (DllStructGetData() truncation) closed by Valik
Fixed: Fixed in version: 3.2.13.6
2:18 AM Ticket #393 (SoundSetWaveVolume() doesn't do anything.) closed by Valik
Completed: Changed in version: 3.2.13.6
1:47 AM Ticket #475 (StringSplit() does not honor flag 2 when using "" (empty) as delim) closed by Valik
Fixed: Fixed in version: 3.2.13.6
12:00 AM Ticket #476 (Function Trace lines have to be removed manually) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.

Jul 29, 2008:

10:26 PM Ticket #476 (Function Trace lines have to be removed manually) updated by Bowmore
Thanks for the fix Jos
10:17 PM Ticket #476 (Function Trace lines have to be removed manually) closed by Jos
Fixed: Will be fixed in the next version. In the mean time you could update these lines: Line 442-449:function AutoItTools:FunctionTracePattern(with_comment) local nl = self:NewLineInUse() if with_comment then return nl .. "[%s]*;[%s]*(ConsoleWrite%([" .. nl .. "]-%)[%s]*;### Function Trace[" .. nl .. "]?)" else return nl .. "[%s]*(ConsoleWrite%([" .. nl .. "]-%)[%s]*;### Function Trace[" .. nl .. "]?)" end end -- FunctionTracePattern() line 473 in AutoItTools.lua: return m2 .. m4 .. self:NewLineInUse() .. "\tConsoleWrite('@@ (" .. editor:LineFromPosition(m1)+i .. ") :(' & @MIN & ':' & @SEC & ') " .. m3 .. "()' & @CR) ;### Function Trace"
6:00 PM Ticket #476 (Function Trace lines have to be removed manually) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:49 PM Ticket #476 (Function Trace lines have to be removed manually) created by Bowmore
SciTE4AutoIt 17-5-2008 release AutoIt 3.2.13.5 Win XP Pro SP2 In …
4:18 PM Ticket #426 (Compability with cryptors & packers) closed by Valik
Rejected: Look at the settings for the cryptor/packer. There's likely an option which copies, ignores or strips extra data in the EXE (data that is outside the PE sections). You must tell the program to copy this data. If it strips the data, the script will not work. Other than that, the only way this is going to happen is if we change how we store the script in the binary. Closing this as rejected because we aren't going to make the change specifically for compatibility with other programs.
2:44 PM Ticket #475 (StringSplit() does not honor flag 2 when using "" (empty) as delim) created by wraithdu
StringSplit() is returning the array count in $array[0] when the …
1:28 PM Ticket #426 (Compability with cryptors & packers) updated by ewieldra
Yes would be nice if it were compatible with EXECryptor. Maybe this is something to report to StrongBit and not to AutoIt
2:40 AM Ticket #474 (About help) updated by Valik
Like what? I don't see any features in Au3Info that aren't documented somewhere.
2:00 AM Ticket #474 (About help) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:00 AM Ticket #474 (About help) created by debre_neo@…
I'll be very happy if u describe all functions in help ... like in …
12:21 AM Ticket #473 (Suggested modification to the internal RunWait command) closed by Valik
Rejected: The way you do this is to use Run() with STDIO redirection. Then you use DllCall() with OpenProcess to open the process handle. You can then use ProcessWaitClose() to halt until the process exits. Finally you can use DllCall() and GetExitCodeProcesss to retrieve the exit code. And the StdXXXRead() functions will work, of course, since you have the PID.
12:00 AM Ticket #473 (Suggested modification to the internal RunWait command) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.

Jul 28, 2008:

11:22 PM Ticket #473 (Suggested modification to the internal RunWait command) created by ryan2morrow@…
I'd like to suggest adding StdIn and StdErr to the RunWait command. …
4:47 PM Ticket #472 (@ScriptDir returns a slash (\) when script run from root) closed by Valik
No Bug: The choices are, return a trailing slash when run from the drive root, or return an invalid path. I don't think I need to explain any further why it does what it does.
11:04 AM Ticket #472 (@ScriptDir returns a slash (\) when script run from root) updated by congo (seanw@…
Sorry, ahem, […]
10:43 AM Ticket #472 (@ScriptDir returns a slash (\) when script run from root) created by congo (seanw@…
In AutoIT v3.2.12.0, @ScriptDir is documented as NOT returning a …
10:01 AM Ticket #471 (Typo error in Helpfile _Excel* examples) closed by Gary
No Bug: Already fixed for next beta
8:21 AM Ticket #471 (Typo error in Helpfile _Excel* examples) created by Wooltown
In the help file in the new beta. In the example in the help file and …
6:36 AM Ticket #470 (Displaying '&' symbol in TraySetToolTip()) closed by Valik
No Bug: This is not a bug. By default, Tooltip controls strip the ampersand character. You can either change the style of the tooltip to add the TTS_NOPREFIX style or you can triple the ampersand to get it to display. […] The reason three ampersands are required is because it's double-escaping. The first escape is to prevent the ampersand from being stripped and the second escape shows a literal ampersand instead of underlining the next letter.
3:57 AM Ticket #470 (Displaying '&' symbol in TraySetToolTip()) created by anonymous
Below code will only display "hi" when mouse is placed onto of the …

Jul 27, 2008:

4:35 PM Ticket #469 (0x8007007E error when compiled 32 bit. OK when compiled 64 bit.) closed by Valik
No Bug: This doesn't look like a bug to me. The system32 directory is a 64-bit directory so it doesn't surprise me that it would be on the path for a 64-bit process. It also doesn't surprise me that a 32-bit process can't find a file stored there. The solution? Always specify a full path to the executable so you know in which directory it's searched for.
4:13 PM Testit.AU3 attached to Ticket #469 by drummer@…
4:12 PM Ticket #469 (0x8007007E error when compiled 32 bit. OK when compiled 64 bit.) created by drummer@…
The Run function returns error 0x8007007E when I run the attached …
12:54 AM Ticket #464 (GUICtrlCreateAvi on Windows Vista) updated by Valik
What proof do you have? You haven't provided a test script or any useful information about what you're trying to do.
12:00 AM Ticket #468 (Milliseconds Macro) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Jul 26, 2008:

11:41 PM Ticket #463 (date.au3 library // _DateToMonth()) closed by Gary
Rejected
11:38 PM Ticket #465 (_DateTimeSplit() results cause erroneous calc results when "Seconds" ...) closed by Gary
Fixed: Fixed in version: 3.2.13.6
11:20 PM Ticket #465 (_DateTimeSplit() results cause erroneous calc results when "Seconds" ...) reopened by Gary
Shoot looked at the add function not the split function, so yes it is a bug and it'll be fixed.
11:19 PM Ticket #465 (_DateTimeSplit() results cause erroneous calc results when "Seconds" ...) closed by Gary
No Bug: The help file doesn't state the seconds are optional "Input date in the format YYYY/MM/DD[ HH:MM:SS]" Either put in all the time or no time. Now if Jos wishes to make the seconds optional then it would need to be changed. As it stands now it is not a bug.
10:57 PM Ticket #460 (Better error display during Aut2Exe) closed by Valik
Completed: Added in version: 3.2.13.6
10:12 PM Ticket #468 (Milliseconds Macro) created by HeidiR
Macro exists for seconds (@sec) but not for milliseconds. e.g. @msec
10:06 PM Ticket #328 (Faster string manipulation with use of ASCII decimal values.) closed by Valik
Completed: Added in version: 3.2.13.6
10:00 PM Ticket #467 (Pass data to a function defined in GUISetOnEvent) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:42 PM Ticket #467 (Pass data to a function defined in GUISetOnEvent) closed by Valik
Duplicate: Search the issue tracker before posting. Closing as duplicate of #14.
9:29 PM Ticket #467 (Pass data to a function defined in GUISetOnEvent) created by HeidiR
Is there a way to pass data to a function defined in GUISetOnEvent …
5:35 PM Ticket #466 (_ArraySort sucks ass) updated by Valik
No, because it's not going to happen. The vast majority of users do not need array's larger than two dimensions. Adding support to functions for three dimensions is a lot of work. And then somebody will want four dimension support, and so on. Whenever the language provides a way to work with unknown dimensional arrays, then all the functions can be re-written to work on unknown dimensional arrays. Until then, two dimensions is all the functions are going to support.
5:20 PM Ticket #466 (_ArraySort sucks ass) updated by MrCreatoR
Then move this to feature requests, please.
5:15 PM Ticket #466 (_ArraySort sucks ass) closed by Valik
No Bug: No.
4:59 PM Ticket #466 (_ArraySort sucks ass) created by MrCreatoR
I think its a bug that you cannot sort 3D arrays right?
4:27 PM Ticket #461 (StringReplace to include right-to-left functionality) updated by Valik
Owner, Status changed

Jul 25, 2008:

10:18 PM Ticket #463 (date.au3 library // _DateToMonth()) updated by Valik
June and July typically aren't abbreviated at all and September is usually written as Sept. I see nothing wrong with the abbreviations the function returns and if you do then I suggest you solve it with StringLeft().
7:30 PM Ticket #465 (_DateTimeSplit() results cause erroneous calc results when "Seconds" ...) created by cbruce
I believe that the _DateTimeSplit() function is behaving incorrectly. …
6:33 PM Ticket #464 (GUICtrlCreateAvi on Windows Vista) created by Carsten8
GUICtrlCreateAvi with a DLL Files doesn't work on Windows Vista.
6:15 PM Ticket #463 (date.au3 library // _DateToMonth()) updated by Jos
Version, Type changed
6:12 PM Ticket #463 (date.au3 library // _DateToMonth()) created by hunt2alaska
Issue: Will not resolve months June, July, September in a consistent …
4:43 PM Ticket #462 (Send() can't send Unicode characters.) closed by Valik
No Bug: You can't possible care about sending UNICODE characters. If you really cared, you would have bothered to read the documentation. Closing as no bug.
3:47 PM Ticket #461 (StringReplace to include right-to-left functionality) updated by WeaponX
I agree. It should accept a negative number like StringInStr. Here is a wrapper for the time being: […]
11:44 AM Ticket #462 (Send() can't send Unicode characters.) created by anonymous
I'm trying to send ChrW(0x03B8) which is θ ( small theta), but even in …
2:00 AM Ticket #461 (StringReplace to include right-to-left functionality) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:23 AM Ticket #461 (StringReplace to include right-to-left functionality) created by Decker87
This request is simple. I think the StringReplace function should …

Jul 24, 2008:

4:16 PM Ticket #460 (Better error display during Aut2Exe) created by Valik
Display UPX errors. Display error if adding a custom icon fails.
8:50 AM Milestone 3.2.13.5 completed
6:57 AM Ticket #452 (virus found in v3.2.12.1 released (12th June, 2008)) updated by Valik
Saunders, you may be on to something there. At least for Trac. But it boils down to, "Does Valik want to play with Python again and does Valik have time to get anything done". I'm pretty sure something could be put together with the Trac API. I've already done some stuff with Subversion post-commit hooks to do Trac related things via the various APIs. It makes me wonder if there's a Trac-side pre-ticket-create event that could be tapped into to re-direct people to certain pages based on data detected in the summary/title.
5:25 AM Ticket #452 (virus found in v3.2.12.1 released (12th June, 2008)) updated by Rob Saunders <rob@…>
Someone needs to hack the bug tracker (and forums ideally) so that if it detects the word "virus" in a post it suggests they read our virus information thread before they are actually post their bug. :P (Not a serious suggestion, but wouldn't it be nice?)

Jul 22, 2008:

4:03 PM Ticket #459 (need run under pure dos) closed by Valik
Rejected: I'm at a loss for a way to express how colossally stupid this request is so I'm simply going to close it.
4:00 PM Ticket #459 (need run under pure dos) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:53 PM Ticket #458 (($var == '')=true for, Array, DllStruct.(?)) closed by Valik
No Bug: Given that you used the STRING COMPARE OPERATOR, what part about this is a bug? Anyway, this isn't a bug no matter what operator you use. Internally, types are changed around during comparisons and types that don't have a string representation return an empty string. Not a bug.
3:46 PM Ticket #459 (need run under pure dos) created by anonymous
Wonder if can also produce such a out.exe that can run under pure dos …
1:33 PM Ticket #458 (($var == '')=true for, Array, DllStruct.(?)) updated by mvgulik
return behavior switches from false to true between v3.0.102.0 and v3.1.0.15
12:36 PM Ticket #458 (($var == '')=true for, Array, DllStruct.(?)) updated by mvgulik
ignore the v3.2.12.1(missing in version list) part.
12:23 PM Ticket #458 (($var == '')=true for, Array, DllStruct.(?)) created by mvgulik
($var == ) = true for, Array, DllStruct.(?) not sure if this is …
10:49 AM Ticket #440 (EOF character at end of script causes parse error.) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.5
3:37 AM Ticket #457 (I'm a moron and like to swear in ticket titles.) closed by Valik
No Bug: Replying to anonymous: > Replying to Valik: > > Ticket title changed. Seriously, was that necessary? > So and your comment and title is/was also necessary? I don't really think that's relevant. You created a ticket for something that isn't a bug. Can you demonstrate the code, as written, presents a problem?. To top it off you do so by creating a ticket with a profane title. Why shouldn't I go out of my way to discourage you from ever wasting my time using the issue tracker again? You're not off to an auspicious start here. And your behavior has earned you a vacation from the forum. The lesson(s) you need to take from this is/are 1) Think before you act; 2) If you're going to be an ass-hat, wear it somewhere else, please. I'm closing this. Quite obviously, and as Gary pointed out, this is not a bug. The next array element ($i + 1) is read in the loop which means the loop must stop at UBound() - 2 which is what the code reflects. Otherwise the code will attempt to index out of bounds.
2:00 AM Ticket #456 (simple drawing commands) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
1:45 AM Ticket #455 (Request new feature guictrlgetbkcolor) closed by Gary
Duplicate: Duplicate of #119
1:29 AM Ticket #457 (I'm a moron and like to swear in ticket titles.) updated by Gary
I believe the loop is correct, if it is a 1 dimension array then you move everything up the array by one, being it is moving everything by one it needs to stop 2 before the end of the array. Same goes for a 2 dimension array.
1:23 AM Ticket #457 (I'm a moron and like to swear in ticket titles.) updated by Gary
Owner, Status, Component changed
1:19 AM Ticket #457 (I'm a moron and like to swear in ticket titles.) updated by anonymous
Replying to Valik: > Ticket title changed. Seriously, was that necessary? So and your comment and title is/was also necessary?
12:35 AM Ticket #457 (I'm a moron and like to swear in ticket titles.) updated by Valik
Summary changed
Ticket title changed. Seriously, was that necessary?
12:30 AM Ticket #457 (I'm a moron and like to swear in ticket titles.) created by Pascal258
Inside of _ArrayDelete you get "Local $iUBound = UBound($avArray, 1) - …
12:19 AM Ticket #456 (simple drawing commands) closed by Valik
Rejected: Graphic controls, I suggest you look it up in the documentation. Rejected, mostly because it's already implemented... and has been for years.
12:11 AM Ticket #456 (simple drawing commands) created by richardbrew@…
Hi: I would like to see simple drawing commands i.e. circle, square, …
12:00 AM Tickets #438,​455 batch updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Jul 21, 2008:

10:23 PM Ticket #455 (Request new feature guictrlgetbkcolor) created by Jmosley708@…
I would like to read the color of the control. Guictrlsetbkcolor lets …
10:00 PM Ticket #438 (Vista 64: ProgramDir) closed by J-Paul Mesnage
Fixed: Replying to Valik: > > Funny thing: When pressing F5, Scite launches the X86 Version from AutoIt (at least, I think so), because @programdir resolves to the x86 version. > > If the .au3 script is started from the explorer, the x64 version is used and fails to find the program the script should launches. > I did complete test under Vista64 and everything works as expected. The reason why is Scite only launch the X86 version is because Scite is a 32-bit process
9:54 PM Ticket #430 (Deleting disabled image controls hard crashes AutoIt) closed by J-Paul Mesnage
Duplicate
9:45 PM Ticket #449 (Problems with XP x64 redirection) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.5
4:19 PM Ticket #454 (FileRead handle files as UTF-8 even BOM is missing) updated by Valik
Summary changed
It's not necessary to put a tag describing the type of ticket in the title given there's a field for inputting that information…
4:17 PM Ticket #453 (ControlSend dont work properly) closed by Valik
No Bug: We only claim support for standard Microsoft controls. You're trying to send to a game or something. If it works, great, if not, well, sucks to be you. And in this case, it sucks to be you because this is certainly not a bug.
2:33 PM Ticket #430 (Deleting disabled image controls hard crashes AutoIt) updated by J-Paul Mesnage
the problem has been solved in 3.2.13.0 see ticket #339
2:00 PM Ticket #454 (FileRead handle files as UTF-8 even BOM is missing) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:45 PM Ticket #454 (FileRead handle files as UTF-8 even BOM is missing) created by Nitrogen
I have many UTF-8 file without BOM. When I tried to open files using …
4:06 AM Ticket #453 (ControlSend dont work properly) created by h3ir
Full Thread: …

Jul 20, 2008:

10:41 PM Ticket #451 (GUICtrlCreateCombo don't show items on Windows 2000) updated by Tlem
All done. I'm really confused to have created a ticket for that. I'll try this script on XP and Vista before and it was working ! I never imagine that on Win2000 it was so simple. So one more time, excuse me. :(
8:17 PM Ticket #452 (virus found in v3.2.12.1 released (12th June, 2008)) closed by Valik
No Bug: I'm tired of these already. People really need to search first.
6:17 PM Ticket #447 (Display AutoIT Version infromation in About Screen) closed by Jos
Rejected
6:16 PM Ticket #452 (virus found in v3.2.12.1 released (12th June, 2008)) updated by Jos
Have you searched our forums before posting a bug here? There is a sticky about this subject in the support forum: Are my AutoIt EXEs really infected? http://www.autoitscript.com/forum/index.php?showtopic=34658 Jos
6:00 PM Ticket #452 (virus found in v3.2.12.1 released (12th June, 2008)) updated by TicketCleanup
Severity changed
Automatic ticket cleanup.
5:07 PM Ticket #452 (virus found in v3.2.12.1 released (12th June, 2008)) created by allison@…
it apears there is a virus or a virus signature found in autoitsc.bin …
10:33 AM Ticket #451 (GUICtrlCreateCombo don't show items on Windows 2000) closed by J-Paul Mesnage
No Bug: see doc GuiCtrlCreateCombo
2:00 AM Ticket #451 (GUICtrlCreateCombo don't show items on Windows 2000) updated by TicketCleanup
Severity changed
Automatic ticket cleanup.
1:03 AM Ticket #451 (GUICtrlCreateCombo don't show items on Windows 2000) updated by Jos
Pretty sure this has always been like this and you have to change this line to: $Combo1 = GUICtrlCreateCombo("", 16, 16, 145, 80) Jos
12:57 AM Ticket #451 (GUICtrlCreateCombo don't show items on Windows 2000) created by Tlem
This simple code don't work on Windows 2000. The only think I can see, …

Jul 19, 2008:

4:00 PM Ticket #346 (Remove the FileOpenDialog/FileSaveDialog filter length limit) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
4:00 PM Ticket #346 (Remove the FileOpenDialog/FileSaveDialog filter length limit) closed by J-Paul Mesnage
Fixed
1:28 PM Ticket #450 (SciTE4AutoIT - Export to PDF) closed by Jos
Wont Fix: We do not maintain the core code of SciTE but use the version as published by Neil Hodgson. If there is anything wrong with SciTE you need to go to the SciTE interest website.
1:27 PM Ticket #447 (Display AutoIT Version infromation in About Screen) updated by Jos
Again Both programs have NO relation to the release version of autoit. For SciTE4AutoIt3 the only file that is related to the version of AutoIt3 is au3.keywords.properties. Also when you run or compile scripts in SciTE4AutoIt3 the version of all used programs is shown in the OutputPane. Jos
1:23 PM Milestone 3.2.13.4 completed
12:06 PM Ticket #387 (Change DllCallbackFree() to check handle validation or erase it) closed by Jon
Fixed: Fixed in version: 3.2.13.4
11:26 AM Ticket #387 (Change DllCallbackFree() to check handle validation or erase it) updated by Jon
Oh I see. K, I've removed the message for this and DllClose() as well.
10:00 AM Ticket #450 (SciTE4AutoIT - Export to PDF) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
8:30 AM trymenu.pdf attached to Ticket #450 by muthukumars@…
Sample PDF File
8:29 AM Ticket #450 (SciTE4AutoIT - Export to PDF) created by muthukumars@…
Word wrap not enable during PDF Export.
7:57 AM Ticket #447 (Display AutoIT Version infromation in About Screen) updated by muthukumars@…
Replying to Jos: > "Fine. SciTE4AutoIt3 able to call autoIt to Compile au3 file ?" > Yes ... and the your point is what ? > My requirement is SciTE4AutoIt3 able to display autoIt version in about screen or some ware else. To Understand User/programmer while using SciTE4AutoIt3 GUI > "aut2exe version is nothing but release number ?" > Have no idea what you are asking here but I said that the actual aut2exe program in not directly related the to autoit3 version. > > Just version number to track change
7:52 AM Ticket #277 (@ProcessorArch) updated by J-Paul Mesnage
Replying to anonymous: > Replying to Jon: > > http://www.osdev.org/wiki/X86-64 > bad link !!! link now works
2:51 AM Ticket #449 (Problems with XP x64 redirection) created by BikinDutchman
x86 Scripts and compiled executables expand program and system dirs as …

Jul 18, 2008:

9:12 PM Ticket #447 (Display AutoIT Version infromation in About Screen) updated by Jos
"Fine. SciTE4AutoIt3 able to call autoIt to Compile au3 file ?" Yes ... and the your point is what ? "aut2exe version is nothing but release number ?" Have no idea what you are asking here but I said that the actual aut2exe program in not directly related the to autoit3 version.
5:25 PM Ticket #447 (Display AutoIT Version infromation in About Screen) updated by anonymous
correct me if i am wrong.. sorry spelled wrong
5:21 PM Ticket #447 (Display AutoIT Version infromation in About Screen) updated by anonymous
Replying to Jos: > by the way, the same counts for au3info and aut2exe programs. > au3info is just a program to show information about windows/controls. > aut2exe is a programs that translates your script and wraps it with the appropriate AutoItSC*.bin file which is updated with each release. As per understand au3info separate application. if any change made in au3info it should identify with number only ? aut2exe version is nothing but release number ? correct to i am wrong..
5:15 PM Ticket #447 (Display AutoIT Version infromation in About Screen) updated by anonymous
Replying to Jos: > SciTE4AutoIt3 executable doesn't have any relation ot an Autoit3 release, only the au3.keywords.properties file which does contain the AutIt3 version information. Fine. SciTE4AutoIt3 able to call autoIt to Compile au3 file ?
5:10 PM Ticket #447 (Display AutoIT Version infromation in About Screen) updated by Jos
by the way, the same counts for au3info and aut2exe programs. au3info is just a program to show information about windows/controls. aut2exe is a programs that translates your script and wraps it with the appropriate AutoItSC*.bin file which is updated with each release.
4:47 PM Ticket #447 (Display AutoIT Version infromation in About Screen) updated by Jos
SciTE4AutoIt3 executable doesn't have any relation ot an Autoit3 release, only the au3.keywords.properties file which does contain the AutIt3 version information.
4:37 PM Ticket #447 (Display AutoIT Version infromation in About Screen) updated by anonymous
Replying to Valik: > What About dialog? Aut2Exe? Au3Info? Au3info, aut2exe as well as SciTE4AutoIt. Even you can add Beta version information in SciTE4AutoIt.
2:16 PM Ticket #430 (Deleting disabled image controls hard crashes AutoIt) updated by J-Paul Mesnage
for the time being as my notebook is broken I have no access to Vista Sp1. I cannot reproduce it with XP Sp2. As soon I have my notebook repaired I will analyse the problem.
9:25 AM Ticket #446 (OnAutoIt and SciTE) updated by JamesBrooks
Thanks guys! No problem, I just noticed they werent found when I was having to call outputs when the script finished.
6:31 AM Ticket #448 (Make AutoIt harder to extract embedded script) closed by Valik
Rejected: Replying to OptimusB@optonline.net: > Bascially, the whole point why I used AutoIt3 in the first place has been defeated by this MyAutToExe program. Then you were using AutoIt for the wrong reason from the beginning. > If you need more information, let me know. Why would we need more information on a subject that has been discussed to death? Or did you not bother actually researching the issue first. Closing as rejected. That's not to say we don't know or care about the issue. But we do not need an open ticket on it so everybody can come along and chime in with their many worthless opinions.
6:00 AM Ticket #448 (Make AutoIt harder to extract embedded script) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
5:11 AM Ticket #448 (Make AutoIt harder to extract embedded script) created by OptimusB@…
I have tried and tested MyAutToExe and it not extracts the AutoIt3 …

Jul 17, 2008:

9:11 PM Ticket #446 (OnAutoIt and SciTE) closed by Valik
No Bug: These are user-defined event callback functions. They aren't any different than any other event callback except that AutoIt implicitly calls it instead of requiring explicit registration (a design flaw). Going ahead and closing as no bug. I don't want Jos to make any special considerations for these two unique functions (not that I think he would) because any special provisions may interfere with some unreleased code I have that none of you know about.
9:07 PM Ticket #447 (Display AutoIT Version infromation in About Screen) updated by Valik
What About dialog? Aut2Exe? Au3Info?
8:49 PM Ticket #446 (OnAutoIt and SciTE) updated by Jos
James, How do you envision this to be a bug and what would you expect SciTE to do with these Func names? Jos
8:00 PM Ticket #447 (Display AutoIT Version infromation in About Screen) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:04 PM Ticket #447 (Display AutoIT Version infromation in About Screen) created by anonymous
Display Auto IT Version information in About Screen.
6:51 PM Ticket #446 (OnAutoIt and SciTE) created by JamesBrooks
Currently, SciTE does not recognise the OnAutoIt* functions as correct …

Jul 16, 2008:

8:00 AM Ticket #445 (SubStructure Support in Structure Tags) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
7:48 AM Ticket #444 (Clone Structures with Data and Tags) closed by Valik
Rejected: If you need to copy one structure to another, you can do it easily enough by allocating a new destination structure and using DllCall() with memcpy or CopyMemory.
7:44 AM Ticket #445 (SubStructure Support in Structure Tags) closed by Valik
Rejected: There's no need to clutter the syntax further, it's hard enough as is. "Nested" structures can be done inline anyway so this doesn't really do much beyond make the syntax that much more obscure. Rejected.
7:43 AM Ticket #443 (Return Tag String for Structure) closed by Valik
Rejected: Other than maybe diagnostic purposes, there isn't a use for such functionality. You're trying to solve a theoretical problem with the wrong solution. Closing as rejected.
6:38 AM Ticket #445 (SubStructure Support in Structure Tags) created by amel27
If possible, about this sample: […]
6:20 AM Ticket #444 (Clone Structures with Data and Tags) created by amel27
Existent assignment operators clone Pointers of Structures instead of …
4:21 AM Ticket #443 (Return Tag String for Structure) created by amel27
If possible, about DLLStructGetTag($tStruct) - for verifying …

Jul 15, 2008:

6:27 PM Ticket #439 (ping function doesnt work for vista) closed by Jos
No Bug
6:00 PM Tickets #441,​442 batch updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:58 PM Ticket #441 (Proposed changes to _StringAddThousandsSep()) closed by Valik
Duplicate: Closing as duplicate of #442.
5:41 PM Ticket #442 (Proposed changes to _StringAddThousandsSep()) created by GEOSoft
This allows for regional settings. […]
5:39 PM Ticket #441 (Proposed changes to _StringAddThousandsSep()) created by anonymous
This allows for regional settings. […]
12:13 AM Ticket #440 (EOF character at end of script causes parse error.) created by ptheckler@…
Some editor programs add an EOF character (hex 1A) to the end of a …
Note: See TracTimeline for information about the timeline view.