Timeline



Nov 1, 2008:

9:43 PM Ticket #656 (_FileCountLines and AutoIt v3.2.13.9 (Beta) - wrong return on one line) closed by Gary
Fixed: Fixed in version: 3.2.13.10
9:25 PM Ticket #656 (_FileCountLines and AutoIt v3.2.13.9 (Beta) - wrong return on one line) created by maraaa
When only one line is present in file, _FileCountLines will return 0 …
4:00 PM Ticket #655 (Suggestion: DllCall for pointers) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
3:34 PM Ticket #654 (Listview subentry request) closed by Valik
Rejected: You can do that via code yourself. Otherwise, this is definitely not going to happen, there's enough non-standard crap about our controls as-is without adding support for "TreeListView" functionality.
3:31 PM Ticket #655 (Suggestion: DllCall for pointers) closed by Valik
Rejected: I'm astounded, truly. Did you even bother to think about how DllCall() might work for even a moment? Clearly not. There is no reason to call a function by pointer because as your code demonstrates in order to get a pointer you have to call LoadLibrary() and GetProcAddress() which is what DllCall() does already.
2:25 PM Ticket #655 (Suggestion: DllCall for pointers) created by anonymous
What about calling functions with their pointer? Now we can create …
2:00 PM Ticket #654 (Listview subentry request) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
1:00 PM Ticket #654 (Listview subentry request) created by Armand
Listview subentry request I think the list-view control can even be …
7:13 AM Ticket #651 (FileFindFirstFile FileFindNextFile _FileListToArray not support ...) updated by J-Paul Mesnage
If you really run 3.2.13.9 you run the UNICODE Version. But as you debug you could have documented : the $sPath and $sFilter value used by FileFindFirstFile, the @error code you get after the FileFindNextFile You can imagine we are not able to run the Chinese Windows version to reproduce
12:06 AM Ticket #653 (_WinAPI_GetModuleHandle) closed by Valik
No Bug: I have no idea what you are talking about. I see nothing strange about the example and since you've done a terrible job actually attempting to report the bug I'm closing this.

Oct 31, 2008:

11:46 PM Ticket #653 (_WinAPI_GetModuleHandle) updated by anonymous
Replying to anonymous: > Example for _WinAPI_GetModuleHandle: (_WinAPI_SetWindowsHookEx) If I type "a" or "A": there is no difference. I always receive an "A"
11:38 PM Ticket #653 (_WinAPI_GetModuleHandle) created by anonymous
Example for _WinAPI_GetModuleHandle: (_WinAPI_SetWindowsHookEx) When I …
4:48 PM Ticket #652 (_FileListToArray() does not returnarray if no file s found) closed by Valik
No Bug: Assuming you are writing correct code, then the fact that it doesn't return an array on error is a non-issue. In fact proper code doesn't even have to check @error. Proper code would resemble: […]
4:04 PM Ticket #651 (FileFindFirstFile FileFindNextFile _FileListToArray not support ...) updated by Valik
Yeah, I don't really think we're going to be sending out the source code to our program. So, with that in mind, how can this issue be reproduced? Unless you're running AutoIt3A.exe (The ANSI version) by mistake, I don't see why it wouldn't work correctly because all the code is UNICODE.
3:51 PM Ticket #652 (_FileListToArray() does not returnarray if no file s found) created by RickJ
if _FileListToArray() doesn't find any files it does not return an …
3:33 PM Ticket #651 (FileFindFirstFile FileFindNextFile _FileListToArray not support ...) created by RobinHoo
Once ran the the script under Chinese Windows XP SP3, found the …
3:58 AM Ticket #646 (Call statement -- setting of @error) closed by Valik
Fixed: Fixed in version: 3.2.13.10
3:40 AM Ticket #646 (Call statement -- setting of @error) reopened by Valik
I'm re-opening this. Here's what I'm going to do. I'm going to modify Call() so that when it fails it sets @error to 0xDEAD and @extended to 0xBEEF. Call() needs to be able to signal it didn't find the function but the called function also needs to be able to set @error and @extended as well. So I'm going to have Call() set @error to a value that is unlikely to be used (or at least less commonly used than 1). Also @extended will be set as well. The likelihood of both @error and @extended being set by a called function to the values I mention above is very low. Code should be written like this to test for failure: […]

Oct 30, 2008:

