Timeline
Nov 4, 2013:
- 11:42 PM Ticket #2511 (New Macro @SourceName) updated by
- Replying to BrewManNH: Your answer gives the impression as if each source uses all existing Autoit-UDFs/includes simultaneously. However, the fact is, that usally only a very small part of them is in every source. But regardless of this, the compiler solved this problem and these difficulties are completely independent from any existing @scriptlinenumber/@sourcname. Beside this, the UDFs/autoit-Includes have no @scriptlinenumber-Messageboxes, I never get one. It is only nessessary for the compiler to examine the user-scripts/includes and replace @scriptlinenumber/@sourcename before the compiler creates Your "long script". Today the compiler put for every @scriptlinenumber a -1 in the exe, why not the corresponding linenumber? Maybe only one person needs @sourcename, but nobody needs the advice to write it for himself in the sourcefile. Is it newly necessary, that everybody has first to start an online-survey and collect a signature-list? How many signatures must he have, before it is him allowed to express a wish/request?
- 10:09 PM Ticket #2520 (UPX 3.91) closed by
- Fixed
- 9:00 PM Ticket #2520 (UPX 3.91) updated by
-
Version changed
Automatic ticket cleanup. - 8:48 PM Ticket #2520 (UPX 3.91) created by
- http://upx.sourceforge.net/ " 30 Sep 2013: UPX 3.91 has been …
- 8:04 PM Ticket #2519 (AutoIt3Help.exe opens help file to wrong page) updated by
- I can see the "issue" but can't really see why that would be.
- 5:55 PM Ticket #2519 (AutoIt3Help.exe opens help file to wrong page) created by
- In the recent versions of AutoIt, when you open the help file with the …
- 2:03 PM Ticket #2171 (Inconsistent delay for TCPTimeout option) closed by
- Fixed: Fixed by revision [9155] in version: 3.3.9.22
- 7:55 AM Ticket #2517 (MustDeclareVars=1 as default) closed by
- Rejected: I'm marking this as closed since there has been no further responses.
- 6:39 AM Ticket #2518 (Static evaluates incorrect) closed by
- Duplicate: Already fixed in 3.3.9.22
- 5:19 AM Ticket #2518 (Static evaluates incorrect) created by
- […] outputs: […] ---- properly it would be: […] ---- …
Nov 2, 2013:
- 3:28 AM Ticket #2511 (New Macro @SourceName) updated by
- >Before a script was compiled, the compiler knows the sourcename and the linenumber. As does the programmer, so the programmer should be dealing with it. >The compiler could make two passes It could, but who would it benefit besides a very few edge cases? This would double the compile time, or perhaps even longer, for very little gain. >first it changes all @scriptlinenumber/@sourcename to the corresponding values as a constant. So it would have to first parse the main script, keeping track of every line, then it would have to parse every include file, and every file that the include includes? Have you looked in some of the standard UDF files? There are some that include a half dozen or more other files. Some of those included files include other files, and some include files you're already adding. Can you see how complicated this is getting at this point? >And that I may add the values for myself into the messagebox is a truism, no one >needs this advice. Seems like one person needed it.
- 2:53 AM Ticket #2511 (New Macro @SourceName) updated by
- Replying to BrewManNH: Somebody overthinking, others underthinking. Before a script was compiled, the compiler knows the sourcename and the linenumber. The compiler could make two passes first it changes all @scriptlinenumber/@sourcename to the corresponding values as a constant. In a second pass it compile the script, like it it does today. And that I may add the values for myself into the messagebox is a truism, no one needs this advice.
Nov 1, 2013:
- 6:09 PM Ticket #2315 (Server 2012 @OSVersion not correct) closed by
- Fixed: Fixed by revision [9151] in version: 3.3.9.22
- 4:58 PM Ticket #2315 (Server 2012 @OSVersion not correct) reopened by
- 3:01 PM Ticket #2441 (_ExcelReadCell) updated by
-
Component changed
- 3:00 PM Ticket #2441 (_ExcelReadCell) updated by
- When translated to VBS you get a COM error: "Type mismatch", 0x800A000D Set objExcel = CreateObject("Excel.Application") Set objWorkbook = objExcel.Workbooks.Open("C:\Temp\test.xlsx") Wscript.Echo "Value: " & objExcel.Cells(1, 3).Value So - for me - it looks like a problem with the COM error handler of 3.3.9.21.
- 2:47 PM Ticket #2441 (_ExcelReadCell) updated by
- I reduced the example to: $oExcel = ObjCreate("Excel.Application") $oWorkbook = $oExcel.WorkBooks.Open(@ScriptDir & '\test.xlsx') $sValue = $oWorkbook.Activesheet.Range("C1").Value MsgBox(0, "Value C1", $sValue) Works with 3.3.8.1 and crashes with 3.3.9.21.
- 9:41 AM Ticket #2315 (Server 2012 @OSVersion not correct) updated by
- I have access to Win 2012 Essential I do a small test: […] AutoIt 3.3.8.1 results: […] AutoIt 3.3.9.21 results: […]
Oct 31, 2013:
- 10:12 PM Ticket #2315 (Server 2012 @OSVersion not correct) updated by
- In fact Jon close very old posts. If you are for sure the latest Beta is still in Error, just post I cannot check as I have no access to a server 2012
- 8:28 PM Ticket #2315 (Server 2012 @OSVersion not correct) updated by
- Rejected? Is this a duplicate or is this issue being fixed elsewhere?
- 11:50 AM Ticket #2517 (MustDeclareVars=1 as default) updated by
- Absolutely not. You're imposing restrictions on developers for no reason other than selfishness. What might be a good idea is to instead set the default AU3 template to set MustDeclareVars, but not do it by default. It's nonsensical to turn it off, rather than on.
- 6:00 AM Ticket #2517 (MustDeclareVars=1 as default) updated by
- Perhaps a good way is to have Au3Check default enforcing this verification. I assume a lot of designer use SciTE
Oct 29, 2013:
- 8:32 PM Ticket #2517 (MustDeclareVars=1 as default) updated by
- AutoIt does still allow you to directly assign to undeclared variables, for example the following is still perfectly valid code: […] But running with Opt("MustDeclareVars", 1) won't work. Changing it to the default would break any old scripts that relied on this functionality, and I can't really think of an example where using this option would show something that is not obvious and isn't shown by Au3Check already.
- 8:00 PM Ticket #2517 (MustDeclareVars=1 as default) updated by
-
Version changed
Automatic ticket cleanup. - 7:38 PM Ticket #2517 (MustDeclareVars=1 as default) created by
- Because i stumbled over scripts again and again, throwing "variable …
Oct 28, 2013:
- 8:02 AM Ticket #2513 (TCPSend() Not functioning with string over 225 characters in length.) updated by
- In fact the "problem" does not come from 225 to 226 but from the fact that such script is not design to handle several TCPSend() I am not familiar with TCP usage so I cannot help more.
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 …
Note:
See TracTimeline
for information about the timeline view.
