Timeline



Jun 12, 2009:

11:03 PM Ticket #466 (_ArraySort sucks ass) updated by MrCreatoR <mscreator@…>
Just to clerify - It's not me (MrCreatoR from the forum) ho posted this ticket! I just found it by chance :).
6:41 PM Ticket #988 (TCP Send with URGENT bit active) updated by J-Paul Mesnage
Owner, Status changed
10:53 AM Ticket #1008 (Math function mod( ) result display bug) closed by J-Paul Mesnage
No Bug: as this function can work on floating number the computation is done in float so the result is in float too. The mod function always return a nulber with the same sign as the divisor. That the reason you get a -0 due to the precision display. I understand that can be a little confusing when using integers just use int(mod(x,y)) if you use only integers
10:00 AM Ticket #1019 (_GUICtrlListView_SetItemCut and other UDF's not working correctly) updated by J-Paul Mesnage
Owner, Component changed
9:59 AM Ticket #1018 (SplashImageOn example not correct for Vista) closed by J-Paul Mesnage
Rejected: already fixed under 3.3.1.0
7:15 AM LVItemStateBug.au3 attached to Ticket #1019 by Qsek
7:13 AM Ticket #1019 (_GUICtrlListView_SetItemCut and other UDF's not working correctly) created by Qsek
With these functions you can set an items state but can not reset the …

Jun 11, 2009:

11:41 PM ExampleControl.zip attached to Ticket #906 by rgreer@…
Example files that show the problem. Register the ocx in ExampleControl\debug, and run the included ExampleControl.au3. The control itself is told from the container that it's 100x50, when it's clearly not that size.
9:14 PM Ticket #684 (ShellExecute() should return ProcessId instead of 1 if all is OK.) updated by Ascend4nt
I've read it, and the result was my function. Try taking a look at it. And yeah, sometimes you can, sometimes you can't get the Process Handle and/or PID, but you already have ShellExecuteWait() which obviously has the same limitations, so why is it such a big deal to add this relatively small addition? If you can't get the PID, (and you choose to return the PID in @extended), simply return with @extended = 0. No harm, no foul. If the issue is how confusing it is to the user, that really doesn't make sense since ShellExecuteWait() will not actually 'wait' for certain things to close either, meaning a Proces Handle or PID was probably not returned (or was terminated in the case of, for example, opening an explorer window - which starts explorer, then terminates it and hands over the processing to the already-running explorer process). Ascend4nt
9:04 PM Ticket #684 (ShellExecute() should return ProcessId instead of 1 if all is OK.) updated by Valik
Have you actually read MSDN on the matter? It's pretty clear from MSDN that ShellExecuteEx() does not guarantee a process handle will be returned. I'm not interested in adding a confusing feature that takes two paragraphs to explain the limitations.
8:27 PM Ticket #684 (ShellExecute() should return ProcessId instead of 1 if all is OK.) updated by Ascend4nt
The PID is indeed available to be returned as a parameter. Check the UDF here: http://www.autoitscript.com/forum/index.php?s=&showtopic=93057&view=findpost&p=668805. Since ShellExecuteEX() returns the Process Handle, it's a simple means to get the Process ID. I believe this should definitely be incorporated into the function. Even returning the Process ID in @extended would be cool. Or alternatively, leaving the Process Handle open and returning that - but this would rely on the coder closing the process handle. This is actually leads to a main grudge I have about 'ShellExecuteWait()' - it doesn't allow a timeout, plus the simple call itself will add 8MB+ to the resident 'WorkingSet' memory. (after a call to the popular '_ReduceMemory()' UDF). This is why I prefer to make the ShellExecuteEx call, then call '_ReduceMEmory()' to reduce the WorkingSet while waiting for some application to finish running - a great way to open up memory to that process and keep the program from looking bloated. Please revisit this matter. Thanks, Ascend4nt
12:54 PM Ticket #1018 (SplashImageOn example not correct for Vista) created by Emiel Wieldraaijer
The file @Systemdir & "\oobe\images\mslogo.jpg" does not exist in …
7:20 AM Ticket #1017 (StringRegExpReplace - back-references --> add this as example in Helpfile) closed by J-Paul Mesnage
Completed: Added in version: 3.3.1.1

Jun 10, 2009:

8:38 PM Ticket #1017 (StringRegExpReplace - back-references --> add this as example in Helpfile) updated by Zedna
And winner is: […] :-)
8:36 PM Ticket #1017 (StringRegExpReplace - back-references --> add this as example in Helpfile) updated by Zedna
Or even simpler one: […]
8:31 PM Ticket #1017 (StringRegExpReplace - back-references --> add this as example in Helpfile) updated by Zedna
>That example is far too complex. I'm curious because there are more complicated ones in the helpfile already. OK. So here is lightweighted version :-) […]
4:18 PM Ticket #1017 (StringRegExpReplace - back-references --> add this as example in Helpfile) updated by Valik
That example is far too complex.
3:26 PM Ticket #1017 (StringRegExpReplace - back-references --> add this as example in Helpfile) created by Zedna
According to this my post: …
6:54 AM Ticket #1016 (_WordDocSaveAs - if path exist) updated by J-Paul Mesnage
FileExists($path) ?
3:00 AM Ticket #1016 (_WordDocSaveAs - if path exist) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:59 AM Ticket #1016 (_WordDocSaveAs - if path exist) created by Volly
When using _WordDocSaveAs and the path does not exist, one does not …

Jun 9, 2009:

6:57 AM Ticket #1015 (_SQLite_SaveMode() --> _SQLite_SafeMode()) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.1
1:15 AM Ticket #1015 (_SQLite_SaveMode() --> _SQLite_SafeMode()) created by Zedna
_SQLite_SaveMode() --> _SQLite_SafeMode() SafeMode is correct and has …

Jun 8, 2009:

9:19 PM Ticket #1014 (ColorMode option) closed by Valik
Fixed: Fixed in version: 3.3.1.1
6:21 PM Ticket #938 (UDPOpen and/or UDPSend to 255.255.255.255 doesn't work) closed by J-Paul Mesnage
Completed: Added in version: 3.3.1.1
6:01 PM Ticket #1010 (FileRead UTF-8 auto-detection prevents reading of further files) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.1
5:27 PM Ticket #1014 (ColorMode option) created by GEOSoft
Even though the option no longer exists there is still an entry for it …
4:42 PM Ticket #1013 (MDI childs doesn't adjust to parent windows client rect) updated by J-Paul Mesnage
I am afraid to do a script breaking in making the code according to the doc, which is the most logical as title bar height can vary according to the theme Perhaps I should just change the doc to say relative to windows area instead of client area.

Jun 7, 2009:

1:54 PM Ticket #1013 (MDI childs doesn't adjust to parent windows client rect) created by monoceres
When using the $WS_EX_MDICHILD style the MDI child doesn't adjust …

Jun 6, 2009:

5:39 AM Ticket #1011 (GUICtrlSetOnEvent registeres also on Listviewitems created with ...) updated by Valik
Replying to anonymous: > hmm ok so as i understand lparam sets the controlID of the LVitem? Not quite. Due to poor design in AutoIt, the LPARAM is internally used to store the control ID that AutoIt returns. That means it's not possible to use the LPARAM of built-in ListViewItems without breaking AutoIt's handling. Likewise it makes it so that even users who are not using the built-in control and are instead using the Windows API directly can't effectively use the LPARAM without clashing. You should never mix built-in and UDF controls. Use one or the other, not both.
4:55 AM Ticket #1011 (GUICtrlSetOnEvent registeres also on Listviewitems created with ...) updated by anonymous
hmm ok so as i understand lparam sets the controlID of the LVitem? This should be mentioned somewhere in the help. I can be a really annoying bug if you work with LV's and lparam. But do you think it is good that it is possible to create a control(LVitem) that has the same ControlID as another control? and why is it only affecting GUISetOnEvent? Normally you should be able to use GUICtrlSetData and the other control functions if you set the lparam.
12:40 AM Ticket #1012 (checkboxes) closed by Valik
No Bug: In no way is this an acceptable bug report. Read WikiStart or don't post.
12:32 AM Ticket #1011 (GUICtrlSetOnEvent registeres also on Listviewitems created with ...) updated by Gary
see the example2 for _GUICtrlListView_RegisterSortCallBack in the help file
12:31 AM Ticket #1011 (GUICtrlSetOnEvent registeres also on Listviewitems created with ...) closed by Gary
No Bug: Not a bug, Application defined data is just that, you need to make sure that if you use lparam to start at a number higher than any control already created to not have the same application defined data value.
12:29 AM Ticket #1012 (checkboxes) created by SmallGoD
checkboxes on the tab are drawn in black.
12:05 AM 2.au3 attached to Ticket #1011 by Qsek
Attachment to Ticket #1011
12:04 AM Ticket #1011 (GUICtrlSetOnEvent registeres also on Listviewitems created with ...) created by Qsek
When using OnEventMode, GUICtrlSetOnEvent seems to also fire when you …