10:05 PM Ticket #650 (Required BorderConstants.au3 not provided for _WinAPI_DrawEdge()) closed by Gary
Fixed: Fixed in version: 3.2.13.10
10:04 PM Ticket #645 (IniDelete 3rd param doesn't accept Default keyword) updated by Valik
Version, Type changed
There. It's a feature request now.
9:48 PM Ticket #645 (IniDelete 3rd param doesn't accept Default keyword) updated by J-Paul Mesnage
Replying to Valik: > Replying to Jpm: > > Perhaps after Valik rewrite this can change. > > Or I could just change it now since supporting the Default keyword has nothing to do with the INI implementation. > so it is an improvement not a bug the closing of the bug was I think the rigth thing before deciding to improve as you suggest
7:30 PM Ticket #107 (DllStructGetField) closed by Valik
Rejected: I think I finally understand what's being requested and it only sounds useful for debugging. Also I can think of solutions which just parse the DllStructCreate() string to generate the necessary information.
7:28 PM Ticket #268 (SoundSet()/SoundGet()) closed by Valik
Rejected: If anybody is interested in this they need to actually submit some UDF's and documentation along with it.
7:24 PM Ticket #266 (GUICtrlCreateStatusBar - as native AutoIt control) closed by Valik
Rejected: It's possible to do with the UDF's, no real need to make it built-in as well.
7:24 PM Ticket #265 (GUICtrlCreateToolBar - as native AutoIt control) closed by Valik
Rejected: It's possible to do with the UDF's, no real need to make it built-in as well.
7:23 PM Ticket #120 (StringSplit limit parameter) closed by Valik
Rejected: I sort of agree with JP. If this is still important to anybody then somebody should take the appropriate steps to submit a _StringExplode() function.
7:21 PM Ticket #264 (Debug mode) closed by Valik
Rejected
7:17 PM Ticket #407 (Document For...In is read-only for AutoIt arrays) closed by Valik
Completed: Added in version: 3.2.13.10
6:55 PM Ticket #592 (a collection of prime based or prime related math functions) closed by Valik
Rejected: These functions don't seem to be useful on a general scale.
6:54 PM Ticket #618 (_WinAPI_OpenProcess documentation needs updating) closed by Valik
Rejected: If we tried to document every (or even just the most useful) flags for every API function then the documentation would quickly balloon.
6:52 PM Ticket #624 (FileCopy() - need better error return, and maybe protect existing dest file) closed by Valik
Rejected: If you are not satisfied with the behavior of FileCopy(), then wrap the built-in function with your own function that has the other functionality you desire. As for your second point, JP is right. The destination must be deleted before the copy can take place and that only happens if you specify a flag.
5:55 PM Ticket #642 (Beta helpfile not opening correctly) updated by Valik
I really don't know what JP was thinking but this isn't that hard to do. It's not as straight-forward as I thought because of the merged helpfile. The problem is you can't open a topic in a slave.chm (AutoIt3.chm) via the master.chm (AutoIt.chm). For example, this doesn't work, you'll just get an error page: […] However, the work-around is pretty simple. In the master.chm (AutoIt.chm) you create an alias to the slave.chm (AutoIt3.chm) topic: […] Then you create a map ID for the alias: […] Now you can use the -mapid command line argument of hh.exe to open the master (AutoIt.chm) and still go to a page in the slave.chm (AutoIt3.chm): […] I'm posting this here because it's no big secret. I easily found out how to do it by searching the web. It may be useful to others if they use or are thinking about using merged helpfiles.
5:47 PM Ticket #642 (Beta helpfile not opening correctly) closed by Valik
Fixed: Fixed in version: 3.2.13.10
5:13 PM Ticket #650 (Required BorderConstants.au3 not provided for _WinAPI_DrawEdge()) updated by PsaltyDS
This came from \/\/\/\/\/\/.autoitscript.com/forum/index.php?showtopic=83535 Putting an actual link in the original post was detected as spam?
5:09 PM Ticket #650 (Required BorderConstants.au3 not provided for _WinAPI_DrawEdge()) created by PsaltyDS
WinAPI.au3 UDF function _WinAPI_DrawEdge() calls for …
4:48 PM Ticket #645 (IniDelete 3rd param doesn't accept Default keyword) updated by Valik
Owner, Status changed
4:48 PM Ticket #645 (IniDelete 3rd param doesn't accept Default keyword) reopened by Valik
Replying to Jpm: > Perhaps after Valik rewrite this can change. Or I could just change it now since supporting the Default keyword has nothing to do with the INI implementation.
4:30 PM Ticket #647 (Compiler Parsing) closed by J-Paul Mesnage
No Bug: […] Execute produce the same value. So the problem is not related to Execute. Back to the question Autoit works as parenthesis $A + (+(+(+(- 1)))) so the result is correct whatever you are surprised of the behavior as I am. You can find other case as Autoit works as in Polish notation (Jon say it is OK)
4:09 PM Ticket #645 (IniDelete 3rd param doesn't accept Default keyword) updated by J-Paul Mesnage
as stated in "Default keyword" doc When used as a parameter passing the behavior is specify in the corresponding AutoIt doc function sorry for these bad display
4:07 PM Ticket #645 (IniDelete 3rd param doesn't accept Default keyword) closed by J-Paul Mesnage
No Bug: as stated in "Default keyword" doc […] so Default is not in use in this function so it converted to "Default" so the IniDelete is just erasing something which does not exist and return 1 as after completion the .ini does not anymore such key !!! Perhaps after Valik rewrite this can change.
4:00 PM Ticket #646 (Call statement -- setting of @error) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
3:27 PM Ticket #646 (Call statement -- setting of @error) updated by J-Paul Mesnage
Component changed
3:24 PM Ticket #646 (Call statement -- setting of @error) closed by J-Paul Mesnage
Fixed: doc updatre as @error can be returned now.
3:22 PM Ticket #648 (Ping doc alteration due to the server change) updated by J-Paul Mesnage
Fixed in version: 3.2.13.10
3:12 PM Ticket #648 (Ping doc alteration due to the server change) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.10
6:33 AM Ticket #605 (_InetSmtpMail sets wrong Date) closed by J-Paul Mesnage
No Bug: Thanks
3:11 AM Ticket #284 (help file error) updated by Valik
Milestone changed
Fixing wrong milestone.
3:11 AM Ticket #261 (Small type in Macro Reference - Directory) updated by Valik
Milestone changed
Fixing wrong milestone.
3:10 AM Ticket #260 (_ArrayToString, Return Value, Success: 1) updated by Valik
Milestone changed
Fixing wrong milestone.
3:10 AM Ticket #259 (_ArraySort UDF not returning 1 on succes,) updated by Valik
Milestone changed
Fixing wrong milestone.
3:09 AM Ticket #256 (Multiple windows and tab controls) updated by Valik
Milestone changed
Fixing wrong milestone.
3:09 AM Ticket #255 (Random() bug) updated by Valik
Milestone changed
Fixing wrong milestone.
3:08 AM Ticket #254 (GUIGetCursorInfo does not return the correct primary/secondary down info) updated by Valik
Milestone changed
Fixing wrong milestone.
3:08 AM Ticket #252 (Control focus changing when window loses/regains focus) updated by Valik
Milestone changed
Fixing wrong milestone.
3:07 AM Ticket #251 (GUIRegisterMsg return bug regression) updated by Valik
Milestone changed
Fixing wrong milestone.
3:06 AM Ticket #249 (_WinAPI_UpdateLayeredWindow() - missing error checking) updated by Valik
Milestone changed
Fixing wrong milestone.
3:05 AM Ticket #649 (GDI+ After ALT-TAB image Disapers (Zoom.au3 and others)) closed by Gary
Rejected: The examples are short and sweet. Up to the user to repaint the gui if needed.
2:58 AM Ticket #647 (Compiler Parsing) updated by Rob Saunders <therks@…>
Interesting, you can have as many mixed up + and - as you want, but throw one * or / in there and it errors.
2:42 AM Ticket #15 (Rewrite INI functionality to remove limitations.) updated by Valik
Severity, Description changed
2:39 AM Ticket #644 (Can IniRead set @error for file/section/key not exist?) updated by Valik
Replying to Rob Saunders <therks@…>: > Is the original API call "GetPrivateProfileString"? I'm just reading about it now. It is. > An extra question though, didn't you (Valik) say once that you wanted to rewrite the Ini functions from scratch to deal with some issues they had? See #15. > If you ever do get the time or inclination to do that, do you think having @error reporting like this would make it in there? I do not know.
2:34 AM Ticket #646 (Call statement -- setting of @error) updated by Rob Saunders <therks@…>
Nah, just make new macros @callerror and @callextended. ;) As if those wouldn't get misused near instantly…
2:29 AM Ticket #644 (Can IniRead set @error for file/section/key not exist?) updated by Rob Saunders <therks@…>
Oh I didn't realize the default value was a part of the API call. I thought that was something added to the IniRead function by you guys. Is the original API call "GetPrivateProfileString"? I'm just reading about it now. And about testing if the key value existed, I was doing something like that, but I did a double check with random numbers. (Set random number, use that for default, if equal, set another random and do it again). An extra question though, didn't you (Valik) say once that you wanted to rewrite the Ini functions from scratch to deal with some issues they had? If you ever do get the time or inclination to do that, do you think having @error reporting like this would make it in there?
12:04 AM Ticket #649 (GDI+ After ALT-TAB image Disapers (Zoom.au3 and others)) created by ronaldocouto@…
Run example program Zoom.au3 and press ALT-TAB, the image will …

