Timeline



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 …

Jul 14, 2008:

6:26 PM Ticket #439 (ping function doesnt work for vista) updated by Jos
See my answer in the thread, but you didn't specify a valid hostname or IP addres. The parameter cannot contain a URL. Jos
2:37 AM Ticket #439 (ping function doesnt work for vista) created by yoop
function ping() does not work on Windows Vista 32 and 64 Bit Version, …

Jul 13, 2008:

10:49 PM Ticket #437 (InetGet in background mode - loop not responding when site overloaded) closed by Valik
Wont Fix: I'm closing this as "Won't Fix". There isn't a way to fix this which will work correctly in all cases. The current method is the least weird of all the various possible outcomes.
10:45 PM Ticket #436 (Aut2Exe more efficient from command line?) closed by Valik
Fixed: Fixed in version: 3.2.13.4
10:25 PM Ticket #438 (Vista 64: ProgramDir) updated by Valik
Replying to Marc: > Hi, > > under Vista64 we find two Program Files-Folders: > 1. Program Files > 2. Program Files (x86) > > The help file suggests > {{{ > @SystemDrive & "\Program Files(x86)" > }}} > But: The Macro @SystemDrive does not exist and there is a space missing before the "(x86). You do not state where this is in the documentation but I found it none-the-less. I've fixed what you mention and a couple other issues. It no longer contains the mis-leading non-existent macro. > 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. Hmm, is your Explorer the 64-bit version? If so, it's probably looking in "Program Files" which is where 64-bit binaries go. Since AutoIt installs the 64-bit binaries along-side the 32-bit binaries via a 32-bit installer everything goes into the "Program Files (x86)" folder. This sounds like a problem with how our installer sets things up, however.
9:53 PM Ticket #427 (add latest SciTE info to ...) updated by anonymous
Hi Jos. Is the download URL for the SciTE Editor [1] static? I honestly don't know. If not, what do you think about adding the download URL to that http://www.autoitscript.com/autoit3/scite/download/scite4autoit3version.ini ? Regards, Rudi. [1] currently the download URL is pointing to "http://www.autoitscript.com/cgi-bin/getfile.pl?../autoit3/scite/download/SciTE4AutoIt3.exe"

Jul 12, 2008:

10:03 PM Ticket #438 (Vista 64: ProgramDir) created by Marc
Hi, under Vista64 we find two Program Files-Folders: 1. Program …

Jul 10, 2008:

9:10 PM Ticket #437 (InetGet in background mode - loop not responding when site overloaded) updated by Zedna
Sorry - now as I think more about that maybe InetGet('abort') may be "blocking" as you said. But I'm not sure.
9:06 PM Ticket #437 (InetGet in background mode - loop not responding when site overloaded) updated by Zedna
Replying to Zedna: > It looks like evaluating of @InetGetActive macro blocks program flow. Or evaluating of @InetGetBytesRead macro may block program flow.
9:04 PM Ticket #437 (InetGet in background mode - loop not responding when site overloaded) updated by Zedna
Replying to Valik: > Before I close this, I'll just ask this. Can you confirm the code is blocking at InetGet("abort")? I didn't run or test your code, I just looked at AutoIt's internals to see where it could be blocking at and InetGet("abort") is all I see. I want to make sure that's what it really is before I close this. I can't confirm this because when WWW site is busy/overloaded it looks like program flow is not inside While @InetGetActive loop. It looks like evaluating of @InetGetActive macro blocks program flow. With InetGet('abort') there is no problem when WWW site is responding correctly. In this case when I manually stop download by Esc then download stops OK. But when WWW site is busy/overloaded program never/very late reaches code/conditions inside my While @InetGetActive loop. There is code for displaying progress (percentage) of download when it takes more than two seconds but this code is never/very late executed in this case. So I don't think this problem can be in relation with InetGet('abort').
5:35 PM Ticket #437 (InetGet in background mode - loop not responding when site overloaded) updated by Valik
I don't think there's much that can be done about this. When a download is stopped, it can block for a little bit. The API doesn't always honor the cancel request immediately. AutoIt internally blocks until the background thread is complete because otherwise it would report True for @InetGetActive checked immediately after InetGet("abort"). Basically, there's blocking code in place to prevent an obvious race condition. The flip side of that is short-circuiting the blocking code and making sure @InetGetActive returns false when it should. The problem there becomes it would be possible to start a second download before the first one was canceled. This would lead to a hard crash since a shared data structure is used since we only allow one download. In short, my best guess looking at AutoIt's implementation and your code is that everything is working correctly. All the synchronization code must be there to prevent crashing or AutoIt lying about it's state. Before I close this, I'll just ask this. Can you confirm the code is blocking at InetGet("abort")? I didn't run or test your code, I just looked at AutoIt's internals to see where it could be blocking at and InetGet("abort") is all I see. I want to make sure that's what it really is before I close this.
4:58 PM Ticket #437 (InetGet in background mode - loop not responding when site overloaded) created by Zedna
InetGet in background mode - loop not responding I have created small …
3:59 PM Ticket #436 (Aut2Exe more efficient from command line?) created by rob@…
When I used the Aut2Exe GUI to compress a script it came out to 311kb, …
2:36 PM Ticket #434 (small mistake in documentation for _IECreate function) updated by DaleHohm
Noted. Doc update will be submitted. A value of 0 prevents the window from explicitly taking focus. Dale Replying to olexiyb@gmail.com: > Mistake in doc of _IECreate. > sorry because of smap blocker I was not able to copy documentation part. It just keep rejecting it. > > See parameter f_takeFocus documentation, both options have the same descriptions. I think 0 does something different. > > Olexiy
10:34 AM Ticket #435 (MyProg.exe (Not Responding)) closed by Gary
Rejected: This is not the support forum. For support of your scripts start a thread on the forum.
8:49 AM Ticket #435 (MyProg.exe (Not Responding)) updated by anonymous
please email me at jacobeamor at live dot ca
8:47 AM Ticket #435 (MyProg.exe (Not Responding)) updated by anonymous
I made a simple browser script where i can access the internet but when I went to runescape.com and tried to play my program kept freezing saying its not responding... I was wondering if anyone has any idea how to fix this problem. if you wouldnt mind emailing me back with your thoughts it would be most apreciated. jacobeamor@…
8:47 AM Ticket #435 (MyProg.exe (Not Responding)) created by jacobeamor@…
I made a simple browser script where i can access the internet but …

Jul 8, 2008:

6:40 PM Ticket #423 (samples) closed by Jos
Rejected
6:31 PM Ticket #427 (add latest SciTE info to ...) closed by Jos
Rejected: closing
4:00 PM Ticket #434 (small mistake in documentation for _IECreate function) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
2:47 PM Ticket #434 (small mistake in documentation for _IECreate function) created by olexiyb@…
Mistake in doc of _IECreate. sorry because of smap blocker I was not …

Jul 7, 2008:

4:06 PM Ticket #433 (Au3Check unexpected behaviour) closed by Valik
No Bug: This is not a bug. You should only look at the top error, fix it, re-check and move on. Things like syntax errors can throw off the check because they are syntax errors which means the script is malformed.
12:35 PM Ticket #433 (Au3Check unexpected behaviour) created by TomZ (tom.vd.zanden /at\ gmail D0T c[]m)
[…] […] Due to the unbalanced brackets in bogus_function, …
5:49 AM Ticket #424 (_Dec64()) updated by Ultima
I'm not sure how much trouble it would be, but I think (if at all possible) AutoIt's built-in integer functions need to have added support for handling a entire int64 variant. I also ran into the "only 32-bit integers supported" issue recently, and had to come up with some funky recently, and had to come up with some funky workaround (which I suspect might fail depending on architecture, though I can't be too sure). I stopped by this bugtracker to request for the change (to have the bitwise operators be int64-aware), but found this ticket... which sounds similar enough that it would probably do better to keep the entire request in a single ticket. Ticket summary change? "Support int64 in more/all integer-related functions (where it makes sense)" (or something to that effect).
4:12 AM Ticket #430 (Deleting disabled image controls hard crashes AutoIt) updated by koshyjohnuk
Is any other developer with Vista going to look at this? Or is there any other information that I can provide which will help with diagnosis?

Jul 6, 2008:

5:23 PM Ticket #432 (new version au3 always UPX compresses) updated by Valik
Or, heaven forbid, actually run the compiler manually and configure the options. You do realize there is a compiler GUI, right?
1:08 PM Ticket #432 (new version au3 always UPX compresses) closed by Gary
No Bug: Place #AutoIt3Wrapper_UseUpx=n at the top of your script
9:25 AM Ticket #432 (new version au3 always UPX compresses) created by vr@…
The previous version of AutoIT permitted people to optionally UPX …
9:06 AM Ticket #431 (General help and support forum request.) updated by anonymous
Replying to Valik: > Replying to MerkurAlex: > > I am requesting that there be a solved button added for the poster so that he may click it and it would add "[Solved]" to the beginning of the topic name automatically this would be nice to have but if no one has the time that's fine. > > Not going to happen. First, I know most people on this forum are one-post wonders and won't use it anyway. Second, it would require effort to get it working which none of us wish to put into it. > > > Also i think people should be able to delete they're posts this would remove the need for the solved button and if people use it then we would have a cleaner forum. > > No, that's counter-intuitive. The forum would be a cleaner place if people would search it before asking their question that's already been answered thirty-two times. Deleting information is not the way to keep the forum clean, keeping people from creating redundant threads would keep it clean. But that's impossible to do. I just thought about the delete button and yes that wouldn't make sense and i understand that you guys don't have the time for the solved button so thanks for reading and good luck with everything!
4:00 AM Ticket #431 (General help and support forum request.) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:34 AM Ticket #431 (General help and support forum request.) closed by Valik
Rejected: Replying to MerkurAlex: > I am requesting that there be a solved button added for the poster so that he may click it and it would add "[Solved]" to the beginning of the topic name automatically this would be nice to have but if no one has the time that's fine. Not going to happen. First, I know most people on this forum are one-post wonders and won't use it anyway. Second, it would require effort to get it working which none of us wish to put into it. > Also i think people should be able to delete they're posts this would remove the need for the solved button and if people use it then we would have a cleaner forum. No, that's counter-intuitive. The forum would be a cleaner place if people would search it before asking their question that's already been answered thirty-two times. Deleting information is not the way to keep the forum clean, keeping people from creating redundant threads would keep it clean. But that's impossible to do.
2:28 AM Ticket #431 (General help and support forum request.) created by MerkurAlex
I am requesting that there be a solved button added for the poster so …

Jul 4, 2008:

5:41 PM Ticket #430 (Deleting disabled image controls hard crashes AutoIt) updated by Gary
hmmm, don't have sp1 to test, I'm on WinXP Pro SP3
4:50 PM Ticket #430 (Deleting disabled image controls hard crashes AutoIt) updated by koshyjohnuk
Installed 3.2.12.1 The crash still occurs: Problem signature: Problem Event Name: APPCRASH Application Name: AutoIt3.exe Application Version: 3.2.12.1 Application Timestamp: 4850e379 Fault Module Name: AutoIt3.exe Fault Module Version: 3.2.12.1 Fault Module Timestamp: 4850e379 Exception Code: c0000005 Exception Offset: 0003c4b4 OS Version: 6.0.6001.2.1.0.768.3 Locale ID: 1033 Additional Information 1: fd00 Additional Information 2: ea6f5fe8924aaa756324d57f87834160 Additional Information 3: fd00 Additional Information 4: ea6f5fe8924aaa756324d57f87834160 I'm running Windows Vista SP1 (Home Premium). I installed 3.2.12.1 and restarted the system just to be doubly sure. Ran the code and as before, it just crashed immediately after pressing 'Yes'. The crash does NOT occur if I comment out the 'GuiCtrlSetState(-1,$GUI_DISABLE)' line. It happened in a much bigger program and I distilled it down to the above code. The crash occurs EVEN if I re-enable the control using 'GuiCtrlSetState($i_img,$GUI_ENABLE)' and then try to delete it. The exception code and offset in the error details given by windows remain the same.
2:00 PM Ticket #430 (Deleting disabled image controls hard crashes AutoIt) updated by Gary
Doesn't crash for me in 3.2.12.1 release or 3.2.13.3 beta
10:00 AM Ticket #430 (Deleting disabled image controls hard crashes AutoIt) updated by TicketCleanup
Severity changed
Automatic ticket cleanup.
8:51 AM Ticket #430 (Deleting disabled image controls hard crashes AutoIt) created by koshyjohnuk@…
The summary and the following code should be enough to understand the …
Note: See TracTimeline for information about the timeline view.