Jun 5, 2009:

4:09 PM Ticket #1010 (FileRead UTF-8 auto-detection prevents reading of further files) updated by y.forkl@…
Please ignore (or delete, if you can) attachment BOM_error1.log. I had to upload all 6 data files in the ZIP archive fileread_bug1010_data_files.zip. Its content should be extracted into the script's directory.
4:06 PM fileread_bug1010_data_files.zip attached to Ticket #1010 by y.forkl@…
ZIP with Data sample files
2:14 PM BOM_error1.log attached to Ticket #1010 by anonymous
data sample file 1
2:13 PM fileread_bug1010.au3 attached to Ticket #1010 by y.forkl@…
reproduction script
2:12 PM Ticket #1010 (FileRead UTF-8 auto-detection prevents reading of further files) created by y.forkl@…
If a series of UTF-8 BOM-equipped files is read and their contents are …
6:14 AM Ticket #1009 (Remove hard-coded calls to ConsoleWrite() in SQLite.au3) created by Valik
Calls to ConsoleWrite() or any other output method need removed from …
4:50 AM ResultOfMod.jpg attached to Ticket #1008 by anonymous
4:49 AM Ticket #1008 (Math function mod( ) result display bug) created by txj
code like this […] display is -0 , it is incorrect, it must be …

Jun 4, 2009:

5:15 PM Ticket #1002 (GUICtrlSetData: Edit: default: Improved documentation) closed by Valik
Fixed: Fixed in version: 3.3.1.1
5:08 PM Ticket #1006 (@MSEC should return time from 000 to 999) closed by Valik
Fixed: Fixed in version: 3.3.1.1
5:05 PM Ticket #1006 (@MSEC should return time from 000 to 999) updated by Valik
Somebody had the bright idea to return strings for all the date/time macros instead of numbers. AFK while I go punch that person in the life-force.
5:00 PM Ticket #1004 (_PathFull bug in beta autoit 3.3.1) closed by Valik
Fixed: Fixed in version: 3.3.1.1
4:56 PM Ticket #1007 (Help File: Un-needed include) closed by Valik
Fixed: Fixed in version: 3.3.1.1
4:25 PM Ticket #1006 (@MSEC should return time from 000 to 999) updated by Valik
Huh? The value returned by @MSEC should be a NUMBER. You need to provide an example.
4:13 PM Ticket #1007 (Help File: Un-needed include) created by JamesBrooks
In the help file, TCPSend has an un-needed include, GuiConstantsEx. …
9:23 AM Ticket #1006 (@MSEC should return time from 000 to 999) created by Wooltown <sven.ullstad@…>
@MSEC should return time from 000 to 999, today it return values from …
9:08 AM Ticket #1005 (TraySetClick bug) created by timsky
Environment = 3.3.0.0 under WIN_XP/Service Pack 3 X86 Setting …
8:40 AM Ticket #1004 (_PathFull bug in beta autoit 3.3.1) created by godzail
I tried the example in the help file for the function _PathFull but I …
12:00 AM Ticket #1003 (FileSelectFolder: flag doesn't work as documented) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Jun 3, 2009:

11:04 PM Ticket #1003 (FileSelectFolder: flag doesn't work as documented) closed by Valik
No Bug: Replying to c.haslam: > {{{ > $s = FileSelectFolder("Choose","",2) > }}} > shows New Folder button > So does > {{{ > $s = FileSelectFolder("Choose","",2+4) > }}} For some reason AutoIt hard-codes the "Hide New Folder" button flag. The flag requires Windows XP+ with IE6+. If you are using IE5 or Windows 2000 then the button will always show no matter what. > Doc says "UNC paths are not supported". They are, at least for directories. (If you pick a drive on a peer, it returns ...\NetHood\...) That is not the path to a UNC resource, however. The expected path for a UNC resource is " server\share". > Doc says '"Create Folder Button" may require Win XP'. It works on Win2K. As mentioned above, hiding the button requires Windows XP. Showing the button is the default Windows behavior. If you are using a system in which the hide flag is not supported then the button is going to always show. No bugs here.
9:20 PM Ticket #1003 (FileSelectFolder: flag doesn't work as documented) created by c.haslam
[…] shows New Folder button So does […] Doc says "UNC paths are …

Jun 2, 2009:

8:02 PM Ticket #1002 (GUICtrlSetData: Edit: default: Improved documentation) created by c.haslam
I find the current documentation for the default parameter unclear. I …
5:49 AM Ticket #999 (_GUICtrlTreeView_SetFocused) updated by anonymous
Replying to Valik: > We are busy people. We don't always see everything on the forum. Like me. It's why I put 3 messages in 10 days (without any response). http://www.autoitscript.com/forum/index.php?showtopic=94911 > If you need developer input then its best to create a thread in the Developer Chat forum. I think we all read that forum since its fairly low traffic. I didn't know it. > Otherwise PMing somebody to point us towards a thread that needs our attention is acceptable if it really is something that requires a language developer. Yes I do It the first time (without any response).

Jun 1, 2009:

10:29 PM Ticket #1000 (Error Message) updated by Valik
I've committed some additional changes, Gary. Obviously that concatenated string should have been a variable. I hope the same stupid code isn't in other files…
10:23 PM Ticket #1000 (Error Message) closed by Gary
Fixed: Fixed in version: 3.3.1.1
10:09 PM Ticket #999 (_GUICtrlTreeView_SetFocused) updated by Valik
Replying to Tlem: > I do it the first time, but Gary never response to me. I try to change the state of the ticket, but can't ... It is not up to users to control the state of a ticket once it's created. > I create a new topic like he said, but no response. So, what would have made you for my place? We are busy people. We don't always see everything on the forum. If you need developer input then its best to create a thread in the Developer Chat forum. I think we all read that forum since its fairly low traffic. Otherwise PMing somebody to point us towards a thread that needs our attention is acceptable if it really is something that requires a language developer. > The second time I made a ticket, It would have been sensible not to close the ticket so quickly. A closed ticket does not mean it can't be replied to if you have more information. We will re-open a ticket if somebody can prove we are wrong.
10:09 PM Ticket #1000 (Error Message) updated by Gary
Owner, Status changed
I can reproduce. Someone changed: […] from […] the & "|TListbox" doesn't belong in that call
9:50 PM Ticket #999 (_GUICtrlTreeView_SetFocused) updated by Tlem
I do it the first time, but Gary never response to me. I try to change the state of the ticket, but can't ... I create a new topic like he said, but no response. So, what would have made you for my place? The second time I made a ticket, It would have been sensible not to close the ticket so quickly. I try my best to help people here and on the French forum, and doesn't want to annoy. Having said that, I apologize to you for the caused inconvenience.
9:16 PM Ticket #998 (@VirtualDesktopWidth + @VirtualDesktopHeight + @DesktopMonitors) updated by Zedna
OK Valik. I will not tease you here with my different opinion anymore :-) Rather I will post here submission for it as UDF - but not in way of whole "SystemInformation.au3" UDF library. Thanks for all information provided. It's good to know what kind of improvement we can expect/participate in AutoIt.
8:51 PM Ticket #1001 (Program crashes on standalone runtime but not when running from ide (Scite) closed by Valik
No Bug: Read WikiStart. You probably should be asking for support on the forum. You definitely are not providing a small script to reproduce the issue. There is absolutely no reason this should be on the issue tracker until you actually have something to show.
8:36 PM compInfo.zip attached to Ticket #1001 by darkprince.1979@…
Actual complete program source
8:35 PM Ticket #1001 (Program crashes on standalone runtime but not when running from ide (Scite) created by vinu.felix@…
I have a program which creates a Windows WMI object to retrieve info …
8:15 PM Ticket #1000 (Error Message) updated by Valik
Damn it George. See #993. We'll re-open a ticket once somebody is able to demonstrate the issue.
8:11 PM Ticket #998 (@VirtualDesktopWidth + @VirtualDesktopHeight + @DesktopMonitors) updated by Valik
Your argument doesn't hold water. Back when those macros were added we didn't know what we were doing. There was no extensive UDF library back then. It was either built-in or you had to write it yourself. Now we have a rich UDF library which we take submissions to. Somebody can very easily sit down and write a "SystemInformation.au3" UDF library, fill it full of all kinds of useful functions (including duplicate many of the macros) and we'll have a very nice function-based library for getting system information. That would allow us to remove some macros that don't make sense to have as macros while causing no loss in functionality. Just a change in syntax. Back when the macros you mention were added, this wasn't an option.
6:02 PM Ticket #1000 (Error Message) created by GEOSoft
_GUICtrlListBox_Create with 3.3.1.0 beta result error message …
5:44 PM Ticket #998 (@VirtualDesktopWidth + @VirtualDesktopHeight + @DesktopMonitors) updated by Zedna
Replying to Valik: > Why, Zedna? So we can bloat the language with crap that anybody can implement themselves in 3 minutes? > > Fundamentally you shouldn't care how a feature is implemented as long as it is available for you to use. I know what you mean and particularly I agree but consider @DesktopWidth + @DesktopHeight - it's too simple "one line" UDF code but it's native. I didn't mean to implement all stuff from GetSystemMetrics API, just above mentioned ones.
5:04 PM WikiStart edited by Valik
Added a couple situations when new tickets should not be created. (diff)
4:54 PM Ticket #998 (@VirtualDesktopWidth + @VirtualDesktopHeight + @DesktopMonitors) updated by Valik
Why, Zedna? So we can bloat the language with crap that anybody can implement themselves in 3 minutes? Fundamentally you shouldn't care how a feature is implemented as long as it is available for you to use.
11:46 AM Ticket #998 (@VirtualDesktopWidth + @VirtualDesktopHeight + @DesktopMonitors) updated by Zedna
@Valik I don't agree. I think functions/macros/etc that may be widely/often used by scripters could be implemented as native ones. But this is up to developers so what is general opinion of all/other developers on this?
5:50 AM Ticket #999 (_GUICtrlTreeView_SetFocused) updated by Valik
Umm, you've created 3 tickets so far for the same issue. Have you even stopped to think about replying to an existing ticket? Continuing to open ticket after ticket to have a discussion on the same issue is very annoying. In fact, it's so annoying it's one of the things mentioned on WikiStart. You did read WikiStart, right?