Oct 29, 2008:

5:09 PM Ticket #648 (Ping doc alteration due to the server change) updated by Valik
I don't really think we should mention any specific address at all. We should just say it supports a host name or IP address. If the user is trying to use Ping() and doesn't know what those two terms mean then they probably shouldn't be using Ping() to begin with.
5:03 PM Ticket #646 (Call statement -- setting of @error) updated by Valik
Replying to pdaughe: > In previous AutoIt releases, Which release? > I wasn't sure what to put under severity, but for me, this is a significant issue. Everybody's issue is always severe to them otherwise they wouldn't bother reporting it (for the most part). You did right in not setting it and it would be futile to set it anyway as there is a script that will unset it. I'm not sure what's right here. I clearly did not think about or have no memory of my thoughts on called functions setting @error and @extended and whether or not that should be available after Call(). I'm not sure how I feel about that. On the one hand, Call() does need some way to indicate failure. On the other hand it makes sense that the @error and @extended values will propagate up just like the return value is returned. However, the other argument is, if you know the function you will use Call() on is going to set @error then chances are you know what function is going to be called in the first place and could presumably not use Call() altogether. But then the other side of that is, you may know from a finite list which function will be called and know that all of them obey the same conventions as far as setting @error. What I'm trying to say is, I don't know what to do. The only thing I can think of is to set @error to an arbitrary number and @extended to an arbitrary number on failure so that you would do something like: […] This would allow both Call() to report errors and the called function itself to report. The chances of the called function setting both @error and @extended to the magic (documented) values is low enough to be viable. It is certainly unprecedented but it does solve all the issues even if it has to do so in an inconsistent way.
4:53 PM Ticket #648 (Ping doc alteration due to the server change) created by GEOSoft
The Ping documentation will need to be changed from 178.50.76.4 to …
4:46 PM Ticket #647 (Compiler Parsing) created by pdaughe
The following presents a problem particularly when using the Execute …
4:13 PM Ticket #646 (Call statement -- setting of @error) created by pdaughe
Following execution of the Call statement, @error may be set by the …
3:03 PM Ticket #644 (Can IniRead set @error for file/section/key not exist?) closed by Valik
Rejected: Nope. We would have to write code to handle each of those situations because the API does not provide any information about why the default string is being used. However, for 1 and 3 it's simple for you to write a wrapper function in AutoIt. Something like this is a start: […] Probably the best way to handle the section names thing is just use IniReadSectionNames() and search the results array for the section name. No matter what, though, performance will suffer in testing for the section to exist.
1:39 PM Ticket #605 (_InetSmtpMail sets wrong Date) updated by anonymous
No, i can't use your smtp. I receive client host rejected. But i found out, that if i do not set "Mime-Version: 1.0", "Date: " and "Content-Type: text/plain; charset=US-ASCII" (just delete it) in $s_Send[4] in Function _INetSmtpMail the timestamp is correctly shown and set. As i talk to our notes administrators, it seemed to be really a Lotus Notes Problem by interpreting date/time information as it is set by autoit (DD.MM.YYYY UTC +0200). The notes administrators told me, that notes does not interprete this form, only DD.MM.YYYY UTC Timezone -> e.g. CEST. Regards Stefan
12:21 PM Ticket #645 (IniDelete 3rd param doesn't accept Default keyword) created by Rob Saunders <therks@…>
I was trying to write a wrapper for IniDelete and found I had to …
12:12 PM Ticket #644 (Can IniRead set @error for file/section/key not exist?) created by Rob Saunders <therks@…>
Is there any chance we could have IniRead set @error (or even …

Oct 28, 2008:

7:55 PM Ticket #642 (Beta helpfile not opening correctly) updated by J-Paul Mesnage
the correction will increase by 800K the setup file for very few improvement. I suggest we stay as is.
6:17 PM Ticket #643 (whole array operations) updated by khimik
Dear Valik: _WinAPI_ReadFile is only ca. 30% slower than FileRead. If you read float data in binary format written in little endian mode, you need to BitShift, and then it is faster to use _WinAPI_ReadFile.
4:06 PM Ticket #643 (whole array operations) closed by Valik
Rejected: Why are you using UDF's to read/write the files? Why not use the built-in functions which should be much faster? Anyway, not likely to happen.
10:00 AM Ticket #643 (whole array operations) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:30 AM Ticket #643 (whole array operations) created by khimik
I wrote an AutoIt script which reads a binary file (about 16000 data …
4:15 AM Ticket #642 (Beta helpfile not opening correctly) updated by Valik
This technically isn't a bug, just not expected. The helpfile is actually 3 separate files. Two files contain the bulk of the information, one for AutoIt, one for UDF's. The third file is "merged" and really just loads up the other two. What's happening here is that AutoIt3.chm is being loaded instead of the merged file AutoIt.chm. Not really a bug, just something unexpected. Also something that should be easy to correct.

Oct 27, 2008:

8:00 PM autoit_error.JPG attached to Ticket #642 by Volly
jpg showing helpfile problem
7:59 PM Ticket #642 (Beta helpfile not opening correctly) created by Volly
Process to reproduce issue: 1. Run beta installer 2. You will be asked …

Oct 26, 2008:

5:35 PM Ticket #596 (String<From/To>ASCIIArray() functions) updated by Valik
Description changed
5:19 PM Ticket #596 (String<From/To>ASCIIArray() functions) updated by Valik
Description changed
5:08 PM Ticket #634 (Increased activtity on mouse move) closed by Valik
No Bug: When the mouse is moved (and the GUI is active) the $GUI_EVENT_MOUSEMOVE message is posted. Every time a message is received you update the GUI with GUICtrlSetData(). Since moving the mouse generates a lot of messages you end up calling GUICtrlSetData() a lot which burns up a lot of CPU cycles. This is not a bug in AutoIt.
4:58 PM Ticket #641 (ToolTip text is not wrapped) closed by Valik
Wont Fix: This needs fixed in the SciTE core. We try not to deviate too much from the official SciTE version with our version.
7:40 AM AutoIt.jpg attached to Ticket #641 by anonymous
7:40 AM Ticket #641 (ToolTip text is not wrapped) created by nick_white
When writing a function with parameters, a ToolTip appears with a …
1:29 AM Ticket #640 (Some escape sequences from Help not supported?) updated by amel27
Thanks :>

Oct 25, 2008:

5:23 PM Ticket #640 (Some escape sequences from Help not supported?) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.10
5:21 PM Ticket #640 (Some escape sequences from Help not supported?) updated by Valik
In the future, summarize and demonstrate the issue in your ticket. If we wanted to use the forum for bug tracking we would still be using the forum for bug tracking.
10:55 AM Ticket #640 (Some escape sequences from Help not supported?) updated by amel27
...RegExp escape sequences :>
10:46 AM Ticket #640 (Some escape sequences from Help not supported?) created by amel27
\U,\u,\L,\l escape sequences from Help not worked This ticket …

Oct 24, 2008:

5:04 PM Ticket #639 (_IECreate - $f_takeFocus (bad description in doc)) closed by Valik
Duplicate: Disappointing, Zedna. Closing as duplicate of #434 and #558.
5:01 PM Ticket #638 (StdoutRead function returns null character mid string in default text mode) closed by Valik
No Bug: Stop creating tickets for support requests. Just because the behavior has changed and doesn't work like it used to doesn't mean AutoIt is bugged. Stop wasting my time creating these stupid tickets already. Since the program is outputting non-string data, read it as binary data and convert it to a string. Not very hard to figure that out on your own if you'd take some time to think about the problem instead of rushing to create a ticket every day.
12:21 PM Ticket #639 (_IECreate - $f_takeFocus (bad description in doc)) created by Zedna
_IECreate - $f_takeFocus […] For both 0/1 it tells the same: …
11:22 AM Ticket #638 (StdoutRead function returns null character mid string in default text mode) created by fill_hard@…
I updated to the latest Public (3.2.12.1) and found my script no …
10:17 AM Ticket #623 (_GUICtrlListBox_FindString - returns 0 on error, and doesn't set ...) closed by Gary
Works For Me

Oct 23, 2008:

4:58 PM Ticket #637 (StdoutRead function seems to now miss data on public and beta releases) closed by Valik
No Bug: Why you felt the need to create an entirely new ticket is beyond me. This is the SECOND time you've created a ticket for a support question. This time I'm not answering this one here. Ask on the forum and in the future make damn sure you actually have a bug to report before you create a ticket.
12:56 PM Ticket #637 (StdoutRead function seems to now miss data on public and beta releases) updated by J-Paul Mesnage
ReRead the updated doc some change have been made. Valik can tell more about the difference.
10:37 AM Ticket #637 (StdoutRead function seems to now miss data on public and beta releases) created by fill_hard@…
I updated to the latest Public (3.2.12.1) and found my script no …

Oct 22, 2008:

5:48 PM Ticket #636 (StdoutRead function seems to now miss data on public and beta releases) closed by Valik
No Bug: You exit the loop before you append the last line. The loop should be: […] Or even better: […]
11:33 AM Ticket #636 (StdoutRead function seems to now miss data on public and beta releases) created by fill_hard@…
I updated to the latest Public (3.2.12.1) and found my script no …

Oct 21, 2008:

9:48 PM Ticket #635 (_GuiCtrlTab_ClickTab() docs list unused $fPopupScan parameter) closed by Gary
Fixed: Fixed in version: 3.2.13.10
4:48 PM Ticket #625 (Page faults caused by Sleep) closed by Valik
No Bug: Then you haven't found a bug. It's not unexpected that complicated code generates page faults and it doesn't mean there is an issue.
2:44 PM Ticket #635 (_GuiCtrlTab_ClickTab() docs list unused $fPopupScan parameter) created by PsaltyDS
The 3.2.13.9 help file, and the header for _GuiCtrlTab_ClickTab() …
2:33 PM Ticket #625 (Page faults caused by Sleep) updated by JRSmile
ok, i investigated further and it seems that im wrong, it was not sleep, i think it was any execute function in autoit, (tested all). Attached you will find my short example, just press pause to toggle page fault generation, which can easily be seen in taskman.exe :-) […]
12:50 AM Ticket #634 (Increased activtity on mouse move) created by scottrade@…
There is a increased activity when you move your mouse. The mouse …

Oct 20, 2008:

11:41 PM Ticket #45 (Resizing GUI after _GUICtrlStatusBar_EmbedControl (Marquee Progress bar)) updated by anonymous
@Gary, I don't about your machine, but the code you posted didn't fix anything, I don't even have to resize the control, it crashes immediately for me. I commented out that part and left the in the smooth progress bar and it doesn't display. I am running Windows XP Professional SP2. […]
11:38 PM Ticket #599 (_FileListToArray costs O(N^2) instead of O(NlogN)) closed by J-Paul Mesnage
Completed
11:38 PM Ticket #599 (_FileListToArray costs O(N^2) instead of O(NlogN)) reopened by J-Paul Mesnage
11:28 PM Ticket #599 (_FileListToArray costs O(N^2) instead of O(NlogN)) closed by J-Paul Mesnage
Fixed
11:06 PM Ticket #623 (_GUICtrlListBox_FindString - returns 0 on error, and doesn't set ...) updated by Armand
Bah... i can place my script source code in here... but i don't have time to look it up exactly to produce a 'short re-producer' script... will that help?! yet again... if you are sure it's all oky, then i must be wrong somewhere…
9:20 PM Ticket #621 (_StringAddThousandsSep don't work with negative number) closed by Gary
Fixed: Fixed in version: 3.2.13.10
7:24 PM Ticket #630 (DriveMapAdd doesn't work on Vista With Use of #RequireAdmin.) updated by Tlem
Thank you very much for your explications. I appreciate this attention. ;)
4:51 PM Ticket #628 (GUICtrlRead($id, 1) on control context menu returns -1 unless main ...) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.10
4:30 PM Ticket #633 (ComboBox doesn't open list of entries at Win2k, XP is working ok) closed by Valik
No Bug: Maybe try reading the documentation for GUICtrlCreateCombo() next time?
4:27 PM Ticket #625 (Page faults caused by Sleep) updated by Valik
Replying to JRSmile: > Hope this is enough to investigate. It's not. You might as well post a picture of a dog for as helpful as that is. First of all, there's nothing there that demonstrates it might actually be Sleep() and not something else since all the Sleep() statements are surrounded by other pieces of code. Second, the code isn't even runnable since most of the files are missing. See, here's how bug reporting works. 1. You find an issue. 2. You show us how to reproduce the issue. 3. We resolve the issue (fixing a bug or determining the behavior isn't a bug, et cetera). You're skipping #2.
4:20 PM Ticket #633 (ComboBox doesn't open list of entries at Win2k, XP is working ok) created by jdoering@…
In Win2k if you click on the "down" arrow besides the combo box to …
3:05 PM Ticket #625 (Page faults caused by Sleep) updated by JRSmile
i will just add the code here :-) […] thats all, what is strange that i don't get as much pagefaults one divverent systems then the production environment its a vmware image running on esx, my testing environment is a centrino Notebook. Hope this is enough to investigate.
6:30 AM Ticket #628 (GUICtrlRead($id, 1) on control context menu returns -1 unless main ...) updated by J-Paul Mesnage
Summary changed
12:25 AM Ticket #630 (DriveMapAdd doesn't work on Vista With Use of #RequireAdmin.) closed by Valik
No Bug: You mounted the drive with elevated rights which means programs without elevated rights can't see it. Your normal Explorer window running non-elevated can not see it. You must start a new instance of Explorer with elevated rights to see it. But there's another catch. With my system, I have to close out all existing Explorer windows to open an elevated instance of Explorer. Even though I'm manually requesting an elevated version, it seems to just defer to the non-elevated explorer.exe process. You must have all Explorer windows closed so that when you try to open an (elevated) Explorer window it spawns a new process that stays (and gets elevated). Once you have a properly elevated Explorer window you can see the drive. Without closing all the other windows first it just passes the request along to the currently running non-elevated instance of Explorer which isn't what you want to see. An easier alternative to confirm the drive is mounted is to run an elevated script to mount the drive like normal. Now start an elevated command interpreter (cmd.exe) and you'll see that the mounted drive is there and accessible. A non-elevated command interpreter cannot see the drive. This is not a bug - at least not in AutoIt. I can use an elevated Explorer to mount the drive using the built-in interface and that drive will not be visible to non-elevated programs.

