Timeline
Oct 26, 2013:
- 11:55 PM Ticket #2516 (FileGetTime - parameter porposal - filename and dir) closed by
- Completed: Changed by revision [9147] in version: 3.3.9.22
- 8:09 PM Ticket #2516 (FileGetTime - parameter porposal - filename and dir) created by
- in FileGetTime in parameter: "filename" please consider to change …
Oct 25, 2013:
- 7:35 AM Ticket #2515 (Force close the std out stream will have memory leak in windows XP) updated by
- Hi, Example script: […] NOTE: If we use a loop to read all the data of the std out stream, then call StdioClose, the memory leak will not happen. Memory leak only occurs when we don't read all the data.
- 6:58 AM Ticket #2515 (Force close the std out stream will have memory leak in windows XP) updated by
- Can you add a repro script to be sure in which case the memory leak is occuring? Thanks
- 4:33 AM Ticket #2515 (Force close the std out stream will have memory leak in windows XP) created by
- If we use StdioClose to force close the std out stream, it will have …
Oct 24, 2013:
- 8:11 PM Ticket #2514 (_FileWriteFromArray - Count of elements in 2nd dimension is fixed to 3!) updated by
- Already fixed in #2242.
- 8:09 PM Ticket #2514 (_FileWriteFromArray - Count of elements in 2nd dimension is fixed to 3!) closed by
- Fixed
- 8:00 PM Ticket #2514 (_FileWriteFromArray - Count of elements in 2nd dimension is fixed to 3!) created by
- If you write an 2D-Array with more than 3 elements in columns, you get …
- 6:13 AM Ticket #2513 (TCPSend() Not functioning with string over 225 characters in length.) created by
- Hello I have found a bug that appears to be present in all the most …
Oct 22, 2013:
- 5:22 PM Ticket #2505 (Array create without declaration) updated by
- What you are asking for are called literal arrays. The idea has been looked at before. I'm not sure how far it got, or whether it is still on the table.
- 11:22 AM Ticket #2505 (Array create without declaration) updated by
- But cant like this: Func test() Return ['t','e','s','t'] EndFunc
- 11:19 AM Ticket #2512 (ObjName crash) created by
- $oHTTP = ObjCreate("WinHttp.WinHttpRequest.5.1") $oHTTP.Open("GET", …
Oct 21, 2013:
- 8:17 AM Ticket #2511 (New Macro @SourceName) closed by
- Rejected: @ScriptName relates to the script launched not the include files. as stated by BrewManNH, compiles script will no longer have reference to include lines. so even the @ScriptLineNumber will be irrelevant. We don't intend to modify the way Compile script can use @ScriptName and @ScriptLineNumber
- 3:27 AM Ticket #2505 (Array create without declaration) updated by
-
The requesters first example works as well.
Local $aData = ['p','e','t']Creates an array with 3 elements containing p, e, and t. - 3:24 AM Ticket #2511 (New Macro @SourceName) updated by
- Once you compile that script, the "source" won't matter any longer because it's all one long script. If you want different file names to be displayed in your message boxes, why didn't you write them to display the correct file name instead of the "source"? You're overthinking it. I don't see the point or value of what you're requesting.
Oct 20, 2013:
- 2:11 PM Ticket #2510 (Empty variable) closed by
- No Bug: AutoIt is doing conversion when variable type are not the same so "" and 0 are the same after conversion NO BUG
- 2:00 PM Ticket #2511 (New Macro @SourceName) updated by
-
Version changed
Automatic ticket cleanup. - 1:27 PM Ticket #2511 (New Macro @SourceName) created by
- […]
- 12:57 PM Ticket #2510 (Empty variable) created by
- […]
- 7:54 AM Ticket #2509 (_FileWriteToLine Bug) updated by
- This was fixed yesterday with the resolution stated here >> http://www.autoitscript.com/forum/topic/155510-beta-bug-filewritetoline-damages-the-file-33920/?p=1123848
- 7:53 AM Ticket #2509 (_FileWriteToLine Bug) closed by
- Fixed
Oct 19, 2013:
- 10:44 PM Ticket #2509 (_FileWriteToLine Bug) created by
- […]
- 2:57 PM Ticket #2504 (GUICtrlSendToDummy to нidden window) updated by
- jpm, It was discussed here: http://www.autoitscript.com/forum/topic/143635-guictrlsendtodummy/ (Private forum) following on from a question here: http://www.autoitscript.com/forum/topic/143629-solved-guictrlsendtodummy-problem/ (Open forum) Like you I can see little use for the change - a possible workaround is suggested in the second thread. M23
- 12:47 PM Ticket #2508 (Proposed amendments to the 50 files: _GDIPlus....) updated by
- I check all and I think my commit is taking in account wht's need to be changed Cheers
- 9:11 AM Ticket #2508 (Proposed amendments to the 50 files: _GDIPlus....) updated by
- I was just looking at this too. There was also a discrepancy in _WinAPI_SetWindowPos() as the include example was missing from your version. I will leave jpm to continue from here.
- 8:36 AM Ticket #2508 (Proposed amendments to the 50 files: _GDIPlus....) closed by
- Completed
- 8:28 AM Ticket #2508 (Proposed amendments to the 50 files: _GDIPlus....) updated by
- Thanks, Only 11 need changes. $n... or $f... naming is deliberate next beta incorporate also new example
- 8:14 AM Ticket #2505 (Array create without declaration) updated by
- This is the correct format. […]
- 12:21 AM Ticket #2508 (Proposed amendments to the 50 files: _GDIPlus....) created by
- _FileWriteToLine.txt _GDIPlus_ArrowCapCreate.txt …
Oct 18, 2013:
- 2:31 AM Ticket #2505 (Array create without declaration) updated by
- You can already use the first format to declare an array in the latest beta.
Oct 15, 2013:
- 8:28 PM Ticket #2507 (Problem with ObjCreate() on a 64bit PC when compiled with AutoIT_64) closed by
- No Bug: Why do you say the ObjCeate() has a problem? Do you have the x64 bits SQL ODBC driver loaded? Maybe stick to the forum before you post a bug report to confirm this is really a bug. Closing for now. Jos
- 3:59 PM Ticket #2507 (Problem with ObjCreate() on a 64bit PC when compiled with AutoIT_64) created by
- This works on a 64bit PC, but only when compiled in 32bit: […] …
- 10:06 AM Ticket #2504 (GUICtrlSendToDummy to нidden window) updated by
- Can you add an example when it will be useful? It is strange to post an event to the internal pumping mechanism as hidden GUI is not supposed to handle any event.
Oct 14, 2013:
- 11:51 PM Ticket #2506 (Proposed amendments to the 25 files: _GUICtrlListView.....) closed by
- Completed: Added by revision [9113] in version: 3.3.9.22
- 8:48 PM Ticket #2506 (Proposed amendments to the 25 files: _GUICtrlListView.....) created by
- _GUICtrlListView_AddItem.txt …
- 5:29 PM Ticket #1573 (TCPConnect TCPTimeout) updated by
- I have submitted the fix to Jon, I hope he will have sometime to commit it Cheers JP
- 10:18 AM Ticket #2505 (Array create without declaration) created by
- […]
- 10:00 AM Ticket #2504 (GUICtrlSendToDummy to нidden window) updated by
-
Version changed
Automatic ticket cleanup. - 9:43 AM Ticket #2503 (Reference Definition Keyword) updated by
- ByRef cannot compute
- 9:40 AM Ticket #2504 (GUICtrlSendToDummy to нidden window) created by
- if window is hidden GUICtrlSendToDummy must work.
- 9:39 AM Ticket #1573 (TCPConnect TCPTimeout) updated by
- Bumpy Bump
- 1:12 AM Ticket #2502 (COW optimization incorrect) updated by
-
ByRefapplies to r-values too, as you can see in the example, and it is effective. But the result is unexpected, why can I modify a copy of an array with a reference to an element of the copied array? The expected second output would be "10 / 1". The link describes a solution to that problem.
Oct 13, 2013:
- 11:58 PM Ticket #2502 (COW optimization incorrect) updated by
- The error in the above reasonning is that AutoIt != C++. While the documentation (correctly) says that ByRef can be applied to the result of an expression, it should clearly state that ByRef is ineffective in that case. Probably this ticket should be directed to "Documentation" with the complain that ByRef only applies to named variables.
- 2:54 PM Ticket #2503 (Reference Definition Keyword) created by
- It is possible to create a reference, but only with a complicated …[…]
Oct 12, 2013:
- 11:53 PM Ticket #2502 (COW optimization incorrect) created by
- […] Too bad there are references. See http://www.gotw.ca/gotw/044.htm.
- 7:49 AM Ticket #2496 (Runing Au3Info BETA) updated by
- ok
- 7:27 AM Ticket #2478 (Assign and Eval do not restrict variable names) updated by
- Ah, you're going to change it. Although I didn't know about this previously, I think it would be pretty cool if it remained as an undocumented feature. If there are potential issues with behaviour then it should be changed, otherwise I don't see any reason or benefit to change anything. The fact this is even possible seems to open up new possibilities. I made such a function as BrewManNH spoke of, but all variable names use word characters after conversion to hex - allowing case sensitive variable names.
Oct 11, 2013:
- 9:50 PM Ticket #2496 (Runing Au3Info BETA) closed by
- Rejected: Just copy it manually when you want to be able to always use it as this is not a utility that goes through a lot of changes. Jos
- 12:22 AM Ticket #2501 (SciTE lexer - syntax coloring - bug) updated by
- I confirm it works well. Thanks.
Oct 10, 2013:
- 8:19 PM Ticket #2491 (AutoIt doesn't functions properly) closed by
- No Bug: Asked questions in our forum and only report bugs here when confirmed and has a script attached that reproduces the bug. Closing for now as nobug Cheers Jos
- 8:17 PM Ticket #2498 (High Memory Consumption) closed by
- No Bug: Please discuss in our forums and only report confirmed bug here. Cheers, Jos
- 8:14 PM Ticket #2501 (SciTE lexer - syntax coloring - bug) closed by
- Fixed: Uploaded a fixed SciLexer.dll and SciTE.exe to the beta directory.
- 11:10 AM Ticket #2498 (High Memory Consumption) updated by
- Trac is for reporting confirmed bugs, not asking for implementation details you "think" are strange. FYI, AutoIt uses COW.
Oct 9, 2013:
- 6:57 PM Ticket #2501 (SciTE lexer - syntax coloring - bug) updated by
-
Status changed
- 9:34 AM Ticket #2498 (High Memory Consumption) updated by
-
[…]
AutoIt 3.3.8.1
||= message box =||= memory =||= change =||= operation =||
|| 1 || 69.912 KB|| +69.912 KB||
Dim $arr [$size]|| || 2 || 69.928 KB|| +16 KB||$arr [0] = $arr|| || 3 || 135.600 KB|| +65.672 KB||$arr [1] = $arr|| || 4 || 201.268 KB|| +65.668 KB||$arr [2] = 1|| || 5 || 201.268 KB|| +0 KB||$arr [3] = 2|| || 6 || 201.268 KB|| +0 KB||$arr [4] = $arr|| || 7 || 266.936 KB|| +65.668 KB||$arr [5] = 3|| Well, I think this behavior is strange. Why is the memory allocation delayed? - 3:28 AM Ticket #2498 (High Memory Consumption) updated by
- Who says it's copying a pointer? It's copying the contents of the array $arr into element 0 of $arr so in effect you've just doubled the memory needed to hold $arr. Doing it again into element 1 means you now need to triple the memory needed to hold $arr and so on and so on.
Oct 8, 2013:
- 2:00 PM Ticket #2501 (SciTE lexer - syntax coloring - bug) updated by
-
Version changed
Automatic ticket cleanup. - 1:32 PM Ticket #2498 (High Memory Consumption) updated by
-
There is a difference of 66 MB after the execution of line 6.
Why does it need memory to copy a pointer? No memory is consumed in the statement
$arr [0] = $arr(v3.3.8.1). - 1:08 PM Ticket #2501 (SciTE lexer - syntax coloring - bug) created by
- SciTe version 3.3.5.0 date 2013/09/28 Repro code: […] How to: …
- 3:23 AM Ticket #2498 (High Memory Consumption) updated by
- I don't see much difference in memory usage between 3.3.9.21 and 3.3.8.1, there's a slight difference on my computer, but not a whole lot. If you're asking why it uses so much memory in the second test, it's because you keep putting the array into itself, every time you do that you're going to use a LOT of memory. I'm not sure what exactly the issue you're complaining about is, maybe you should write it out more clearly explaining EXACTLY what you think is wrong.
- 1:27 AM Ticket #2500 (_IEDocGetObj Help example $oDoc.fileCreatedDate error) created by
- HI The help example for _IEDocGetObj dosen't work on …
Oct 7, 2013:
- 10:00 PM Ticket #2499 (GUICtrlSendToDummy documentation clarification) updated by
-
Version changed
Automatic ticket cleanup. - 9:11 PM Ticket #2499 (GUICtrlSendToDummy documentation clarification) created by
- As we already …
- 8:34 PM Ticket #2498 (High Memory Consumption) created by
- […] Memory usage differs between v3.3.9.21 and v3.3.8.1. (v3.3.9.21 …
- 3:22 PM Ticket #2497 (Window Titles and Text (Advanced) - Proposal) updated by
- Yes I know. But all examples of: <a href="../intro/windowsadvanced.htm">Title special definition</a> can be considered as incomplete. It depends on the approach to a data examples. In this part of the documentation can be regarded as sufficient. I think so. And it is this part of the documentation I was thinking of writing this report.
- 3:05 PM Ticket #2497 (Window Titles and Text (Advanced) - Proposal) updated by
- The example you've provided isn't complete.
- 1:01 PM Ticket #2497 (Window Titles and Text (Advanced) - Proposal) created by
- in "Window Titles and Text (Advanced)" Please add an example: …
- 10:45 AM Ticket #2491 (AutoIt doesn't functions properly) updated by
- Just for reproduction can you post the link (http...) that can be used.
- 10:11 AM Ticket #2496 (Runing Au3Info BETA) created by
- In SciTE4AutoIt set in SciTe Menu there is a menu item Au3Info CTRL+F6 …
- 10:09 AM Ticket #2494 (Example _GUICtrlToolbar_SetHotItem) closed by
- Fixed: Fixed by revision [9103] in version: 3.3.9.22
- 10:07 AM Ticket #2493 (Examples for _GUICtrlToolbar_GetMetrics, _GUICtrlToolbar_SetMetrics) closed by
- Fixed: Fixed by revision [9102] in version: 3.3.9.22
- 9:00 AM Ticket #2495 (_FileWriteFromArray for save _ExcelReadSheetToArray arrays) updated by
-
Milestone changed
Automatic ticket cleanup. - 8:24 AM Ticket #1663 (Au3Recorder x64 does not work on x64 machines.) updated by
- @anonymous What is the purpose of this .exe? Just post what is your proposal if any to modify the current source of au3Record which is BTW not opensource THe current version just run in X32 mode Under a system in 64-bit which is not the most but it is doing the job
- 8:19 AM Ticket #2495 (_FileWriteFromArray for save _ExcelReadSheetToArray arrays) closed by
- Duplicate: Already fixed in Beta next time verify with current beta
- 3:00 AM Ticket #2495 (_FileWriteFromArray for save _ExcelReadSheetToArray arrays) updated by
-
Version changed
Automatic ticket cleanup. - 2:33 AM Ticket #2495 (_FileWriteFromArray for save _ExcelReadSheetToArray arrays) created by
- code of function _FileWriteFromArray : Case 2 Local $s_Temp For …
Oct 5, 2013:
- 9:32 PM Ticket #2493 (Examples for _GUICtrlToolbar_GetMetrics, _GUICtrlToolbar_SetMetrics) updated by
- I forgot to say that the same problem is in the example in the documentation functions: _GUICtrlToolbar_SetPadding ()
- 9:31 PM Ticket #2493 (Examples for _GUICtrlToolbar_GetMetrics, _GUICtrlToolbar_SetMetrics) updated by
- now I know more: look in _GUICtrlToolbar_SetPadding(): in Remarks: "Padding is only applied to buttons that have the $TBSTYLE_AUTOSIZE style." First note: $TBSTYLE_AUTOSIZE is no where defined, it seems that it is more about $BTNS_AUTOSIZE But when I use: […] Despite this, using this example, can not see the visual change ToolBar Control.
- 9:10 PM Ticket #2494 (Example _GUICtrlToolbar_SetHotItem) created by
- I confirm as AZJIO say: …
- 6:56 PM Ticket #2493 (Examples for _GUICtrlToolbar_GetMetrics, _GUICtrlToolbar_SetMetrics) created by
- Example from Helpfile is not good, because in my opinion it does not …
Oct 4, 2013:
- 11:41 PM Ticket #2492 (_GUICtrlToolbar_ - issue for 6 doc files) closed by
- Fixed: Fixed by revision [9101] in version: 3.3.9.22
- 7:00 PM Ticket #2492 (_GUICtrlToolbar_ - issue for 6 doc files) updated by
-
Version changed
Automatic ticket cleanup. - 6:46 PM Ticket #2492 (_GUICtrlToolbar_ - issue for 6 doc files) created by
- As AZJIO: …
- 12:57 PM Ticket #2491 (AutoIt doesn't functions properly) created by
- I have tried AutoIt for a firefox based login pop-up. While running …
- 9:54 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) closed by
- Completed: Added by revision [9096] in version: 3.3.9.22
- 8:36 AM Ticket #2488 (@exitMethod - proposal - new mode - Accident) closed by
- Rejected
- 8:34 AM Ticket #2418 (Where to add a description about file with constants definition. ...) closed by
- Completed: Added by revision [9094] in version: 3.3.9.22
- 8:33 AM Ticket #2418 (Where to add a description about file with constants definition. ...) updated by
- at least the signaled help are fixed in the beta
Oct 3, 2013:
- 6:21 PM Ticket #2490 (HttpSetUserAgent return value) closed by
- Duplicate: Duplicate of #2489.
- 10:50 AM Ticket #2490 (HttpSetUserAgent return value) created by
- Could you please make HttpSetUserAgent return the old user agent when …
- 10:40 AM Ticket #2489 (HttpSetUserAgent return value) created by
- Could you please make HttpSetUserAgent return the old user agent when …
Oct 2, 2013:
- 6:33 PM Ticket #2485 (Selection goes invisible after _GUICtrlRichEdit_GetFont) closed by
- Fixed: I found the reason the code has been as this since the beginning Solved with the same fix as #2496
- 6:24 PM Ticket #2486 (_GUICtrlRichEdit_GetFont does not return an empty string for mixed fonts) closed by
- Fixed: Fixed by revision [9091] in version: 3.3.9.22
- 4:05 PM Ticket #2485 (Selection goes invisible after _GUICtrlRichEdit_GetFont) updated by
- Not sure what has to be done to force repainting of the control Perhaps a bug in Windows API for richEdit.
Oct 1, 2013:
- 9:01 AM Ticket #2488 (@exitMethod - proposal - new mode - Accident) updated by
- So this request can be closed. And by the way last night while lying in a fever I had an idea how to deal with a problem that's bothering me.
Sep 30, 2013:
- 7:13 PM Ticket #2441 (_ExcelReadCell) updated by
- yes, you are right but my problem is when in excel is an "error", my script is stopped with this error: AutoIt3.exe ended.rc:-1073741819 thanks
- 5:42 PM Ticket #2488 (@exitMethod - proposal - new mode - Accident) updated by
- Well your second example wouldn't cause AutoIt to exit anyway. Why not just have a flag called $ExittedCleanly, then a custom exit() function, which you call instead of exit. The _OnExit() function can then check your flag to see whether it was set for a planned exit. AutoIt has always been used in a way such that programming errors stop the interpreter, and if a piece of code is critical, then it should be checked for errors such as array bounds correctly. Trying to catch errors like this is the wrong way to go about it.
- 5:03 PM Ticket #2487 (SciTE: Menu: Edit/Stream Comment - Feature request) closed by
- Rejected
- 4:55 PM Ticket #2482 (TIDY: #Tidy_Parameters=/sf issue) closed by
- No Bug: This is not a bug. /SF works in the following way: - All Func 's are sorted in the correct sequence and placed at the end of the Script file. - All commentlines above the Func are considered to be part of the FUNC below it and sorted together with the FUNC. So that means that the last comment line is actually the first regular codeline and hence will be at the top after sorting. Jos
- 7:52 AM Ticket #2441 (_ExcelReadCell) reopened by
- 7:16 AM Ticket #2488 (@exitMethod - proposal - new mode - Accident) updated by
- for example by using incorrect number of subscripts or subscript dimension range exceeded. or by using undefined function. for example Call('test') without declaring Function 'test'
- 12:13 AM Ticket #2488 (@exitMethod - proposal - new mode - Accident) updated by
- What do you mean by "by accident"? How do you (or the script) determine the exit wasn't intentional?
Sep 29, 2013:
- 1:59 PM Ticket #2485 (Selection goes invisible after _GUICtrlRichEdit_GetFont) updated by
-
Component changed
- 1:58 PM Ticket #2486 (_GUICtrlRichEdit_GetFont does not return an empty string for mixed fonts) updated by
-
Component changed
- 1:55 PM Ticket #2441 (_ExcelReadCell) closed by
- No Bug: You don't get a result from cell A3 (row 1, column 3) because the formula in this cell returns division by zero. A1: 1, B1: 0, C1: =A1/B1
- 1:14 PM Ticket #2488 (@exitMethod - proposal - new mode - Accident) created by
- Please add a new mode to @exitMethod I am referring to cases when the …
Sep 28, 2013:
- 9:32 PM Ticket #2441 (_ExcelReadCell) updated by
-
Component changed
Sep 27, 2013:
- 11:49 AM Ticket #2487 (SciTE: Menu: Edit/Stream Comment - Feature request) created by
- In SciTE4AutoIt in Menu there is a function: Edit/Stream Comment …
- 4:47 AM Ticket #2486 (_GUICtrlRichEdit_GetFont does not return an empty string for mixed fonts) created by
- According to the doc, _GUICtrlRichEdit_GetFont should return an empty …
- 4:47 AM Ticket #2485 (Selection goes invisible after _GUICtrlRichEdit_GetFont) created by
- In a RichEdit control, the selection goes invisible (not the text, the …
Note:
See TracTimeline
for information about the timeline view.