May 31, 2009:

11:40 PM Ticket #998 (@VirtualDesktopWidth + @VirtualDesktopHeight + @DesktopMonitors) updated by Valik
I would rather see these implemented as UDFs. I think we should move away from macros in favor of functions particularly when it comes to what are essentially one-liners. AutoIt built-in stuff should be about doing things that it's hard to do using AutoIt. Not about providing all kinds of macros for things that are trivial.
11:15 PM Ticket #999 (_GUICtrlTreeView_SetFocused) created by Tlem
Sorry Gary. I read your response here : …
10:23 PM Ticket #998 (@VirtualDesktopWidth + @VirtualDesktopHeight + @DesktopMonitors) created by Zedna
According to this topic …
8:40 PM Ticket #993 (_WinAPI_CreateWindowEx: Cannot find window class) updated by Valik
He would never get that far. AutoIt won't even start on non-NT based versions of Windows.
8:03 PM Ticket #993 (_WinAPI_CreateWindowEx: Cannot find window class) updated by Zedna
Just note: As far as I know _WinAPI_CreateWindowEx() doesn't work on Win9x systems. So it may be cause of his problem.
6:12 PM Ticket #997 (Not-updated documentation with regard to ablibEnable.) closed by Valik
Fixed: This has already been fixed in 3.3.1.1.
5:52 PM Ticket #996 (Beta documentation errors (Tweaky)) updated by Valik
I have updated the built-in functions with the changes. I'm not going to update the UDFs yet until we internally finalize on how we are actually going to document UDFs. Right now there is some redundancy in the way UDFs are documented and I'm a little bit afraid I'm going to spend the next 2 hours fixing this only to have somebody run a script and obliterate all my work. For that reason I'm going to leave this ticket open. If we happen to release 3.3.1.1 before this ticket is closed, feel free to attach the full output from your script run against 3.3.1.1 documentation.
5:19 PM Ticket #996 (Beta documentation errors (Tweaky)) updated by Valik
Holy shit, I should be careful what I ask for. Thanks.
3:42 PM Ticket #997 (Not-updated documentation with regard to ablibEnable.) created by MDiesel
In the beta helpfile, if you run a search for adlibEnable, you will …
3:29 PM Ticket #996 (Beta documentation errors (Tweaky)) created by Tweaky
Hi, we have translate the english helpfile into german. So we see that …
3:24 PM Ticket #985 (errors in der helpfile for AutoIt 3.3.1.0 Beta) updated by Tweaky
I have change my testscript. I will open a new Ticket
2:42 PM Ticket #995 (_GUICtrlTreeView_SetFocused) closed by Gary
No Bug: http://msdn.microsoft.com/en-us/library/aa452683.aspx TVIS_FOCUSED is a CE item state even though the author of the UDF included it in his functions. Although it isn't listed as a regular windows treeview item state it does work although it doesn't set the rectangle around the item like CE does. Therefore if you want the item to have focus and show it in a regular windows item use _GUICtrlTreeView_SetSelected as I suggested before.
11:06 AM Ticket #995 (_GUICtrlTreeView_SetFocused) created by Tlem
Sorry to re-create a new ticket, but Gary close the previous ticket …
9:14 AM Ticket #985 (errors in der helpfile for AutoIt 3.3.1.0 Beta) updated by Valik
Could you please add a check in a future version to ensure that optional parameters have the "[optional]" tag. I forgot to add that tag for some of the changes which made me realize we've probably forgot to add it in a lot of places.
9:07 AM Ticket #985 (errors in der helpfile for AutoIt 3.3.1.0 Beta) closed by Valik
Fixed: Fixed in version: 3.3.1.1
8:33 AM Ticket #938 (UDPOpen and/or UDPSend to 255.255.255.255 doesn't work) updated by Valik
Replying to skyteddy: > Can anybody tell me what will happen with this bug/feature request? > > Thank you! > R@iner Isn't it clear? I said it would be implemented once a suitable method is found for exposing the option.
8:24 AM Ticket #938 (UDPOpen and/or UDPSend to 255.255.255.255 doesn't work) updated by skyteddy
Can anybody tell me what will happen with this bug/feature request? Thank you! R@iner
8:09 AM Ticket #982 (Checkbox backcolor in tab) closed by Valik
Duplicate: Closing as a duplicate of #975.
12:53 AM Ticket #982 (Checkbox backcolor in tab) updated by MrCreatoR <mscreator@…>
I thinks it's already has been reported: GUICtrlCreateCheckbox() on tabs. And fixed :)

May 30, 2009:

7:16 PM Ticket #993 (_WinAPI_CreateWindowEx: Cannot find window class) closed by Valik
No Bug: I'm closing this as no bug. The example is non-runnable (Again, you know better to give such a poor example). I see nothing obviously wrong with the example.
7:02 PM Ticket #983 (InetGet* functions failing under XP SP2) closed by Valik
Fixed: Fixed in version: 3.3.1.1
6:44 PM Ticket #984 (Addition to @OSVersion) updated by Valik
Keywords, Summary changed
This has been added to @OSVersion, not @OSType because it does not belong in @OSType.
6:43 PM Ticket #984 (Addition to @OSVersion) closed by Valik
Completed: Added in version: 3.3.1.1

May 29, 2009:

6:53 PM Ticket #991 (64 bit Rgistry Bug with New Scite and Autoit Mismatch) updated by anonymous
I found out you can fix this bt reinstalling Autoit and do not select "Run 64X components when possible.

May 28, 2009:

10:27 PM Ticket #994 (For ... In ... Next: added functionality) closed by Valik
Rejected: Given that I can't even figure out what you're trying to accomplish with that code, the answer is no.
9:40 PM Ticket #994 (For ... In ... Next: added functionality) created by anonymous
It would be convenient to be able to write, for example: For $el In …
7:13 PM Ticket #991 (64 bit Rgistry Bug with New Scite and Autoit Mismatch) updated by Jos
When you are using the full SciTE4AutoIt3 packages, you can use the directive to set it, but I expect that AutoIt3Wrapper will automatically detect its a x64 environment en defaults to aut2exe_x64.exe. Show the total SciTE output pnae information to be able to determine what you are exactly doing. Jos
6:46 PM Ticket #991 (64 bit Rgistry Bug with New Scite and Autoit Mismatch) updated by anonymous
I don't see a way to specify that Scite uses the 32 bit version of autoit to run my au3 files. I am writing a program to be used universally on 32 bit and 64 bit OS type
6:32 PM Ticket #993 (_WinAPI_CreateWindowEx: Cannot find window class) updated by Valik
Description changed
You've been here long enough to know that posting such a long script is not what we want. Maybe you need to review WikiStart?
6:06 PM Ticket #991 (64 bit Rgistry Bug with New Scite and Autoit Mismatch) closed by Valik
No Bug: Exactly as I expected. When you run through SciTE it is using the 64-bit version. When you compile it's using the 64-bit version because you must explicitly choose to compile using the 64-bit version. Now, as for the registry keys. If you look for a 64-bit key with a 32-bit program you must explicitly specify the 64-bit path. The same holds true when trying to access a 32-bit key from a 64-bit program. Windows employs registry redirection which you need to read up on and understand. As expected, this is not a bug.
5:21 PM Ticket #991 (64 bit Rgistry Bug with New Scite and Autoit Mismatch) updated by anonymous
Sorry I could not reopen it. I did not mean to be rude I was not sure I had the right dept. From Scite Compiled: 0 x64: 1 From autoit Compiled: 1 x64: 0
4:57 PM Ticket #991 (64 bit Rgistry Bug with New Scite and Autoit Mismatch) reopened by Valik
Creating a new ticket to report the exact same reported here is very rude. I have deleted the new ticket. To anybody who thinks they are reproducing this issue, do a very simple test: […] Run that script from SciTE and tell us the results. Run that script compiled and tell us the results.
4:50 PM Ticket #356 (ConsoleWrite not working on Vista.) updated by Valik
As I said previously, not enough information has been provided. I just took a virgin installation of Windows Vista SP1 and installed AutoIt 3.3.0.0, AutoIt 3.3.1.0 (Beta) and SciTE4AutoIt3 (released 21-5-2009). I installed everything with elevated rights. I run everything without elevated rights. Using both SciTE-Lite (included with AutoIt) and SciTE4AutoIt3 with the simple test script below, everything worked as expected: […]
4:20 PM Ticket #992 (Macros for all useful system user folders) closed by Valik
Rejected: Replying to larchen: > Macros for ALL useful User Shell Folders. Your definition of useful may not match what others find useful. For example, as far as I'm concerned we have provided macros for all the useful ones. The rest you can get yourself with a single line of RegRead().
3:47 PM Ticket #356 (ConsoleWrite not working on Vista.) updated by Triblade
P.S. Not also does the ConsoleWrite not work when Scite is not run with elevated rights, also the F5-run error's won't show in the console. Maybe there is a way to show that this is a problem? Anyway, probs a Scite thing…
1:16 PM Ticket #993 (_WinAPI_CreateWindowEx: Cannot find window class) created by PSandu.Ro
hi, with 3.3.0.0 everything is ok only with 3.3.1.0 show me this …
12:11 PM Ticket #992 (Macros for all useful system user folders) updated by Zedna
What about @DocumentsCommonDir ?
11:05 AM Ticket #992 (Macros for all useful system user folders) created by larchen
Hi! I´m just starting out using AutoIt and I´m totally loving it. The …
4:06 AM Ticket #991 (64 bit Rgistry Bug with New Scite and Autoit Mismatch) updated by sbrown@…
Enter the attached reg keys to your registry then run the following script in Scite and then compile it and run it. My testing confirms what this poster is saying Test2 fails in Scite, test3 fails once compiled This may be an Autoit bug either way Scite and Autoit need to be in sync. Personally I do not like the HKLM64 method as it is a ghost key that does not really exist. $var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\CCleaner","DisplayName") MsgBox(64,"Test",$var) $var2 = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CCleaner","DisplayName") MsgBox(64,"Test2",$var2) ;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinRAR archiver $var3 = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinRAR archiver","DisplayName") MsgBox(64,"Test3",$var3) $var4 = RegRead("HKEY_LOCAL_MACHINE64\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinRAR archiver","DisplayName") MsgBox(64,"Test4",$var4) ;If you install the 64 bit version of winrar www.rarsoft.com and the 32 bit version of ccleaner www.ccleaner.com on a 64 bit machine ;Test2 fails in Scite test3 fails once compiled
3:53 AM keys.zip attached to Ticket #991 by anonymous
reg keys to run script against so external apps are not needed

May 27, 2009:

9:02 PM Ticket #984 (Addition to @OSVersion) updated by mark.carrell@…
Replying to Valik: > Ahh, you're one of those people who's too right to be wrong. Gotcha. > > As for the feature, it will be added once I determine for myself how well AutoIt behaves on Windows XP Embedded. We don't claim support for that version of Windows so until we do there is no sense adding features around it. I am not "too right", I admit that I too spoke out of line in the above thread, and that my title was not the most descriptive. My original point was simply that it is not clear what kind of ticket is being created, I put "Feature Request" in the description to show the type of ticket. As for XP Embedded, AutoIt functions without incident. I have spent a great deal of time in the last couple weeks running AutoIt scripts on XP Embedded without seeing a problem. Since XP Embedded is essentially XP for thin clients I would not expect any difference from this perspective.
8:48 PM Ticket #984 (Addition to @OSVersion) updated by Valik
Ahh, you're one of those people who's too right to be wrong. Gotcha. As for the feature, it will be added once I determine for myself how well AutoIt behaves on Windows XP Embedded. We don't claim support for that version of Windows so until we do there is no sense adding features around it.
8:46 PM Ticket #989 (Autoitx3.dll in beta version) closed by Valik
Fixed: Fixed in 3.1.1.1.
8:38 PM Ticket #984 (Addition to @OSVersion) updated by Mark.carrell@…
Keep going, there are still a handful of logical fallacies you have not used. You act as though you don't care, but clearly being called on your attitude is sort of a hot button. I don't really care, you are not important to me. You have not earned any respect from me. Continue acting the way you are, it will only make things more challenging for you, it will have no effect on me. Add the feature, or don't. At this point I have already solved the problem that originally brought this to light.
8:33 PM Ticket #991 (64 bit Rgistry Bug with New Scite and Autoit Mismatch) closed by Valik
No Bug: You need to look at WikiStart and probably go visit the forum. It's a long way from clear as to what you are talking about.
8:27 PM Ticket #984 (Addition to @OSVersion) updated by Valik
Replying to Mark.carrell@…: > Nice. Except for the part about insulting anything. We have these: >> ...but have no desire to be around self important and pretentious trolls. You insult the entire community, only the developers or me personally. It's sort of ambiguous. >> ...terrible process already in grained, but I am new to your awful bug tracker. Here you insult our systems and tools. >> Get over yourself kid. Here you make assumptions about my age. >> I don't think pretentious means what you think that it means. Here you question my ability to use English. Even better, when I'm using it right if a little bit redundantly. >> ...or leave this feature request to someone more capable. Here you insult my coding ability. > All I did was call you on your attitude. Yes, and as I stated, you're somewhere near the thousandth person to do so. Congratulations. There is no prize. > You chose to use the word stupid in your original post. Right, and I use it now. You gave this ticket a stupid title. > That behavior does not require the same rules as you are currently applying to me? No. This is not a democracy and all users are not created equal. They can earn equality... by not creating tickets with stupid titles and then start bitch fits when they are called on it. > You have done nothing but attack me throughout this post. And under no circumstances have you attacked me, correct? Hypocrite. > You attack me, I retort. Even when you're in the wrong you're willing to make an ass of yourself in public. Right virtuous quality you have there, sir. > How is this a problem with my attitude? At what point have I commented on your attitude?
8:16 PM Ticket #984 (Addition to @OSVersion) updated by Mark.carrell@…
I love how even the Forum Information and FAQs, General information about the forum and FAQs http://www.autoitscript.com/forum/index.php?showtopic=37739 points out your tendency to come across this way: "Why does Valik hate me? He just does. It's nothing personal...well except against you"
8:09 PM Ticket #984 (Addition to @OSVersion) updated by Mark.carrell@…
Replying to Valik: > You have been banned from the forum for 7 days for your behavior. You are not going to come on here insulting our language, our systems (issue tracker) and me personally all because you cant't be bothered to put sensible titles on tickets you open. Further negative input from you is going to result in you being blocked from this website. We do not need you and we do not have to tolerate you. Nice. Except for the part about insulting anything. All I did was call you on your attitude. You chose to use the word stupid in your original post. That behavior does not require the same rules as you are currently applying to me? You have done nothing but attack me throughout this post. You attack me, I retort. How is this a problem with my attitude?
7:45 PM Ticket #991 (64 bit Rgistry Bug with New Scite and Autoit Mismatch) created by anonymous
This happens in the May 21 build of Scite When trying to access 32 bit …
7:40 PM Ticket #984 (Addition to @OSVersion) updated by Valik
You have been banned from the forum for 7 days for your behavior. You are not going to come on here insulting our language, our systems (issue tracker) and me personally all because you cant't be bothered to put sensible titles on tickets you open. Further negative input from you is going to result in you being blocked from this website. We do not need you and we do not have to tolerate you.
6:09 PM Ticket #984 (Addition to @OSVersion) updated by Mark.carrell@…
Replying to Valik: > Replying to mark.carrell@…: > > Again with the negativity. Thus far my experiences with people in the AutoIt forums have been nothing but negative. > Then this is certainly a reflection on you and your behavior if you seem to attract so much negativity. > > > I am attempting to join in improving a useful tool, but have no desire to be around self important and pretentious trolls. > That must be hard to do, what with your pretentiousness and trolling. You've made some very troll-like comments below and it's pretty pretentious of you to assume just because we're not an industry de-facto standard that we can't have systems in place to make our lives easier. > > > It is a scripting tool, not a programming language. > This is, of course, the opinion of somebody who clearly doesn't know what they are talking about. Given that I (and many many other people) can do nearly everything in AutoIt that we can in a language like C++, this statement is simply not true. To any experienced veteran of AutoIt, it's just plain trolling. > > > Calling a feature request anything other than "feature request" may seem stupid to someone with a terrible process already in grained, but I am new to your awful bug tracker. > So what I take from this statement is that not only are you new to our issue tracker, you also do not posses even the first drop of common sense? There's information pages like WikiStart and just plain common sense that you both failed to use. It's rather pretentious to assume that you can just do whatever you wish on our issue tracker. Also, again with the trolling by calling our issue tracker awful. > > > Next time keep in mind that you represent a community I would assume you want to get people involved in. > Next time do some research first. You have dramatically overreacted to a comment I've made and provided a litany of idiocy in response. Go have a read through some of my forum posts if you want to see some good stuff. You'll also see just how little I care about people like yourself who can't be bothered to give a damn about doing things our way on our part of the web. Lastly, don't assume I want people involved with the community because if there were no people I wouldn't have to write scathing posts like this to point out rather mundane and obvious points to people. > > In short, you did something stupid. Now sit down, shut up and own up to it. Don't try to be one of a thousand who try to lecture me. I've heard it all before and all you will do is serve to entertain the community at large who will be laughing at you (not with you). > > Have a nice day. Ha Ha Ha Ha. Get over yourself kid. Wow dude, seriously? "Don't be one of a thousand who try to lecture me"? You actually typed that? Words you may want to look up: macro\script\programming : you do not appear to understand the difference A good example: Write me a topic connection state machine for connectivity between unix systems in AutoIt. My favorite part: "Given that I (and many many other people) can do nearly everything in AutoIt that we can in a language like C++, this statement is simply not true." Please note that your own limitations do not actually apply to programming languages. This only allows for inference of your abilities, not what is capable in the language itself. Pretentious : Pretty sure that one missed you too. "It is rather pretentious to assume..." "...about doing things our way on our part of the web." I don't think pretentious means what you think that it means. Begging the question: Your argument "if there were no people I wouldn't have to write scathing posts like this" begs the question. You could have not. Do us both a favor, either add the change to the code, or leave this feature request to someone more capable. Thanks for the laughs.
4:54 PM Ticket #984 (Addition to @OSVersion) updated by Valik
Replying to mark.carrell@…: > Again with the negativity. Thus far my experiences with people in the AutoIt forums have been nothing but negative. Then this is certainly a reflection on you and your behavior if you seem to attract so much negativity. > I am attempting to join in improving a useful tool, but have no desire to be around self important and pretentious trolls. That must be hard to do, what with your pretentiousness and trolling. You've made some very troll-like comments below and it's pretty pretentious of you to assume just because we're not an industry de-facto standard that we can't have systems in place to make our lives easier. > It is a scripting tool, not a programming language. This is, of course, the opinion of somebody who clearly doesn't know what they are talking about. Given that I (and many many other people) can do nearly everything in AutoIt that we can in a language like C++, this statement is simply not true. To any experienced veteran of AutoIt, it's just plain trolling. > Calling a feature request anything other than "feature request" may seem stupid to someone with a terrible process already in grained, but I am new to your awful bug tracker. So what I take from this statement is that not only are you new to our issue tracker, you also do not posses even the first drop of common sense? There's information pages like WikiStart and just plain common sense that you both failed to use. It's rather pretentious to assume that you can just do whatever you wish on our issue tracker. Also, again with the trolling by calling our issue tracker awful. > Next time keep in mind that you represent a community I would assume you want to get people involved in. Next time do some research first. You have dramatically overreacted to a comment I've made and provided a litany of idiocy in response. Go have a read through some of my forum posts if you want to see some good stuff. You'll also see just how little I care about people like yourself who can't be bothered to give a damn about doing things our way on our part of the web. Lastly, don't assume I want people involved with the community because if there were no people I wouldn't have to write scathing posts like this to point out rather mundane and obvious points to people. In short, you did something stupid. Now sit down, shut up and own up to it. Don't try to be one of a thousand who try to lecture me. I've heard it all before and all you will do is serve to entertain the community at large who will be laughing at you (not with you). Have a nice day.
4:26 PM Ticket #985 (errors in der helpfile for AutoIt 3.3.1.0 Beta) updated by Tweaky
Hi, its only an example with _GUICtrlListView_SimpleSort. I will only show what the numbers in my txt-file means What does ou mean with "1st off need to report bugs separately."???
3:01 PM Ticket #983 (InetGet* functions failing under XP SP2) updated by Xenobiologist
Sorry, I noticed this bugreport too late. I opened this thread http://www.autoitscript.com/forum/index.php?showtopic=95713 to show what happens. What can I do to gather some more useful information? Mega
2:54 PM Ticket #984 (Addition to @OSVersion) updated by mark.carrell@…
Again with the negativity. Thus far my experiences with people in the AutoIt forums have been nothing but negative. I am attempting to join in improving a useful tool, but have no desire to be around self important and pretentious trolls. It is a scripting tool, not a programming language. Calling a feature request anything other than "feature request" may seem stupid to someone with a terrible process already in grained, but I am new to your awful bug tracker. Next time keep in mind that you represent a community I would assume you want to get people involved in.
12:47 PM Ticket #990 (Wiki thumbnail creator broken) created by Jos van Egmond (Manadar)
The wiki thumbnail creator is broken and gives a grey error box. To …
12:23 PM Ticket #989 (Autoitx3.dll in beta version) updated by Zedna
It's probably related to this (other users confirmed problem too): http://www.autoitscript.com/forum/index.php?s=&showtopic=95366&view=findpost&p=686975
11:42 AM Ticket #983 (InetGet* functions failing under XP SP2) updated by idbirch
Hm, not really. It's a freshly built machine with a wireless connection direct to an ADSL router (no proxy required). I disabled all AV and firewall software to make sure these weren't blocking anything but this made no difference. Exactly the same code runs fine if I just choose 'Go' from Scite, it's only when I use 'Beta run' that it fails. I've just rebuilt the machine again minus any AV or firewall software and the results are exactly the same - INetGetSize works fine with 3.3.0.0 but gives the above error when run through 3.3.1.0.
9:58 AM Ticket #989 (Autoitx3.dll in beta version) updated by J-Paul Mesnage
Can you describe how you try to register? under which Windows are you running? …
8:51 AM Clipboard01.png attached to Ticket #989 by Loulou
Copy of screen error
8:50 AM Ticket #989 (Autoitx3.dll in beta version) created by Loulou
Seems to be not a valid dll Autoitx3 won't be register with a message …
6:19 AM Ticket #988 (TCP Send with URGENT bit active) updated by Valik
Replying to anonymous: > As I believe there is other reasons to want to send TCP with the URGENT bit other then for Telnet, that is why I felt it was a different request. From what I've read, no, there's really not. Telnet seems to be the only useful program that uses the bit. Everything else suggests against the use and offers alternatives. So on the one hand it's something people have suggested should not be used but on the other there is a single legitimate use for it. For the time being I'm leaving this ticket open until I have a chance to review the socket functions and look at adding additional functionality. This will be awhile because I have a number of other things to wrap up before I will have an opportunity to do this.
5:42 AM Ticket #988 (TCP Send with URGENT bit active) updated by anonymous
Replying to Valik: > Do not create any more tickets on this subject. You should have appended a comment to ticket #987 explaining your new discovery of why the TCP functions don't work. Instead you did the excessively obnoxious thing of creating a new ticket within two minutes of posting your last one. > > As for this request, we'll think about it. Please accept my apology for the two tickets. I had seen it as two different request. The first was for a complete telnet client. Where the second request was for more control over the TCP function which, as I understand it, would be required to implement a telnet client. As I believe there is other reasons to want to send TCP with the URGENT bit other then for Telnet, that is why I felt it was a different request. Again, please accept my apology. I will try to be more careful in the future with my requests.
2:08 AM Ticket #974 (WindowFromPoint API function tagPoint structure on x64 based systems) updated by Valik
Milestone changed
2:07 AM Ticket #979 (_ArrayDisplay() - just old/incorrect syntax in header comment) updated by Valik
Milestone changed
1:50 AM Ticket #974 (WindowFromPoint API function tagPoint structure on x64 based systems) closed by Gary
Fixed: Fixed in version: Future Release
1:19 AM Ticket #979 (_ArrayDisplay() - just old/incorrect syntax in header comment) closed by Gary
Fixed: Fixed in version: Future Release

May 26, 2009:

11:49 PM Ticket #985 (errors in der helpfile for AutoIt 3.3.1.0 Beta) updated by Gary
1st off need to report bugs separately. As far as I can tell from the convoluted description of the bug for _GUICtrlListView_SimpleSort, it's not a bug.
11:42 PM Ticket #986 (_GUICtrlMenu_EnableMenuItem: improved example) closed by Gary
No Bug: Actually it would be a feature request. And the example in the help much simpler and clearer.
11:23 PM Ticket #986 (_GUICtrlMenu_EnableMenuItem: improved example) updated by anonymous
Replying to anonymous: > I suggest that the attached example would be clearer than the existing example. Tried to replace the attachment with revised version but wasn't permitted to do so
10:09 PM Ticket #988 (TCP Send with URGENT bit active) updated by Valik
Version changed
Do not create any more tickets on this subject. You should have appended a comment to ticket #987 explaining your new discovery of why the TCP functions don't work. Instead you did the excessively obnoxious thing of creating a new ticket within two minutes of posting your last one. As for this request, we'll think about it.
9:55 PM Ticket #987 (Telnet capabilities) closed by Valik
Rejected
9:10 PM Ticket #988 (TCP Send with URGENT bit active) created by anonymous
Would like to attempt to write a Telnet client. Need to be able to …
9:08 PM Ticket #987 (Telnet capabilities) created by anonymous
Need to have telnet directly inside AU3 script. Using TCP* to port 23 …
7:42 PM _b.au3 attached to Ticket #986 by c.haslam
Clearer example
7:40 PM Ticket #986 (_GUICtrlMenu_EnableMenuItem: improved example) created by anonymous
I suggest that the attached example would be clearer than the existing …
6:10 PM errors 3.3.1.0 Beta.txt attached to Ticket #985 by Tweaky
File with errors
6:10 PM Ticket #985 (errors in der helpfile for AutoIt 3.3.1.0 Beta) created by Tweaky
Hi, we have translate the english helpfile into german. So we see that …
6:00 PM Ticket #980 (Scite4AutoIt3 - include latest Koda version) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
5:53 PM Ticket #980 (Scite4AutoIt3 - include latest Koda version) closed by Jos
Fixed
5:03 PM Ticket #983 (InetGet* functions failing under XP SP2) updated by Valik
Are there any other network related settings you can think of? Both examples work fine for me on Windows XP SP3.
4:59 PM Ticket #984 (Addition to @OSVersion) updated by Valik
Summary changed
Calling a feature request ticket "Feature request" is stupid. Please choose a better name in the future.
4:14 PM Ticket #984 (Addition to @OSVersion) created by mark.carrell@…
Requesting a change made to the macro @OSType to support the …
11:48 AM Ticket #983 (InetGet* functions failing under XP SP2) created by idbirch
These functions don't work for me at all under WinXP SP2 however work …
11:17 AM Ticket #982 (Checkbox backcolor in tab) updated by anonymous
worked in 3.3.0.0. but 3.3.1.0 not work.
11:16 AM Ticket #982 (Checkbox backcolor in tab) updated by anonymous
worked in 3.3.1.0
11:14 AM Ticket #982 (Checkbox backcolor in tab) created by anonymous
[…]
11:02 AM Ticket #980 (Scite4AutoIt3 - include latest Koda version) updated by Jos
I checked the Installer which was correct. There was a problem in the build script which failed to build the ZIP version. Will build it and do the upload later today.
10:47 AM Ticket #980 (Scite4AutoIt3 - include latest Koda version) updated by Zedna
I downloaded SciTE4AutoIt3.zip from here: http://www.autoitscript.com/autoit3/scite/downloads.shtml link to file: http://www.autoitscript.com/cgi-bin/getfile.pl?../autoit3/scite/download/SciTE4AutoIt3.zip And there is old Koda. Now it seems ZIP file contains also old Scite, Wrapper and other tools. So problem is that SciTE4AutoIt3.zip is outdated.
10:40 AM _OemToAnsi.zip attached to Ticket #981 by Zedna
10:39 AM Ticket #981 (_WinAPI_AnsiToOem + _WinAPI_OemToAnsi) created by Zedna
Here is proposition for new UDF to WinApi include also with examples: …
10:38 AM Ticket #980 (Scite4AutoIt3 - include latest Koda version) updated by Jos
Replying to Zedna: > In Scite4AutoIt3 from 2009-05-21 > there is included Koda version 1.7.0.5 (2008-02-20) Beta > > I think it will be better to include latest Koda version 1.7.1.0 (2009-04-27) Release in the next Scite4AutoIt3. Are you sure the latest version of Koda isn't already included? Jos
9:38 AM Ticket #980 (Scite4AutoIt3 - include latest Koda version) created by Zedna
In Scite4AutoIt3 from 2009-05-21 there is included Koda version …
9:30 AM Ticket #979 (_ArrayDisplay() - just old/incorrect syntax in header comment) created by Zedna
"C:\Program Files\AutoIt3\Include\array.au3" now it's (3.3.1) …
9:19 AM Ticket #978 (Au3Info - ToolBar info - add ToolTip Text,Image Index) created by Zedna
Au3Info - ToolBar info Tab --> add new "ToolTip Text" and maybe also …

May 25, 2009:

3:18 PM Ticket #975 (GUICtrlCreateCheckbox() on tabs.) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.1
12:10 PM Ticket #975 (GUICtrlCreateCheckbox() on tabs.) reopened by J-Paul Mesnage
It was not clear to me which script reproduce your problem. In fact run the following script under Vista/Scite is OK but Vista only not !!! […] The problem seems to come from the fact that the bk color tab is retrive with the pixel 0,0 of the tab ... I work on the subject now
5:50 AM Ticket #975 (GUICtrlCreateCheckbox() on tabs.) updated by GEOSoft
Replying to Jpm: > I don't understand the pb as if you remove the tabitem the checkbox is created not on the tab whatever you think it is as an ctrl over the tab control. > the bkcolor if defined just make the ctrl on the gui having the gui color. > For me there is no problem just difficulty on overlayed controls understanding which is point out in the doc to be a difficult problem !!! The problem is checkboxes can no longer be properly used on tabs. If you remove the Tab and TabItem from the code, the checkbox is correct. If you leave them in then the checkbox is totally unusable. It would seem totally ridiculous that we have to set the color for each checkbox because of what I pointed out about styles above. If that kind of behavior seems okay to the devs then perhaps you should consider rolling back the transparency changes made in the Beta. Since the Tab color is set by Windows it makes no sense to preset the background color of each checkbox to 0xffffff. Example, when using the XP theme with the silver scheme, what appears ro be a white background for the tab is actually 0xfcfcfe. If you change the color scheme to olive green, the tab color may still appear to be white but in reality is 0xf4f3ee. A control background of 0xFFFFFF is noticable on either of these.

May 24, 2009:

8:19 PM Ticket #977 (Problem with object creation in GUICtrlCreateEdit.) closed by Valik
No Bug: Why does it not occur to you that maybe there's something wrong on your machine? Why do you just assume it's a bug in our software?
7:49 PM Ticket #977 (Problem with object creation in GUICtrlCreateEdit.) created by MDiesel
The example script on GUICtrlCreateEdit attempts to create a richedit …
5:54 PM Ticket #975 (GUICtrlCreateCheckbox() on tabs.) closed by J-Paul Mesnage
Works For Me: I don't understand the pb as if you remove the tabitem the checkbox is created not on the tab whatever you think it is as an ctrl over the tab control. the bkcolor if defined just make the ctrl on the gui having the gui color. For me there is no problem just difficulty on overlayed controls understanding which is point out in the doc to be a difficult problem !!!

May 23, 2009:

9:41 PM Ticket #975 (GUICtrlCreateCheckbox() on tabs.) updated by GEOSoft
Replying to jchd: > There's a very similar problem with radio buttons inside tabs, but then their text area show up as grey, not black like checkboxes. Both glitches are easily overcome by explicitely setting items' background color once, e.g. right after creation. Not a very workable solution when a tab can not be painted. The tabs color is dependent on the theme and color scheme in use so setting the controls background to 0xFFFFFF is going to look horrible on some systems. And with over 140 checkboxes in a script it's inconceivable that they will be changed now and then changed again later when a proper fix is in place.
3:30 PM Ticket #975 (GUICtrlCreateCheckbox() on tabs.) updated by jchd
There's a very similar problem with radio buttons inside tabs, but then their text area show up as grey, not black like checkboxes. Both glitches are easily overcome by explicitely setting items' background color once, e.g. right after creation.
3:03 AM Ticket #838 (Better COM error handling.) updated by Valik
Owner, Component, Summary changed
I'm not sure why this was assigned to Gary and changed to the UDFs component as the root cause of the problem has absolutely nothing to do with Gary or the UDFs. I'm changing the component back to AutoIt and modifying the title.
3:01 AM Ticket #973 (_FileListToArray()) closed by Valik
Rejected
2:58 AM Ticket #974 (WindowFromPoint API function tagPoint structure on x64 based systems) updated by Valik
Owner, Component changed
2:57 AM Ticket #947 (RegRead fails for the first try reading a key) closed by Valik
No Bug: I'm closing this as no bug. The error returned is ERROR_INVALID_PARAMETER (The parameter is incorrect). The error is accurate because of the extra "\" in the key name. I have a theory as to why it works sometimes and doesn't work other times but it's rather technical and pretty much irrelevant since it's not a bug we can fix. If there is a bug here, it's in the Windows API for not rejecting the key every time.
12:49 AM Ticket #968 (AutoUpdateIt needs updated due to Inet changes.) closed by Valik
Completed: Changed in version: 3.3.1.1