Oct 19, 2008:

11:05 PM Ticket #630 (DriveMapAdd doesn't work on Vista With Use of #RequireAdmin.) created by Tlem
Sorry for the ticket 614 …
8:13 PM Ticket #626 (GUICtrlSetTip: Display as Balloon Tip doesn't work) closed by Valik
Works For Me: Are Balloon Tips disabled on your system? Works fine for me on XP and Vista and it should work with 2000 as well.
8:04 PM Ticket #614 (DriveMapAdd doesn't work on Vista.) closed by Valik
Works For Me: Works for me. Drive maps, return values are correct and I can see the drive in Explorer.
4:14 PM Ticket #629 (iniwrite / iniread doesn't work on file called "clock.ini") closed by Valik
No Bug: Not a bug.

Oct 18, 2008:

6:00 AM Ticket #629 (iniwrite / iniread doesn't work on file called "clock.ini") updated by TicketCleanup
Severity changed
Automatic ticket cleanup.
5:22 AM Ticket #629 (iniwrite / iniread doesn't work on file called "clock.ini") created by alucke@…
The code […] on first execution the message is "nix" on second …
2:57 AM Ticket #615 (License needs fixed) updated by Valik
Status, Severity changed
Yeah, actually it should have. New tickets can't have a severity set since it's likely that it's being set by a non-developer if the ticket status is "new". The ticket must be in basically any other state in order to have a severity set since that implies a developer changed the state. Usually it works fine... except when somebody (me) tries to create, assign and set the severity all in one action which doesn't work since even though the ticket is assigned it's still created as "new". Anyway, should be fixed now, thanks.
1:04 AM Ticket #628 (GUICtrlRead($id, 1) on control context menu returns -1 unless main ...) created by Rob Saunders <rob@…>
Sorry for the long summary, but I couldn't think of a better way to …
12:42 AM Ticket #615 (License needs fixed) updated by Rob Saunders <rob@…>
Not trying to step on any toes, but should the TicketCleanup have set the severity back down to None? I think someone might need to reset the severity unless Jon's already seen this.

