Timeline
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 …
Sep 25, 2013:
- 7:59 PM Ticket #2484 (Description incorrect for _GUICtrlRichEdit_SetRECT) closed by
- Fixed: The 3.3.9.21 is already fixed
- 6:00 PM Ticket #2484 (Description incorrect for _GUICtrlRichEdit_SetRECT) updated by
-
Version changed
Automatic ticket cleanup. - 5:09 PM Ticket #2484 (Description incorrect for _GUICtrlRichEdit_SetRECT) created by
- v3.3.8.1 and v3.3.9.21 (Beta) In the help file, the description for …
Sep 24, 2013:
- 6:39 PM Ticket #2478 (Assign and Eval do not restrict variable names) updated by
- One benefit that I've seen, in Assign and IsDeclared taking any string as a valid variable, is some of the code people have used to replace the _ArrayUnique function with something a lot faster. While it's not standard practice to use Assign like that, it has been something people have been posting for several years and in multiple posts. Just something to think about.
- 2:04 PM Ticket #2465 (in _IEPropertyGet - out of date links in "ClientInfo Properties") closed by
- Fixed: Fixed by revision [9067] in version: 3.3.9.22
- 2:03 PM Ticket #2465 (in _IEPropertyGet - out of date links in "ClientInfo Properties") updated by
-
Version changed
- 11:34 AM Ticket #2205 (Scite indentation misconfiguration) updated by
- You have to change this each time for each individual file, this is to much. Each time Scite opens this is the default on all files loaded ;-(
- 9:18 AM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by
- thanks, Now I know where we are;)
- 6:41 AM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by
- Just doc sorry for not be more precise.
Sep 23, 2013:
- 11:33 PM Ticket #2396 (WinActivate - Remarks - PROPOSAL) updated by
- It is possible that the previous description was not correct, so I will describe this TICKET again: Please consider developing a more detailed description of what exactly contains @extended
- 8:00 PM Ticket #2483 (DriveGetDrive - different error for "improper drive type" versus "none ...) updated by
-
Version changed
Automatic ticket cleanup. - 7:36 PM Ticket #2483 (DriveGetDrive - different error for "improper drive type" versus "none ...) created by
- Greetings: This is a small thing - but it seems to me that returning …
- 6:40 PM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by
- What solution was used? for example: documentation was changed ?
- 6:35 PM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) closed by
- Fixed: Fixed by revision [9060] in version: 3.3.9.22
- 5:32 PM Ticket #2168 (Updown control displayed on wrong TAB) updated by
- In fact the bug was still there but has been fixed with the 2167 solution when not using the GUICtrlCreateTabItem("")
- 4:55 PM Ticket #2379 (WS_EX_LAYOUTRTL and GUICtrlCreateMenu causes bug) closed by
- Duplicate: Now 2167 is fixed Cheers
- 1:43 PM Ticket #2167 ($WS_EX_LAYOUTRTL and GUICtrlCreateMenu causes bug) closed by
- Fixed: Fixed by revision [9059] in version: 3.3.9.22
Sep 20, 2013:
- 10:23 PM Ticket #2482 (TIDY: #Tidy_Parameters=/sf issue) updated by
- I think the feature "comments moving" is developed to moving function description together with function. ---- ok give me 1 month before closing this ticket i try to reproduce case when TIDY cut the "EndFunc" Then we can talk about the main problem. ---- In the meantime, if anyone sees a similar disturbing case, please include a description.
- 4:27 PM Ticket #2482 (TIDY: #Tidy_Parameters=/sf issue) updated by
- Not sure what Tidy can do to between func comments. It is true in your case it is moving the last line infront. But what will happens if the func need to be reordered The mess will be bigger for the in between comments just try […]
Sep 19, 2013:
- 10:39 PM Ticket #2482 (TIDY: #Tidy_Parameters=/sf issue) created by
- Version: Tidy AutoIt3 v2.3.0.20 Copyright (c) Jos van der Zande …
- 9:51 PM Ticket #2465 (in _IEPropertyGet - out of date links in "ClientInfo Properties") updated by
- i see this be correct for all links in _IEPropertyGet
- 5:16 PM Ticket #2478 (Assign and Eval do not restrict variable names) updated by
- Hold on Jon acknowledge it is a BUG , I am sure you will be OK with the fix when he will do it
- 5:14 PM Ticket #2478 (Assign and Eval do not restrict variable names) updated by
-
> I fail to see how changing the behavior of Assign does any good as you are going to have to check for error and deal with that with more code to correct it.
Then I will have to? Only
IsDeclaredneeds to be changed. > And it is a script breaking change for no good reason that I see at this time. You cannot expect undefined (or unspecified) behavior to be portable (you seem to be in need of a specification). Which script would it break? > Here is a tip, variables created with Assign, i.e. "var!" will not destroy a variable named $var. You cannot create a variable named $var! so it is safe to assign "var!". I may writeAssign ("var!", $value), as you do. Why do you need a variable named "var!"? > So I do not see an issue, like AutoIt crashing, negative side effects or other. Performance. Consistence. Misuse. - 4:16 PM Ticket #2478 (Assign and Eval do not restrict variable names) updated by
-
1. Bad Idea. "You can't access my variables? Have you tried
Eval ("variable name")already?" Also,Executemay fail. What will be@extended? 2.Executeis the (second) slowest way possible. 3. UseObjCreate ("Scripting.Dictionary")for maps. 4. Again, it is a bad idea to useAssign,EvalandExecute. See https://en.wikipedia.org/wiki/Eval. 5. I cannot deprecate functions of the standard library of AutoIt myself, can I? Should I not report bugs I find? 6. Where isEvalactually neccessary? ---- I do not think a new flag would be a good idea. Documentation - Language Reference - Variables: > Each variable has a name (again, similar to a mailbox) and must start with the $ character and may only contain letters, numbers and the underscore _ character. Anyway, here is my flag proposal: 16 = (not default) Do not fail ifvarnamenot being a variable-name (link to specification) - 1:23 PM Ticket #2480 (Proposed amendments to the 43 files) updated by
- CHANGE_3.ZIP and CHANGE_3_2.ZIP are are indeed the same, and that's because I had a problem with my browser, As a result, the problem, the file was sent two times. I see GUICtrlCreateEdit[2].au3 is fixed: http://www.autoitscript.com/trac/autoit/ticket/2476#comment:1 so for me everything is fine "but I don't know hos to remove one of them" What you mean ?
- 11:48 AM Ticket #2470 ($GUI_EVENT_(PRIMARY and SECONDARY)DOWN not triggered after WinActivate) closed by
- No Bug: Nothing wrong as your WinActivate is activating the desktop deactivating your GUI so clicking again just reactivate without really doing a click on the gui and the next click on the gui will redo a click event You better go to the forum to ask help before submitting a ticket
- 9:52 AM Ticket #2480 (Proposed amendments to the 43 files) updated by
- Replying to mlipok: > Jpm > did you check that example GUICtrlCreateEdit[2].au3 > > I report this here: > http://www.autoitscript.com/trac/autoit/ticket/2476 > > > but forgot to delete from my "CHANGE_3" folder, in effect, the file CHANGE_3.ZIP I check the GUICtrlCreateEdit[2].au3 you certainly have seen the closure for the CHANGE_3.ZIP and CHANGE_3_2.ZIP both are the same but I don't know hos to remove one of them
- 9:20 AM Ticket #2476 (GUICtrlCreateEdit[2].au3 - ERROR) updated by
- thanks
- 8:55 AM Ticket #2368 (Inconsistent GUICreate results) closed by
- No Bug: In fact there is no bug as GUICreate defined the Windows Size not the Client Size @Mat suggestion is a good suggestion if you want to manage with Client size
- 8:48 AM Ticket #2478 (Assign and Eval do not restrict variable names) updated by
- Bug as far as I'm concerned.
- 8:45 AM Ticket #2461 (GUICtrlSetImage doesn't handle certain types of .gif file) closed by
- Fixed: Fixed by revision [9052] in version: 3.3.9.22
- 8:27 AM Ticket #2478 (Assign and Eval do not restrict variable names) updated by
- Perhaps a request for additional flags? 0 = (default) Create variable if required 1 = Force creation in local scope 2 = Force creation in global scope 4 = Fail if variable does not already exist 8 = Fail if variable does already exist (new) 16 = Fail if not being a string with letters, numbers and underscores (new)
- 7:45 AM Ticket #2478 (Assign and Eval do not restrict variable names) updated by
- 1. It is a string. You can test it before using assign so I see this as not an issue. 2. As above. 3. So you say but that does not mean that it should not be. 4. This is why Eval exists. Since when has $"Question..." been allowed? or even $$name? or how about $"var". Perhaps you are thinking of setting the option on for ExpandVarStrings which works fine on "name = $some space, and a comma$" if you wanted to. 5. Additional point, why submit bugs reports on functions that you do not want to use? In relation to your mention of gold, gold out of the ground is not good unless it is processed into pure gold. So processing is usually needed. You can test the string before assigning it for characters you do not want. If you assign a string to become a variable, then you can test it with IsDeclared to test if it exists and if it does, then to what scope it is and you can use Eval to use it. The latter is mentioned in the help file as what you should do on the pages of Assign, IsDeclared and Eval. Below is code testing the string for being valid for your interest. Added additional _IsDeclared UDF to show Assign, IsDeclared and Eval working together. You can comment the IsAlphaNumUnderScore function to see that it was not allowing the string. You could block assigning the string, convert the string to suit, exit the script or what ever you choose to do. I fail to see how changing the behavior of Assign does any good as you are going to have to check for error and deal with that with more code to correct it. And it is a script breaking change for no good reason that I see at this time. Tested on 3.3.8.1 and 3.3.9.21. 1 function call tests if the string is just letters, numbers and underscores. […] Here is a tip, variables created with Assign, i.e. "var!" will not destroy a variable named $var. You cannot create a variable named $var! so it is safe to assign "var!". So I do not see an issue, like AutoIt crashing, negative side effects or other. So as per usual with AutoIt, some programming is needed to get the result that you want.
- 6:47 AM Ticket #2476 (GUICtrlCreateEdit[2].au3 - ERROR) closed by
- No Bug: in fact those errors are normal because you don't have access to the needed .OCX AS the example is incompatible with Win7 it will be removed and doc about GUICtrlCreateEdit() will be updated to point to _GUICtrlRichEdit_Create()
Sep 18, 2013:
- 10:29 PM Ticket #2481 (FileSelectFolder - Windows 7 and later new window type) updated by
- Hello, I already asked about this: http://www.autoitscript.com/forum/topic/154698-fileselectfolder-windows-7-and-later-new-window-type/ Many thanks for you reply, the example for AutoIt would be great!
- 9:05 PM Ticket #2296 (SHA2 for Crypt.au3) updated by
- Added as comments for now.
- 8:52 PM Ticket #2481 (FileSelectFolder - Windows 7 and later new window type) updated by
- Very good question. I think this may be better off in the forum rather than on trac though. There is a C# solution here: http://www.lyquidity.com/blog/?p=136 In terms of doing it from AutoIt: MS changed superseded all the old api call dialogs with objects, so now the file open/save dialogs both inherit from IFileDialog. My guess is that the new folder select dialog is the same. I'll have a look later tonight hopefully and get you an AutoIt example.
- 8:17 PM Ticket #2478 (Assign and Eval do not restrict variable names) updated by
- Replying to MHz: > Interesting. I could consider it as a desirable feature. > For instance. > {{{ > Local $name = "Question, what is 3 + 3?" > Assign($name, 6) > MsgBox(0, '$name', $name & ' ' & @CRLF & Eval($name) & @CRLF) > }}} > You intend to access the string representation of the variable with Eval so I see only benefit. What the name in the variable could be regarded as little concern. You have string functions to check if what is in $name is valid or not by your own criteria. Same as you test for what is put in an edit control of a gui. I am afraid I must disagree. There are several disadvantages: 1. It makes it harder to debug. 2. It may polute the environment (and makes any good optimization virtually impossible). 3. The environment is not a map and should not be used as a map. 4. You cannot access the variable the normal way (no $"Question..." or $$name allowed). All that glitters is not gold. I would even deprecate Assign, Eval, IsDeclared, Call and Execute (Call and Execute might have side effects). That kind of reflection should be unneccessary.
- 7:52 PM Ticket #2480 (Proposed amendments to the 43 files) updated by
- It's being discussed at present on whether or not it's an error with AutoIt or the example. Thanks for reporting.
- 6:41 PM Ticket #2479 (TIDY Crash) closed by
- Fixed: Fixed in v 2.3.0.20.
- 4:18 PM Ticket #2480 (Proposed amendments to the 43 files) updated by
- Jpm did you check that example GUICtrlCreateEdit[2].au3 I report this here: http://www.autoitscript.com/trac/autoit/ticket/2476 but forgot to delete from my "CHANGE_3" folder, in effect, the file CHANGE_3.ZIP
- 3:43 PM Ticket #2475 (Select...Case...EndSelect - parameter - "Case <expression>") closed by
- Completed: Removed by revision [9038] in version: 3.3.9.22
- 3:37 PM Ticket #2474 (Dim / Global / Local / Const - syntax - BUG ?) closed by
- Fixed: Fixed by revision [9036] in version: 3.3.9.22
- 2:52 PM Ticket #2478 (Assign and Eval do not restrict variable names) updated by
- Note my testing was done in 3.3.8.1 so this feature has been out in the wild for quite some time.
- 2:43 PM Ticket #2478 (Assign and Eval do not restrict variable names) updated by
- Interesting. I could consider it as a desirable feature. For instance. […] You intend to access the string representation of the variable with Eval so I see only benefit. What the name in the variable could be regarded as little concern. You have string functions to check if what is in $name is valid or not by your own criteria. Same as you test for what is put in an edit control of a gui.
- 11:58 AM Ticket #2481 (FileSelectFolder - Windows 7 and later new window type) created by
- When one of the tool that I use ask me to select specific directory, …
- 8:32 AM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by
- @Mat did Jon confirm something as you move it to Documentation?
- 8:26 AM Ticket #2480 (Proposed amendments to the 43 files) closed by
- Completed: Added by revision [9035] in version: 3.3.9.22
- 8:09 AM Ticket #2479 (TIDY Crash) updated by
- oh. console output is only for info. yes , main problem is TIDY crash.
- 7:13 AM Ticket #2479 (TIDY Crash) updated by
- I can add that the main problem is that TIDY crash, not the console output
- 7:13 AM Ticket #2480 (Proposed amendments to the 43 files) updated by
- sorry two time the same file because site refresh
- 7:09 AM Ticket #2480 (Proposed amendments to the 43 files) created by
- txtKeywords ForInNext.txt Static.txt txtFunctions …
- 6:49 AM Ticket #2479 (TIDY Crash) created by
- the problem was discused here: …
- 12:19 AM Ticket #2475 (Select...Case...EndSelect - parameter - "Case <expression>") updated by
- So let's wait and see what others say.
Sep 17, 2013:
- 11:24 PM Ticket #2475 (Select...Case...EndSelect - parameter - "Case <expression>") updated by
- Yes, because of the way Select/Case works you have to put the expression after the word Case. The example is demonstrating that fact. At least that's how I read it. Switch needs the expression after the Switch keyword, perhaps the help file should have the keyword in the parameters. Of course this is only my opinion based upon how they work and how I'm reading the help file.
- 9:36 PM Ticket #2477 (FileInstall() to use the same Flag values as FileCopy to create ...) updated by
- This would be a handy feature
- 9:22 PM Ticket #2475 (Select...Case...EndSelect - parameter - "Case <expression>") updated by
- Replying to BrewManNH: > Select and Switch have different syntax. The expression is tested only once in the Switch command. The expression is tested on every Case statement in a Select command. Yes I know and that all is clear However, that's not what I mean. I think it's best to explain it, direct example. Here are two examples, containing fragments of documentation files. […] […] The first contains the current form. The second is modified only for the TICKET. I asked before: " Whether it is good That this place uses the keyword "case" " I am thinking whether it is good that the keyword "case" is placed in the name of the parameter.
- 8:36 PM Ticket #2478 (Assign and Eval do not restrict variable names) created by
- […] Is that behavior intended? Should such inaccessable names be …
- 8:32 PM Ticket #2475 (Select...Case...EndSelect - parameter - "Case <expression>") updated by
- Select and Switch have different syntax. The expression is tested only once in the Switch command. The expression is tested on every Case statement in a Select command.
- 6:03 PM Ticket #2477 (FileInstall() to use the same Flag values as FileCopy to create ...) created by
- Description I made a feature request for this 6 years ago, …
- 5:08 PM Ticket #2472 (Infinite Loop) updated by
- It took me 1080 sec to execute the first post. It is reduce to 386 sec with mlipok suggestion
- 9:34 AM Ticket #2472 (Infinite Loop) updated by
- daved@... it works super fast but you must Change the operation of various AutoIt functions/parameters. Opt("MouseClickDelay", 0) Opt("MouseClickDownDelay", 0)
- 8:27 AM Ticket #2472 (Infinite Loop) updated by
- so it is a huge time with the mouseclick() consolewrite() execution perhaps you overflow the output pane before the end
- 8:06 AM Ticket #2466 (Proposed amendments to the 74 files) closed by
- Completed: Added by revision [9032] in version: 3.3.9.22
- 12:00 AM Ticket #2474 (Dim / Global / Local / Const - syntax - BUG ?) updated by
-
Version changed
Automatic ticket cleanup.
Sep 16, 2013:
- 11:25 PM Ticket #2476 (GUICtrlCreateEdit[2].au3 - ERROR) created by
- example: GUICtrlCreateEdit[2].au3 […]
- 11:18 PM Ticket #2475 (Select...Case...EndSelect - parameter - "Case <expression>") created by
- in Select...Case...EndSelect in parameter description ? there is in …
- 11:09 PM Ticket #2474 (Dim / Global / Local / Const - syntax - BUG ?) created by
- I agree with AZIJO …
- 8:38 PM Ticket #2473 (_WinAPI_SystemParametersInfo) closed by
- Fixed: Fixed in the next version.
- 8:24 PM Ticket #2473 (_WinAPI_SystemParametersInfo) created by
- "@@MsdnLink@@ SystemParametersInfo" is in place of the example.
- 5:49 PM Ticket #2472 (Infinite Loop) updated by
- WTF??? Do you know code at all???/ LOL 26*26*26 is the total number of loops/combinations DUH It's a BUG
- 4:34 PM Ticket #2466 (Proposed amendments to the 74 files) updated by
- just some
- 4:09 PM Ticket #2466 (Proposed amendments to the 74 files) updated by
- thanks by the way I do there many other change not only links do you check it ?
- 3:44 PM Ticket #2466 (Proposed amendments to the 74 files) updated by
- @mlipok I am OK with your view. no probem to continue to add links in all sections when needed
- 1:48 PM Ticket #2472 (Infinite Loop) closed by
- No Bug: The loop does stop, it just goes very slowly. Just because MouseMove says its "instantaneous" doesn't mean it actually is. I would say how many mouseclicks you are trying to do, but wolfram won't tell me (http://www.wolframalpha.com/input/?i=26%2B26%5E26%2B2*26%5E26%5E26). The number is too big. Anyway, adding trace lines shows the loop is progressing. […]
- 10:42 AM Ticket #2457 (OS Restarts / (fails)) updated by
- Replying to Jon: Doesn't work on xp sp2. How can u say works for me ? You should try on win xp sp3 deepfreeze, it fails.
- 8:58 AM Ticket #2472 (Infinite Loop) updated by
- sorry one mistake this is correct one […]
- 8:50 AM Ticket #2472 (Infinite Loop) updated by
- how long you wait ? how fast is your computer ? try to check this: […] the only thing that is puzzling is basically a "not for the quick action" but maybe this is normal?
- 2:30 AM Ticket #2472 (Infinite Loop) created by
- For $k = 1 To 26 MouseClick ("left",500,255,1,0) For $j = 1 To …
Sep 15, 2013:
- 10:45 PM Ticket #2465 (in _IEPropertyGet - out of date links in "ClientInfo Properties") updated by
- Correct link: http://msdn.microsoft.com/en-us/library/ie/ms535860(v=vs.85).aspx from DaleHohm
- 10:22 PM Ticket #2466 (Proposed amendments to the 74 files) updated by
- Replying to jpm: > first checking lead me > > 1. Do we want to remove the ###Related### section? > that's the induction of adding those <a href= at least fora lot of them When you read a book, at the bottom you have the information for the index of the page. You can quickly jump into an appropriate description, and quickly return to continue reading. When you finish reading the whole book, at the end you have a summary, including a list of indexes. The same is true, in fact it should be, with electronic documentation. You read the documentation for a function, I read a description of the parameters you see any reference to other features, read in this way, you allow your mind to associate that particular parameter to another function. In this way, the reading is context sensitive. Related section, for me is a kind of census indexes, summary, where else can you look a reminder of what is related to a particular part of the documentation. But beware, I believe that this section is very important. Let me put it another way. When you learn something, but based on paper records, or simply on the basis of clear text, you use a pen or marker to mark keywords? It is natural for you? For me, yes. In the documentation, the sign, there are links that stand apart from other features of the text.
- 9:55 PM Ticket #2466 (Proposed amendments to the 74 files) updated by
- Replying to Jpm: > 2. link to the function itself is not an improvement look for WinGetText documentation. in Remarks there is a 3 times a link to the described function. What you feel reading this documentation, and seeing this all links ? It confuse you ? Or you are glad ? I am glad because thus acquires a more readable text.
- 8:02 PM Ticket #2467 (SW_SHOWDEFAULT always return 10) updated by
- Ok, "For use with the WinSetState, Run, RunWait, FileCreateShortcut and FileGetShortcut functions" Sorry…
- 7:58 PM Ticket #2471 (Bad restore for script using $WS_EX_LAYOUTRTL) updated by
- I once had a similar problem Then go a little downplayed Now let me show you a short answer to this problem by a slight modification of the example from Jpm try to comment/uncomment one of the two "Local $Menu = GUICtrlCreateMenu("help")" […]
- 4:19 PM Ticket #2471 (Bad restore for script using $WS_EX_LAYOUTRTL) created by
- just use following script to repro […]
- 3:56 PM Ticket #2385 (@include) closed by
- Rejected
- 3:53 PM Ticket #2463 (RunWait does not wait if running an admin mode program (UAC popup)) closed by
- Works For Me
- 3:52 PM Ticket #2457 (OS Restarts / (fails)) closed by
- Works For Me
- 3:27 PM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by
-
Component changed
Changed to a documentation issue. - 3:25 PM Ticket #2168 (Updown control displayed on wrong TAB) closed by
- No Bug: OP says no bug. Feel free to reopen jpm if you still feel this is a bug related to menu creation.
- 3:06 PM Ticket #2470 ($GUI_EVENT_(PRIMARY and SECONDARY)DOWN not triggered after WinActivate) created by
- $GUI_EVENT_PRIMARYDOWN and $GUI_EVENT_SECONDARYDOWN are skiped one …
- 2:33 PM Ticket #2467 (SW_SHOWDEFAULT always return 10) updated by
- I compile the first script to be called by the second script. Doc says : @SW_SHOWDEFAULT: Sets the show state based on the SW_ value specified by the program that started the application. So, if i Run the first script with "show_flag=@SW_HIDE", then the first script will display the value of "@SW_HIDE" wich is equals to 0 not 10. I try it with different values in the "Run" command, and the first script always display 10.
- 2:16 PM Ticket #2467 (SW_SHOWDEFAULT always return 10) closed by
- No Bug: Not sure why you compile the script but anyway you want to display a tooltip text of the value of @SW_SHOWDEFAULT. So you get the answer it is 10 No Bug, always best to ask help from the forum before filling a trak report
- 11:58 AM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by
- I know you know that. I just confirm my knowledge ps. I'm sorry I have not added the question mark in the previous post.
- 11:52 AM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by
- I know all of that. I just wait that Jon confirm it cannot be fix
- 11:39 AM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by
- so I thought summing first Please add the appropriate description for #OnAutoItStartRegister secondly you need to change the file example
- 11:32 AM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by
- Since ever no #include information can be used during the #OnAutoItStartRegister execution. I don't know if it can be changed or even should be changed
- 8:27 AM Ticket #2466 (Proposed amendments to the 74 files) updated by
- Done.
- 8:19 AM Ticket #2469 (Example: GUIGetMsg[2] - inconsistency?) closed by
- Completed: Removed by revision [9023] in version: 3.3.9.22
Sep 14, 2013:
- 11:57 PM Ticket #2469 (Example: GUIGetMsg[2] - inconsistency?) updated by
- I forgot to add that: in: GUI Reference - MessageLoop Mode […] now Show me the truth.
- 11:55 PM Ticket #2469 (Example: GUIGetMsg[2] - inconsistency?) created by
- in example GUIGetMsg[2].au3 there is: […] but in: GUI Reference …
- 11:20 PM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) created by
- this is a modified example from Documentation to this function …
- 11:11 PM Ticket #2466 (Proposed amendments to the 74 files) updated by
- btw using grepWin (RegExp) i found in Example StringRegExp.au3 […] please change to that […]
- 10:42 PM Ticket #2466 (Proposed amendments to the 74 files) updated by
- Replying to guinness: > I added the fix for declaring a variable inside a loop and 5th example for _IEFormElementSetValue(). I will leave the rest for now. Thanks. thanks for info i think 5th example was missing link of, and very often asked question on forum Replying to jpm: > 1. Do we want to remove the ###Related### section? no > that's the induction of adding those <a href= at least fora lot of them poorly understood me, or at least my intentions, but I understand your point of view. > 2. link to the function itself is not an improvement I had exactly the same approach, but it changed. More specifically, I will try to answer your comments in a few days. Tomorrow I have a family day. Regards mlipok
- 10:24 PM Ticket #2466 (Proposed amendments to the 74 files) updated by
- I added the fix for declaring a variable inside a loop and 5th example for _IEFormElementSetValue(). I will leave the rest for now. Thanks.
- 10:18 PM Ticket #2466 (Proposed amendments to the 74 files) updated by
- I guess you're on the case jpm.
- 10:17 PM Ticket #2464 (Select...Case...EndSelect - syntax - bug ??) closed by
- Fixed: Fixed by revision [9020] in version: 3.3.9.22
- 4:20 PM Ticket #2167 ($WS_EX_LAYOUTRTL and GUICtrlCreateMenu causes bug) updated by
- Hi JPM, Already reported again see #2379 Best regards, Emiel Wieldraaijer
- 4:18 PM Ticket #2168 (Updown control displayed on wrong TAB) updated by
- Hi JPM, This is not a bug i forgot to close the TabItems with GUICtrlCreateTabItem("") Sorry Best regards, Emiel Wieldraaijer
- 1:10 PM Ticket #2168 (Updown control displayed on wrong TAB) reopened by
- Due to Menu creation. Find the solution
- 1:09 PM Ticket #2167 ($WS_EX_LAYOUTRTL and GUICtrlCreateMenu causes bug) reopened by
- Due to Menu creation Find the solution
- 12:52 PM Ticket #2467 (SW_SHOWDEFAULT always return 10) created by
- @SW_SHOWDEFAULT always return 10. Doc : @SW_SHOWDEFAULT: Sets the …
- 7:05 AM Ticket #2466 (Proposed amendments to the 74 files) updated by
- first checking lead me 1. Do we want to remove the ###Related### section? that's the induction of adding those <a href= at least fora lot of them 2. link to the function itself is not an improvement edited: anonymous = jpm
Sep 13, 2013:
- 9:39 PM Ticket #2466 (Proposed amendments to the 74 files) created by
- libExamples _IEFormElementSetValue[5].au3 …
- 6:17 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- Replying to mlipok: > "Perhaps to put a "See Text special definition" as for the Title" > > > I still think it would be a good way to "..to put a "See Text special definition" as for the Title" > So we will add a link pointing to the specific part of "Window Titles and Text (Basic)"
- 4:45 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- ending... I think all is clear, Summary: @Jpm "Perhaps to put a "See Text special definition" as for the Title" I still think it would be a good way to "..to put a "See Text special definition" as for the Title"
- 4:29 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- is "legimitate" ??? are you mean "legitimate" ? I agree that in case of using the Text is bypassed. from "Window Titles and Text (Advanced)" "When you use a window handle for the title parameter then the text parameter is completely ignored." but what happen when we not using $hWnd ? so let's see […] whats the results: […] so I steel correct your statement "All description about Text in Control...() as default are wrong." not all because ControlGetFocus , is an "exception to the rule", it is a different case.
- 3:17 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- I agree that in case of using $hWnd the text can be a litte imprecise. But if you use a tile as a string , text="" is legimitate. So still I need your help to rephrase what confuse you in the help text. Cheers JP
- 3:14 PM Ticket #2465 (in _IEPropertyGet - out of date links in "ClientInfo Properties") created by
- All links in "ClientInfo Properties" table are out of date for …
- 12:34 PM Ticket #2462 (_FTP_FindFileClose - wrong description) closed by
- No Bug
- 11:54 AM Ticket #2457 (OS Restarts / (fails)) updated by
- Replying to anonymous: > Replying to Jpm: > > Definitly the min XP OS is certainly SP3. > > Is the problem the same with SP3? > > no problem on xp sp3. > > But consistent problem with xp sp2. > > Please add sp2 support or atleast minimum requirements for autoit in help file ...... or atleast specify minimum requirements for autoit in help file & while installing
- 11:53 AM Ticket #2457 (OS Restarts / (fails)) updated by
- Replying to Jpm: > Definitly the min XP OS is certainly SP3. > Is the problem the same with SP3? no problem on xp sp3. But consistent problem with xp sp2. Please add sp2 support or atleast minimum requirements for autoit in help file
- 9:30 AM Ticket #2463 (RunWait does not wait if running an admin mode program (UAC popup)) updated by
- Note, this only happens when the 2nd program (containing the RunWait()) is run as a script. Works fine when 2nd program is compiled.
- 9:21 AM Ticket #2464 (Select...Case...EndSelect - syntax - bug ??) created by
- no is: […] there is no <expression> for second statement2 …
- 9:17 AM Ticket #2463 (RunWait does not wait if running an admin mode program (UAC popup)) created by
- I created a script using the #RequireAdmin directive and compiled it. …
- 3:41 AM Ticket #2462 (_FTP_FindFileClose - wrong description) updated by
- sorry All right, this piece of documentation. my mistake
- 3:35 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- Simply look at the examle to ControlGetFocus: […] how you see, there is […] with out using second parameter. I was only in reference to your comments Replying to 3 jpm: > All description about Text in Control ... () as default are wrong. > "" Is not a default but a way to avoid checking for a specific text I pointed that it is more correctly stated as follows: All description about Text in Control ... () as default are wrong, excluding ControlGetFocus, where Text is indeed optional.
- 2:51 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- your wording do not confuse me The only thing that irritates me is the fact that 20 years ago, I could not learn the English language and as a result I have sort out the problems of international communication. Public School learned another language (Russian), and at the time for private lessons for me, I could not afford my parents.
Note:
See TracTimeline
for information about the timeline view.