May 22, 2009:

9:40 PM Ticket #976 (InetGet with more than 2 params fails Au3Check) closed by Valik
Fixed: Grrr, you guys need to be reading the Latest Beta thread. This is the second issue that has already been fixed because of comments made in that thread.
9:00 PM Ticket #976 (InetGet with more than 2 params fails Au3Check) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
8:40 PM Ticket #976 (InetGet with more than 2 params fails Au3Check) created by ProgAndy
When you specify more than 2 parameters in InetGet, you will get an …
6:17 PM Ticket #973 (_FileListToArray()) updated by anonymous
Replying to Valik: > I don't know about this. There's a balance between performance and maintainable code and I think this crosses the line. This same type of optimization can be made for lots of functions. I had also considered the balance of additional code versus the performance benefit. I'd thought that since this function is widely-used and the loop can potentially be executed 1000's of times, that the speed increase was worth an extra 20 lines of code. I just wanted to toss the idea out there, with good intentions, and I will certainly be content with whatever conclusion is reached. Thanks for your time.
5:47 PM Ticket #975 (GUICtrlCreateCheckbox() on tabs.) created by GEOSoft
The code is pretty self explanatory. Black areas (desktop color) …
12:00 PM Ticket #974 (WindowFromPoint API function tagPoint structure on x64 based systems) updated by TicketCleanup
Severity changed
Automatic ticket cleanup.
9:51 AM Ticket #974 (WindowFromPoint API function tagPoint structure on x64 based systems) created by level20peon
After some tests it turned out that using the _WinAPI_WindowFromPoint …
9:00 AM Ticket #973 (_FileListToArray()) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:21 AM Ticket #973 (_FileListToArray()) updated by Valik
Type changed
I don't know about this. There's a balance between performance and maintainable code and I think this crosses the line. This same type of optimization can be made for lots of functions.
6:50 AM Ticket #973 (_FileListToArray()) updated by anonymous
Grr.. I missed the drop-down to make this a feature request, rather than a bug report. My apology.
6:26 AM FLTA.au3 attached to Ticket #973 by spiff59
FLTA beta versus modified-beta test demo
6:25 AM Ticket #973 (_FileListToArray()) created by anonymous
A substantial speed increase has been realized by the change to …
2:02 AM Ticket #972 (Example file incorrect) closed by Valik
Fixed: Yes, we know.
1:26 AM Ticket #972 (Example file incorrect) created by RazerM
For #OnAutoItStartRegister It has […] but should be […] …

May 21, 2009:

4:17 PM Ticket #969 (FileFindNextFile @extended = 0 for folder $Recycle.Bin) updated by wraithdu
I just wanted to add to this, in case the problem you fixed was specific to that directory. I put together a little script to do an extensive search to see if the problem was more widespread. I did a recursive search of my entire C: drive, and out of 121761 files and folders, 2820 folders were incorrectly identified as files by @extended. Again, just adding this as additional info. BTW, this thing whipped through my whole HDD in ~40 seconds. Impressive speed! Script - […]
2:38 PM Ticket #971 (Func _GetIP() issues) updated by Jos
The reason for Asikmet to qualify the tried source as spam is because it contains many external URLs which usuallly means it is SPAM. Jos
1:44 PM Ticket #971 (Func _GetIP() issues) closed by J-Paul Mesnage
No Bug: In fact 3.3.0 is OK, you don't get the official version of Inet.au3 which contain special scanning for the failing one. I don't know if it is a real improvement to change something working. PS no idea why you get a potential spam perhaps Valik can answer
1:20 PM Ticket #971 (Func _GetIP() issues) updated by autoit@…
I attempted to attach the file to the ticket but I got the following error: Submission rejected as potential spam (Maximum number of external links per post exceeded, Akismet says content is spam) I have attached it on the forum instead: http://www.autoitscript.com/forum/index.php?showtopic=95409&st=0#entry685880
1:13 PM Ticket #971 (Func _GetIP() issues) created by autoit@…
The current _GetIP() function found in Inet.au3 uses …
1:03 PM Ticket #969 (FileFindNextFile @extended = 0 for folder $Recycle.Bin) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.1
12:05 PM Ticket #969 (FileFindNextFile @extended = 0 for folder $Recycle.Bin) updated by J-Paul Mesnage
same thing is true under Vista
11:58 AM Ticket #969 (FileFindNextFile @extended = 0 for folder $Recycle.Bin) updated by J-Paul Mesnage
Keywords changed

May 20, 2009:

9:21 PM Ticket #970 (I want the goto command back :|) updated by Valik
Component changed
This has got to be a troll.
9:16 PM Ticket #970 (I want the goto command back :|) closed by Gary
Rejected: Goes without saying
9:04 PM Ticket #970 (I want the goto command back :|) created by zipnokaj@…
I understand that all your loops are good instead of using labels and …
8:33 PM Ticket #969 (FileFindNextFile @extended = 0 for folder $Recycle.Bin) created by wraithdu
Win7 RC1, AutoIt 3.3.1.0 FileFindNextFile returns @extended = 0 (a …
6:48 PM Milestone 3.3.1.0 completed
3:03 AM Tickets #408,​884,​949 batch updated by Valik
Completed: Added in version: 3.3.1.0
2:34 AM Ticket #442 (Proposed changes to _StringAddThousandsSep()) closed by Valik
Completed: Added in version: 3.3.1.0

May 19, 2009:

10:25 PM Ticket #968 (AutoUpdateIt needs updated due to Inet changes.) created by Valik
AutoUpdateIt needs to be updated due to the changes to the Inet …
10:24 PM Ticket #967 (Inet functions need to support FTP through a proxy.) created by Valik
FTP connections through a proxy do not work.
6:00 PM Tickets #963,​966 batch updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:10 PM _FileListToArray.zip attached to Ticket #966 by Zedna
4:08 PM Ticket #965 (ListViewItem not responding to SetOnEvent) closed by J-Paul Mesnage
No Bug: Just read the doc the control can fail and you are in the case
4:07 PM Ticket #966 (_FileListToArray - new flag (4)) created by Zedna
Here is proposition for change to _FileListToArray(). It's fully …
4:06 PM Ticket #965 (ListViewItem not responding to SetOnEvent) updated by andybiochem
Just discovered here that the problem is due to GUICtrlCreateListViewItem not returning a control ID upon creation. If the control creation fails, so be it, but the ListViewItem IS actually created in this case, and appears in the ListView control.
4:01 PM Ticket #963 (Incorrect Sound.au3 Help file entries) closed by J-Paul Mesnage
Fixed: Fixed with your help. Thanks
3:40 PM Ticket #965 (ListViewItem not responding to SetOnEvent) created by andybiochem
If the number of delimited items in the "text" of a ListViewItem is …
8:37 AM Ticket #955 (Worm WIN32/SillyAutoRun.AYD detected in EXE file) updated by anonymous
Hello, I don't understand your answer. In short after taking my information from Computer Associates (eTrust - Antivirus), the exe file is clean. An updated anti-virus is necessary. Have a nice day. See you.
6:27 AM Ticket #962 (SQLite - update it to latest version) updated by J-Paul Mesnage
I take care of any version coming out sqlite.org now we are at 3.6.14.1

May 18, 2009:

3:11 PM Ticket #962 (SQLite - update it to latest version) updated by Zedna
OK thanks for info JP. I'm not demanding on this. I just created this ticket because I wanted to have latest SQLite included in next beta/release (to developers not forget about it). :-)
6:56 AM Ticket #964 (_ArrayCombinations() not returning expected results.) closed by J-Paul Mesnage
No Bug: From mathematical stand point there is no bug. there must be 10!/(2! * (10-2)!) = 45 entries. Thoses entries does not have "order" neither "duplicate"
1:22 AM Ticket #964 (_ArrayCombinations() not returning expected results.) created by GEOSoft
This function skips a large amount of the combinations, because it …

May 17, 2009:

5:41 PM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) updated by Valik
Replying to anonymous: > Even AutoIt stores some information in this location "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\AutoIt v3\AutoIt" stored under the 32bit nod (Wow6432Node) though since it is a 32bit app. This is not true. AutoIt stores all it's information in HKCU. The information you see in HKLM is added by the installer which was likely run with elevated rights which means it had full write access to HKLM.
4:52 PM Ticket #951 (_ArrayDisplay - $iLVIAddUDFThreshold: 4000 ==> 65000) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.0
4:49 PM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) updated by anonymous
Replying to Jpm: > I can't create under HKLM under Vista 32 or 64 bit. Seems some changes from MS to protect the registry as HKLM\SOFTWARE Actually that sounds like a bug as well then considering that most apps store setting under HKLM\Software for global use by all users. I would be surprised that AutoIt would not be able to do the same since most apps read/write to this location. Even AutoIt stores some information in this location "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\AutoIt v3\AutoIt" stored under the 32bit nod (Wow6432Node) though since it is a 32bit app. I will do more research on this later today when I should have access to a Vista64 and or a Windows7 64 system. Thanks
1:56 PM Ticket #963 (Incorrect Sound.au3 Help file entries) updated by J-Paul Mesnage
Owner, Status changed
10:31 AM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) updated by J-Paul Mesnage
I can't create under HKLM under Vista 32 or 64 bit. Seems some changes from MS to protect the registry as HKLM\SOFTWARE
9:43 AM Ticket #963 (Incorrect Sound.au3 Help file entries) created by Melba23
This thread …
9:00 AM Ticket #962 (SQLite - update it to latest version) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
8:44 AM Ticket #957 (Assert keyword or function) closed by J-Paul Mesnage
Completed: Added in version: 3.3.1.0
7:05 AM Ticket #962 (SQLite - update it to latest version) closed by J-Paul Mesnage
Completed: Be patient it is done already just waiting beta/release delivery …