Oct 17, 2008:

9:40 PM Ticket #623 (_GUICtrlListBox_FindString - returns 0 on error, and doesn't set ...) updated by Gary
List with items and List with no items if item not found I get a return of -1 as I should. Produce a short re-producer script. "crushes the script" what does that mean? I'll give a week before I close this as works for me.
9:36 PM Ticket #627 (Using a re-sizable GUI and _GUICtrlStatusBar_EmbedControl cause AutoIt ...) closed by Gary
No Bug: See Ticket #45
5:10 PM Ticket #625 (Page faults caused by Sleep) updated by Valik
Replying to JRSmile: > Hi there, > i noticed in a service that i have written that autoit generates massive page faults when there is a loop in the source code with a sleep more then 250 ms, Oh? This code does not produce page faults: […] > this is caused by windows moving the memory to the page file while the autoit script sleeps and moves it back when autoit gets awake. Atually, you have it backwards. A page fault occurs when a program tries to access a page of memory that is on disk. However, it also occurs for a few other reasons as well that don't involve the disk at all. > Would a developer have a look if this bad thing can be patched away in the autoit binary functions itself?. Not until you give me a simple script that reproduces the problem. > i use autoit often as service so it will run 24/7 for example in 48 hours it generates 101714852528 page faults, 10000 per second if it is NOT in the 50 second sleep loop. You need to explain this statement. Are there multiple different sleep statements? A really long one and then later a few short ones and then the long one is called again?
4:15 PM Ticket #627 (Using a re-sizable GUI and _GUICtrlStatusBar_EmbedControl cause AutoIt ...) created by anonymous
Creating a GUI interface that is re-sizable (BitOR($WS_MAXIMIZEBOX, …
3:35 PM Ticket #626 (GUICtrlSetTip: Display as Balloon Tip doesn't work) created by water
[…] doesn't work. IE5+ is required (according to GUICtrlSetTip …
1:21 PM page_faults.jpg attached to Ticket #625 by JRSmile
screenshot of the bad thing :-)
1:19 PM Ticket #625 (Page faults caused by Sleep) created by JRSmile
Hi there, i noticed in a service that i have written that autoit …
6:30 AM Ticket #624 (FileCopy() - need better error return, and maybe protect existing dest file) updated by J-Paul Mesnage
I don't understand your second point as you need to use flag=1 to overwrite an existing file.

Oct 16, 2008:

9:02 PM Ticket #568 (_INetSmtpMail(): Two features: 1.) email priority, 2.) possibility to ...) closed by Jos
Rejected
8:00 PM Ticket #624 (FileCopy() - need better error return, and maybe protect existing dest file) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:19 PM Ticket #624 (FileCopy() - need better error return, and maybe protect existing dest file) created by Arbie
After a bit of research on using FileCopy(), here are two suggestions: …
1:55 PM Ticket #617 (GDI+: corrected help file examples for six ImageGet functions) closed by Gary
Fixed: Fixed in version: 3.2.13.10
12:00 PM Ticket #623 (_GUICtrlListBox_FindString - returns 0 on error, and doesn't set ...) updated by TicketCleanup
Severity changed
Automatic ticket cleanup.
11:21 AM Ticket #623 (_GUICtrlListBox_FindString - returns 0 on error, and doesn't set ...) created by Armand
as i was saying, it returns 0 when search isn't found / when search is …

Oct 15, 2008:

10:08 PM Ticket #622 (_BlockInputExc) closed by Valik
Rejected: This is just a little piece of example code. It's a long way from what it needs to be in order to even be considered for inclusion. Come back again when you have a function with documentation.
10:00 PM Ticket #619 (_GuiCtrlListView_SetItemSelected Problem (confirmed problem)) closed by Gary
Fixed: Fixed in version: 3.2.13.10
10:00 PM Ticket #622 (_BlockInputExc) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:42 PM Ticket #622 (_BlockInputExc) created by Ken82m
This is written by another forum user, RASIM. Here's the thread: …
9:27 PM Ticket #619 (_GuiCtrlListView_SetItemSelected Problem (confirmed problem)) updated by Gary
Owner, Status, Component changed
The previous bug report was ambiguous at best. This will be fixed shortly.
8:47 PM Ticket #621 (_StringAddThousandsSep don't work with negative number) created by Refran
the old UDF _StringAddComma did that. Description and solution see …
6:00 PM Ticket #620 (complete documentation as PDF file) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:54 PM Ticket #616 (New Function or Parms for BlockInput - Allow Hotkeys) closed by Valik
Rejected: Not going to happen.
4:43 PM Ticket #620 (complete documentation as PDF file) closed by Valik
Rejected: Either find a CHM to PDF converter or print the CHM version.
4:06 PM Ticket #620 (complete documentation as PDF file) created by dzugel@…
It sure would be great to be able to download a PDF version of the …
4:00 PM Ticket #618 (_WinAPI_OpenProcess documentation needs updating) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:20 PM Ticket #619 (_GuiCtrlListView_SetItemSelected Problem (confirmed problem)) updated by wraithdu
Sorry, this is me, forgot to set my name for the post.
2:48 PM Ticket #619 (_GuiCtrlListView_SetItemSelected Problem (confirmed problem)) created by anonymous
Here was the original bug report - In function …
2:47 PM Ticket #618 (_WinAPI_OpenProcess documentation needs updating) created by monoceres
The documentation needs to list the different access flags so you …
2:33 PM Ticket #607 (_GUICtrlListView_SetItemSelected Problem) updated by wraithdu
Oh I remember, I think. I've used this function before when working with the desktop listview. Previously under either XP or Vista (I don't remember which at the moment) it would either not work or crash explorer. Perhaps this was the reason for using $pMemory. I'd have to test again with the change to be sure.
2:26 PM Ticket #607 (_GUICtrlListView_SetItemSelected Problem) updated by wraithdu
Disregarding the fact that it works for you, why, then, go through the trouble of the _MemInit / _MemWrite / _MemFree sequence if you're not going to use the $pMemory structure that it creates? Other functions in that include file use $pMemory. $pItem is used by GUICtrlSendMsg if you pass the function a control ID instead of hWnd. Does that function internally create the same $pMemory struct and use that? I only ask becuase I'm sure it's there for a reason.
6:00 AM Ticket #616 (New Function or Parms for BlockInput - Allow Hotkeys) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:26 AM Ticket #617 (GDI+: corrected help file examples for six ImageGet functions) updated by rover
please remove accidental second attachment post
5:23 AM _GDIPlus_ImageGet_Examples_Rev1.zip attached to Ticket #617 by rover
Six replacement GDI+ ImageGet help file examples
5:17 AM Ticket #617 (GDI+: corrected help file examples for six ImageGet functions) created by rover
corrections to six GDI+ ImageGet help file examples in beta 3.2.13.9 …
4:29 AM Ticket #616 (New Function or Parms for BlockInput - Allow Hotkeys) created by Kenny782@…
I think it would be a good feature to allow specific keys to be …

Oct 14, 2008:

10:07 AM Ticket #568 (_INetSmtpMail(): Two features: 1.) email priority, 2.) possibility to ...) updated by J-Paul Mesnage
Owner, Status changed
12:00 AM Ticket #615 (License needs fixed) updated by TicketCleanup
Severity changed
Automatic ticket cleanup.

Oct 13, 2008:

10:53 PM Ticket #596 (String<From/To>ASCIIArray() functions) updated by Valik
Description changed
10:51 PM Ticket #596 (String<From/To>ASCIIArray() functions) updated by Valik
Description, Summary changed
10:42 PM Ticket #615 (License needs fixed) created by Valik
Reminder for Jon that the license is not right. …
9:56 PM Ticket #614 (DriveMapAdd doesn't work on Vista.) updated by Tlem
Sorry, I forgot to said that UAC is disabled.
9:53 PM Ticket #614 (DriveMapAdd doesn't work on Vista.) created by Tlem
Hello, I'll try this sample code without any success in Vista : […] …
9:39 PM Ticket #610 (WinAPI.au3 _WinAPI_CreateFile() does not return 0 on failure as ...) closed by Gary
Fixed: Fixed in version: 3.2.13.10
9:30 PM Ticket #613 (Obfsucator Stripping ObjEvent functions) closed by Gary
No Bug: use the directives: #Obfuscator_Off ;Stop the Obfuscation process below this line #Obfuscator_On ;Start the Obfuscation process below this line
7:44 PM Ticket #612 (Need AutoIT to output DLL) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
5:22 PM Ticket #613 (Obfsucator Stripping ObjEvent functions) created by tulio150
[…] Running Obfuscator will remove the "PrefixEvent" UDF, but not …
3:24 PM Ticket #612 (Need AutoIT to output DLL) closed by Valik
Rejected: It's not going to happen. You can see if AutoItX will suit your needs but as for compiling a script to a DLL, not going to happen.
2:45 PM Ticket #612 (Need AutoIT to output DLL) updated by anonymous
Not gonna happen, I think this request should be added to the "Things NOT on the to-do list" Sorry.
12:35 PM Ticket #612 (Need AutoIT to output DLL) created by susan.llewellyn@…
Currently, AutoIT v3 supports creating an EXE. I need a way to create …
8:51 AM Ticket #605 (_InetSmtpMail sets wrong Date) updated by J-Paul Mesnage
I don't know if you can use mine smtp.free.fr
7:06 AM Ticket #605 (_InetSmtpMail sets wrong Date) updated by anonymous
Replying to jpm: > I conduct test with my smtp and pop3/outlook without any problem. > Long time ago I was using lotus at work. I remember similar problem. > it can be a Lotus configuration problem. I use your proposal as it will only work in Europe. We have had no other smtp server in our network. So i will set the $bias by myself as it is shown above to get the right time stamp shown in the lotus notes client. Since we have had a chance testing with another smtp server, i will place the results. thanks a lot. regards stefan
12:32 AM Ticket #611 (This caused crashing: $pcLocked = ...) closed by Valik
No Bug: The problem is you aren't calling the function correctly. The function you are trying to call via DllCall() takes 3 arguments you aren't providing. This is not a bug.