May 16, 2009:

9:00 PM Ticket #962 (SQLite - update it to latest version) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:12 PM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) updated by anonymous
Replying to Jpm: > I am surprised that you can create a key under HKLM. > I can't under the standard Vista which have a similar code as 2003 Server 64-bit > I change HKLM to HKCU and everything is fine under Vista 64-Bit Strange I tried what you suggested and it does work under HKCU. Interesting that we can create keys under HKLM and not be able to delete them when they contain subkeys. You can however delete value names or a key that does not contain subkeys under HKLM. Thanks
7:46 PM Ticket #962 (SQLite - update it to latest version) updated by Zedna
2009-May-07 - Version 3.6.14 SQLite version 3.6.14 provides new performance enhancements in the btree and pager layers and in the query optimizer. Certain workloads can be as much as twice as fast as the previous release, though 10% faster is a more typical result.
7:45 PM Ticket #962 (SQLite - update it to latest version) updated by Zedna
[…]
7:21 PM Ticket #962 (SQLite - update it to latest version) created by Zedna
SQLite is in 3.6.7 version in AutoIt 3.3.0 According to …
5:26 PM Ticket #921 (AutoIt is retrieving wrong values from Data Base (AS400 Data Base)) closed by J-Paul Mesnage
Wont Fix: I close it as I can't reproduce. Please reopen with something we can reproduce in our tests.
5:17 PM Ticket #952 (_ArrayDisplay - add new optional parameter for column header text) closed by J-Paul Mesnage
Completed: Added in version: 3.3.1.0
4:58 PM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) closed by J-Paul Mesnage
Works For Me: I am surprised that you can create a key under HKLM. I can't under the standard Vista which have a similar code as 2003 Server 64-bit I change HKLM to HKCU and everything is fine under Vista 64-Bit
7:11 AM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) created by Starboy
This issue only happens when using a 32bit exe on a 64bit OS. Trying …

May 15, 2009:

11:30 PM Ticket #960 (AutoIT v3 Windows info and AutoIT API having problem with handler in ...) closed by Valik
Rejected: You seem incredibly confused. I think you need to be posting on the forum to sort out whatever issue it is you have.
10:52 PM Ticket #958 (_ArrayDisplay - bad centering of window after adjust its width) closed by Gary
Fixed: Fixed in version: 3.3.1.0
9:06 PM Ticket #960 (AutoIT v3 Windows info and AutoIT API having problem with handler in ...) created by maxistedeams@…
Hi, I did not take time to look all the error bug, but this one is …
6:25 PM Ticket #959 (GUICtrlGetState doesn't work for listview with enable flag) closed by Valik
No Bug: Read the documentation, please.
5:50 PM Ticket #959 (GUICtrlGetState doesn't work for listview with enable flag) created by benm@…
Hi All, It seems that GUICtrlGetState doesn't work with a listview. …
4:54 PM Ticket #958 (_ArrayDisplay - bad centering of window after adjust its width) updated by Zedna
There is also typo in comment ; ajust window width ; adjust window width
4:52 PM Ticket #958 (_ArrayDisplay - bad centering of window after adjust its width) created by Zedna
Inside this function there is code for adjusting width of window …
12:21 AM Ticket #956 (SQLite include couldn't be handled by Obfuscator /striponly) updated by Zedna
Replying to Jos: > I am working on a new version which will contain an update of SciTE 1.78. > Also the support for ANSI will be removed as its done in AutoIt3. > This need coding time and testing so will release it when I am done. > > Jos :) OK. Thanks for info.

May 14, 2009:

10:58 PM Ticket #956 (SQLite include couldn't be handled by Obfuscator /striponly) closed by Jos
No Bug: I am working on a new version which will contain an update of SciTE 1.78. Also the support for ANSI will be removed as its done in AutoIt3. This need coding time and testing so will release it when I am done. Jos :)
9:42 PM Ticket #957 (Assert keyword or function) updated by Valik
Doesn't a function like this accomplish what you want? […] Note, $MB_ERROR is: […]
9:32 PM Ticket #956 (SQLite include couldn't be handled by Obfuscator /striponly) updated by Zedna
I tried latest beta version of Obfuscator and it really works fine. It doesn't invoke errors but of course functions from SQLite.dll.au3 are not included because they are called by Call() from SQLite.au3. Thanks Jos for tip and sorry for bothering you. Please close topic as no bug. One ask for the end: Can you please release new Scite4AutoIt3 with all latest tools like Koda,Tidy,Obfuscator,AutoIt3Wrapper,...? Thanks Jos
9:00 PM Ticket #957 (Assert keyword or function) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:41 PM Ticket #957 (Assert keyword or function) created by Nutster
Could we add an Assert keyword of function that would break execution …
8:33 PM Ticket #956 (SQLite include couldn't be handled by Obfuscator /striponly) updated by Zedna
>Did you try the current Bate version available for Obfuscator? No, sorry Jos, I will try.
8:33 PM Ticket #948 (_GUICtrlTreeView_SetFocused) updated by Tlem
I submitted the question on the forum with more explication, but no response ... I consider the problem as not resolute because I'm not in confusion between selected and focused.
3:19 PM Ticket #956 (SQLite include couldn't be handled by Obfuscator /striponly) updated by Jos
Pretty sure I fixed this not to long ago. Did you try the current Bate version available for Obfuscator? Jos
10:18 AM Ticket #956 (SQLite include couldn't be handled by Obfuscator /striponly) created by Zedna
When I include SQLite in my script and try to do striponly by …
8:40 AM Ticket #955 (Worm WIN32/SillyAutoRun.AYD detected in EXE file) closed by Valik
No Bug: I don't feel like giving you a civilized answer. Maybe somebody else will. Or maybe you'll figure out on your own what you need to do.
8:36 AM RestoreAndCured.jpg attached to Ticket #955 by b.berlemont@…
Result after a restore and cure
8:33 AM Worm.jpg attached to Ticket #955 by b.berlemont@…
Print screen of eTruts Antivirus
8:29 AM Ticket #955 (Worm WIN32/SillyAutoRun.AYD detected in EXE file) created by b.berlemont@…
Hi all, I'm using the AutoIt version 3.3 and I have created an Exe …
1:12 AM Ticket #954 (WinWaitActive("I/M Period End Processing",5) stalls autoit) updated by Valik
Description changed
1:11 AM Ticket #954 (WinWaitActive("I/M Period End Processing",5) stalls autoit) closed by Valik
No Bug: Or, you could be calling the function wrong. Should have been posted in the support forum first. It's a very simple and obvious error on your part.
12:59 AM Ticket #954 (WinWaitActive("I/M Period End Processing",5) stalls autoit) created by anonymous
[…] Autoit appears to be waiting indefinitely for the listed …

May 13, 2009:

6:25 PM Ticket #953 (New Function request – WinServiceStop and WinServiceStart) closed by Valik
Rejected: There are plenty of people who have written UDF's to do this. It does not need to be built in. A well written Services-related UDF library would be accepted but it would have to be written by someone other than us.
6:00 PM Ticket #953 (New Function request – WinServiceStop and WinServiceStart) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:56 PM Ticket #953 (New Function request – WinServiceStop and WinServiceStart) created by Madmikep
Just a small request to have two new functions added to AutoIt. One to …
3:00 PM Ticket #952 (_ArrayDisplay - add new optional parameter for column header text) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:22 PM Ticket #952 (_ArrayDisplay - add new optional parameter for column header text) updated by Zedna
Sorry I forgot to sign my name in this ticket :-(
12:21 PM Ticket #952 (_ArrayDisplay - add new optional parameter for column header text) created by anonymous
_ArrayDisplay() - add new last optional parameter $sHeader for column …
12:10 PM Ticket #951 (_ArrayDisplay - $iLVIAddUDFThreshold: 4000 ==> 65000) created by Zedna
ListView items limit has been increased from 4000 to 65000 since …
4:17 AM Ticket #899 (Change default "Open" verb for ShellExecute to allow support for all ...) closed by Valik
Completed: Changed in version: 3.3.1.0
Note: See TracTimeline for information about the timeline view.