Oct 12, 2008:

11:04 PM Ticket #611 (This caused crashing: $pcLocked = ...) created by ducjava@…
This caused crashing: $pcLocked = …
9:04 PM Milestone 3.2.13.9 completed
6:27 PM Ticket #610 (WinAPI.au3 _WinAPI_CreateFile() does not return 0 on failure as ...) created by Bowmore
Tested on WinXP SP3 AutoIt Beta 3.2.13.8 WinAPI.au3 This may be …
8:25 AM Ticket #605 (_InetSmtpMail sets wrong Date) updated by J-Paul Mesnage
I conduct test with my smtp and pop3/outlook without any problem. Long time ago I was using lotus at work. I remember similar problem. it can be a Lotus configuration problem. I use your proposal as it will only work in Europe.

Oct 11, 2008:

10:00 PM Ticket #609 (@FunctionName, VarGetName()) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
9:09 PM Ticket #609 (@FunctionName, VarGetName()) closed by Valik
Rejected: Adding a @FunctionName macro is very expensive performance-wise (it's been done before). As for VarGetName(), pretty much impossible with the current internal architecture or at any rate I don't think it would be reliable in 100% of the uses.
8:18 PM Ticket #609 (@FunctionName, VarGetName()) created by Viring
I don't have knowledge of the internal workings of AutoIt or how …
10:32 AM Ticket #608 (GUICtrlSetBkColor not working properly on ListView control) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.9
6:25 AM Ticket #608 (GUICtrlSetBkColor not working properly on ListView control) created by MsCreatoR <mscreator@…>
When GUICtrlSet(Bk)Color() function used on ListView control, there is …
12:00 AM Ticket #599 (_FileListToArray costs O(N^2) instead of O(NlogN)) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Oct 10, 2008:

11:01 PM Ticket #599 (_FileListToArray costs O(N^2) instead of O(NlogN)) updated by Gary
Type changed
10:59 PM Ticket #603 (_FileReadToArray() does not return an array if the file contains only ...) closed by Gary
Fixed: Fixed in version: 3.2.13.9
10:38 PM Ticket #607 (_GUICtrlListView_SetItemSelected Problem) closed by Gary
Works For Me: Works for me
10:36 PM Ticket #606 (Return value error in _GUICtrlListView_GetSelectedIndices) closed by Gary
Works For Me: This works for me: […]
3:43 PM Ticket #603 (_FileReadToArray() does not return an array if the file contains only ...) updated by Bowmore
I have had another look at _FileReadToArray() and I now see what the problem is. With a single line file, which may or may not have a trailing new-line character, the function strips trailing whitespace before checking what type of new-line character is use. This results in no recognised new-line character being found in the file. This should be changed so that the type of new-line character is determined before the trailing whitespace is removed. Additionally I think it would be better if the whole file contents were returned in a single element of the array if the string could not be split Suggested fix for this issue […]
4:03 AM Ticket #588 (StringRegExpReplaceCallback) updated by anonymous
Replying to Valik: > It's funny, most of the time people ask for things that are just better to be implemented as UDF's. Somebody actually asks for something that would be better to be written as a built-in function and suddenly there's a rush to implement it as a UDF. Thank you for verifying my assumption that it would indeed be better implemented as a built in function.

Oct 9, 2008:

10:51 PM Ticket #553 (_ArrayDisplay() has another problem if using literal pipes in the array) updated by anonymous
Replying to Gary: > Just change the separator character to something not used in the literal string. > > For example: > > {{{ > _ArrayDisplay($Array, "Test", -1, 0, "\") > }}} Not really a viable option if you are using it to read the results of _FileReadToArray() and the file being read is an au3 file. I don't use _arraydisplay enough to be concerned about it anyway.
7:51 PM Ticket #568 (_INetSmtpMail(): Two features: 1.) email priority, 2.) possibility to ...) updated by anonymous
Replying to anonymous: > This can all be done with the UDF I posted called _INetSmtpMailCom(). > I will post an update that supports the Importance setting for an Email. Thanks, Jos! Regards, Rudi.
1:53 PM Ticket #605 (_InetSmtpMail sets wrong Date) updated by anonymous
Replying to anonymous: > Replying to jpm: > > what was the real post time 13:22 or 15:22 as seen by your machine > The e-Mail is sent on 13:22. In the Email Client the post time is shown as 15:22 (13:22 GMT + 2 hours) Sorry, better formulation: E-Mail was sent on 13:22 CEST (local time zone client). The smtp server time stamp is, as shown above, 13:22:27 +0200. The result is, that the notes client shows, that the mail was sent at 15:22. It looks like the smtp server misunderstood the date stamp generate by _inetsmtpmail. So i figure out, that, if i set $bias to " CEST", the time stamp of the email is shown correctly in the email client, even the smtp server time stamp of the mail is the same (see above received properties of mail), only the posteddate properties are differently. I'm not sure, if it is a problem of the function or a problem of the notes smtp. Regards stefan
1:14 PM Ticket #605 (_InetSmtpMail sets wrong Date) updated by anonymous
Replying to jpm: > what was the real post time 13:22 or 15:22 as seen by your machine The e-Mail is sent on 13:22. In the Email Client the post time is shown as 15:22 (13:22 GMT + 2 hours)
11:46 AM Ticket #605 (_InetSmtpMail sets wrong Date) updated by J-Paul Mesnage
what was the real post time 13:22 or 15:22 as seen by your machine
9:22 AM Ticket #588 (StringRegExpReplaceCallback) updated by amel27 <amel2721@…>
UDF thread created http://www.autoitscript.com/forum/index.php?showtopic=82292
8:23 AM Ticket #601 (Helpfile should mention that ToolTip "title" can be max 99 characters) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.9
7:29 AM Ticket #607 (_GUICtrlListView_SetItemSelected Problem) created by Anomalism@…
In function _GUICtrlListView_SetItemSelected,has memory problem …

Oct 8, 2008:

11:28 PM Ticket #606 (Return value error in _GUICtrlListView_GetSelectedIndices) created by jlundqui
When the index of the selected listview item is 0, the string version …
4:52 PM Ticket #588 (StringRegExpReplaceCallback) updated by Valik
It's funny, most of the time people ask for things that are just better to be implemented as UDF's. Somebody actually asks for something that would be better to be written as a built-in function and suddenly there's a rush to implement it as a UDF.
12:35 PM Ticket #605 (_InetSmtpMail sets wrong Date) created by sbolz@…
I use _InetSmtpMail to send E-Mail over Notes 5.0.12 SMTP Server. …
10:00 AM Ticket #604 (implement the transparency of all Ctrl) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:31 AM Ticket #604 (implement the transparency of all Ctrl) created by vde75-forum@…
Hi. I use background picture for some app. But, some control are not …
7:08 AM Ticket #588 (StringRegExpReplaceCallback) updated by amel27
[…]

Oct 7, 2008:

8:05 PM Ticket #602 (AutoitWrapper Methods for Handling 'Run After') closed by Jos
Rejected: Use the fully qualified pathfor the exe to make sure it knows where to look for it. Also please post these type of "issues" in the support forum so we can establish what the issue is and don;t think it belongs is the "New features request" section. Jos
11:49 AM TestFile_2.txt attached to Ticket #603 by Bowmore
File with two lines of text
11:48 AM TestFile_1.txt attached to Ticket #603 by Bowmore
File with single line of text
11:47 AM Ticket #603 (_FileReadToArray() does not return an array if the file contains only ...) created by Bowmore
In AutoIt 3.2.13.8 and previous beta versions _FileReadToArray() does …
2:00 AM Ticket #602 (AutoitWrapper Methods for Handling 'Run After') updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:50 AM Ticket #602 (AutoitWrapper Methods for Handling 'Run After') created by Asaman83687
I compiled my script for an experiment when i encountered this error …

Oct 6, 2008:

9:23 PM Ticket #568 (_INetSmtpMail(): Two features: 1.) email priority, 2.) possibility to ...) updated by anonymous
This can all be done with the UDF I posted called _INetSmtpMailCom(). I will post an update that supports the Importance setting for an Email. Jos

Oct 5, 2008:

9:43 PM Ticket #601 (Helpfile should mention that ToolTip "title" can be max 99 characters) created by AdmiralAlkex
In the forum thread @ …

Oct 4, 2008:

8:31 PM Ticket #600 (Array.au3 in Beta 3.2.13.8 the functions don't work with 2D Array) closed by Gary
Fixed: Fixed in version: 3.2.13.9
6:29 PM Ticket #600 (Array.au3 in Beta 3.2.13.8 the functions don't work with 2D Array) created by TalivanIBM
i have proved the Beta 3.2.13.8 and, for example, the function …
5:13 PM Ticket #533 (_ArrayBinarySearch allows multi-dimension array when it shouldn't) updated by TalivanIBM
Hey i have proved the new beta 3.2.13.8 and when i use _ArraySearch can't use a 2 Dimension Array, return error 2, and when i use 3.2.12.1 the function works always fine (for me) i have edit the au3 in Include Folder and set to comment the line of Ubound (the 2nd in the function) and now works in my script.
4:46 PM bug599-v2.patch attached to Ticket #599 by code65536
patch v2
3:57 PM Ticket #599 (_FileListToArray costs O(N^2) instead of O(NlogN)) updated by Valik
The function must trim to the correct size. People do use UBound() because it's the correct way. The size in element 0 is a carry-over convention from before UBound() existed and is thus largely pointless and redundant.
1:56 PM Milestone 3.2.13.8 completed
6:23 AM Ticket #592 (a collection of prime based or prime related math functions) updated by anonymous
Nitpick... don't use the following: $s_limit = $s_number / $i You will get the same optimization by simply initializing $s_limit to the square root of $s_number, but without having to perform a division op with every step of the loop. If you do that, then your test will have to be >= instead of >. And yes, there is a way to do this even faster, though the sqrt optimization is the fastest you can get without getting too complicated.
6:01 AM Ticket #599 (_FileListToArray costs O(N^2) instead of O(NlogN)) updated by anonymous
Note that with this patch, UBound will no longer correspond to the number of entries found, but since the first element of the result array contains the number of entries, I don't think that this would be a problem. If people do think that this is a problem--that people are using UBound instead of the first array element, you can add a final ReDim to the end, right before the return to "trim" away any excess size from the array. The function will still retain O(NlogN) performance.
5:56 AM bug599.patch attached to Ticket #599 by anonymous
patch
5:55 AM Ticket #599 (_FileListToArray costs O(N^2) instead of O(NlogN)) created by code65536
Memory re-allocation is an expensive operation and as such, should be …

Oct 3, 2008:

3:38 PM Ticket #598 (database access (Microsoft)) closed by Valik
Rejected: You can do it via COM.
10:00 AM Ticket #598 (database access (Microsoft)) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
8:41 AM Ticket #598 (database access (Microsoft)) created by Evilshell (evilshell@…
For AutoIt lacks features that allow an application written in AutoIt …

Oct 2, 2008:

8:41 PM Ticket #597 (Documentation @TempDir needs updating) updated by anonymous
Who's playing stupid now... @TempDir = path to the temporary files folder End Communication Sorry for wasting your time
Note: See TracTimeline for information about the timeline view.