Timeline
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.
Sep 12, 2013:
- 10:47 PM Ticket #2462 (_FTP_FindFileClose - wrong description) created by
- "Delete FindFile Handle."
- 10:45 PM Ticket #2458 (_FTP_FileTimeLoHiToStr - description) updated by
- my mistake sorry
- 8:56 PM Ticket #2461 (GUICtrlSetImage doesn't handle certain types of .gif file) updated by
- The problem is not related with gif format but just a refresh problem
- 3:37 PM Ticket #2459 (_StringBetween) closed by
- Fixed: Fixed by revision [9010] in version: 3.3.9.22
- 2:55 PM Ticket #2460 (_StringBetween bug when $sStart = $sEnd) closed by
- Fixed: Fixed by revision [9009] in version: 3.3.9.22
- 12:21 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- @mlipok Just proposed a better wording if the current one confused you
- 12:19 PM Ticket #2457 (OS Restarts / (fails)) updated by
- Definitly the min XP OS is certainly SP3. Is the problem the same with SP3?
- 12:16 PM Ticket #2458 (_FTP_FileTimeLoHiToStr - description) closed by
- Fixed: already fixed in beta
- 11:42 AM Ticket #2461 (GUICtrlSetImage doesn't handle certain types of .gif file) created by
- Using the attached files, try the following script. […] A white …
Sep 11, 2013:
- 9:10 PM Ticket #2460 (_StringBetween bug when $sStart = $sEnd) created by
- […] I propose the following change to fix this case: […]
- 9:02 PM Ticket #2459 (_StringBetween) created by
- _StringBetween Description says: "Find strings between two sets of …
- 6:00 PM Ticket #2458 (_FTP_FileTimeLoHiToStr - description) updated by
-
Version changed
Automatic ticket cleanup. - 5:53 PM Ticket #2458 (_FTP_FileTimeLoHiToStr - description) created by
- is this descripition ok ? […]
- 4:06 PM Ticket #2457 (OS Restarts / (fails)) created by
- OS Restarts / (fails). Stop Error / BSOD / Similar :- OS: a) WIN …
- 12:41 PM Ticket #2385 (@include) updated by
- @Beege Correct. @Mat Even without additional features it would be useful for managing a lot of includes (because they would not need additional files for examples) and demonstrating their usage to others. Another advantage would be that it would be easy to implement.
- 9:13 AM Milestone 3.3.9.21 completed
Sep 10, 2013:
- 5:27 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- English grammar is quite significantly readjusted in relation to Polish, or vice versa. In most cases, general conversation context is easy to grasp, but in some cases this is no longer so easy. I mean the use of language such as specific programming, business, medical, technical. So I have to intersperse in my head, your answer. I will return to this TICKET for a few days, and either I agree with you entirely, or if you let me ask a final question. best regards mlipok
- 5:12 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- […] I disagree the second parameter follow the not checking. checking that is not working must be donz by checking @error. The return does not mean failure. If you read carefully the "Window Titles and Text (Basic)" the optional or not behavior is described but the page can be more clear on the behavior […]
Sep 9, 2013:
- 4:27 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- I understand that you mean more or less the description: " In some functions, the text parameter is not optional. If you do not wish to specify any text then just use "" (a blank string). A blank string, or nothing at all, in the text tells AutoIt That any text is valid. " of this part of the documentation: "Window Titles and Text (Basic)" I think it would be a good way. Currently, in fact, in the descriptions of function is not written to omit this parameter, nor is there any link. The second thing: You write: "All description about Text in Control...() as default are wrong." Generally this is true, but I think not for ControlGetFocus […] unless I'm wrong
- 3:32 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- Replying to mlipok: > Replying to 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 think it is a special case: ControlGetFocus > > {{{ > ControlGetFocus ( "title" [, "text"] ) > }}} If we add we have to change in all Win...() The behavior is decribed in the Window Titles and Text (Basic) Perhaps to put a "See Text special definition" as for the Title do not understand the ControlGetFocus() remarks
- 2:53 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- I meant description sorry.
- 1:50 PM Ticket #2436 (AutoIt Command Line Interpreter) closed by
- Rejected
- 1:36 PM Ticket #1870 (@GUI_DRAGFILE) closed by
- Fixed: Fixed by revision [8994] in version: 3.3.9.21
- 1:33 PM Ticket #2152 (X^2 Not Working in Hex()) closed by
- Fixed: Fixed by revision [8993] in version: 3.3.9.21
- 1:22 PM Ticket #1954 (ListViewItem returns 0 (failure) even though it populates the ListView) closed by
- Fixed: Fixed by revision [8992] in version: 3.3.9.21
- 1:19 PM Ticket #2299 (GUI Button Text Left-Justify Bug) closed by
- Fixed: Fixed by revision [8991] in version: 3.3.9.21
- 1:16 PM Ticket #2105 (Odd behavior Hex()) closed by
- Fixed: Fixed by revision [8990] in version: 3.3.9.21
- 11:32 AM Ticket #2455 (Mouse Cursor not changing on resizable GUIs) updated by
- Fixed by revision [8988] in version: 3.3.9.21
- 11:29 AM Ticket #2455 (Mouse Cursor not changing on resizable GUIs) closed by
- Fixed: Fixed by revision [8987] in version: 3.3.9.21
- 10:04 AM Ticket #2456 (Function Notes) created by
- Please consider adding a link to "Function Notes" in such descriptions …
- 9:58 AM Ticket #2455 (Mouse Cursor not changing on resizable GUIs) created by
- With new AutoIt Beta 3.3.9.20, the mouse cursor doesn't change on …
- 9:52 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- Replying to guinness: > Thank you. I made changes that I felt were applicable. > > So you remember, direct links aren't applied to the description or parameters section as these are used for calltips in SciTE etc. for example see: ControlSend _FileReadToArray WinWait
- 8:33 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- Replying to 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 think it is a special case: ControlGetFocus […]
- 7:41 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- Replying to 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 understand that they are not only considered as a default in case the parameter is not [Optional] so in other cases, the proposed text: […] ps. as I understand it, before adding my suggestions to the documentation, you try to immediately correct any mistakes my language :)
- 7:28 AM Ticket #2445 (_GUICtrlEdit_EndUpdate and _GUICtrlEdit_BeginUpdate -- ...) updated by
- If I remember I saw the solution in some descriptions.
- 6:00 AM Ticket #2454 (if WMI Obj need "Join",au3 crashed.) created by
- the 2rd round work on old version the 1rd round will crash with not …
Sep 8, 2013:
- 3:37 PM Ticket #2410 (Obj/COM Reference - PROPOSAL) closed by
- Fixed: Fixed by revision [8985] in version: 3.3.9.21
- 3:00 PM Ticket #2347 (_WinAPI_GetMonitorInfo() returns incorrect data.) updated by
-
Milestone changed
Automatic ticket cleanup. - 2:27 PM Ticket #2427 (ControlTreeView - option2 ??) closed by
- Fixed: Fixed by revision [8984] in version: 3.3.9.21
- 2:24 PM Ticket #2347 (_WinAPI_GetMonitorInfo() returns incorrect data.) closed by
- Fixed: Wrong editing rev 7759 really fix it
- 2:21 PM Ticket #2347 (_WinAPI_GetMonitorInfo() returns incorrect data.) reopened by
- 2:01 PM Ticket #2427 (ControlTreeView - option2 ??) updated by
- It is a bug as this option2 is never used. It is not good to give a parameter that is not used. That's certainly show a misuse. i will post to Jon the coreesponding Modifications
- 1:53 PM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) closed by
- No Bug: no problem
- 12:51 PM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) updated by
- But of course I now see the reason why it isn't a default parameter. […] Sorry for wasting time.
- 12:45 PM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) updated by
- Yes Mlipok that is what I mean and I meant make it a default in both the au source and doc. Jpm, I guess it should stay -1 but it should be such that it can be written like this: […]
- 9:36 AM Ticket #2453 (FileFindNextFile can find not-matching mask files if non-English ...) created by
- It seems windows bug/feature, but still... it affect results of …
- 9:28 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- Removed this reference in rev 8978.
- 9:19 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- All description about Text in Control...() as default are wrong. "" is not a default but a way to avoid checking for a specific text
- 9:08 AM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) updated by
- It was a mistake from the previous commit 7893. The "default" parameter should have never been added.
- 9:03 AM Ticket #2438 (GuiSetFont and GuiCtrlSetFont - font list appendix) closed by
- Completed
- 9:03 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by
- Thank you. I made changes that I felt were applicable. So you remember, direct links aren't applied to the description or parameters section as these are used for calltips in SciTE etc.
- 9:00 AM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) updated by
-
Milestone changed
Automatic ticket cleanup. - 8:56 AM Ticket #2452 (Proposed amendments to the 50 text files) closed by
- Completed: Added by revision [8975] in version: 3.3.9.21
- 8:54 AM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) reopened by
- Changing the doc is not enough. AutoIt code want really 2 parameters. What is the menuID you expect to use by default? I reopen the ticket as doc change is not enough
- 8:39 AM Ticket #2450 (For...To...Step...Next - Syntax - Proposal) closed by
- Rejected
- 8:34 AM Ticket #2449 (GUICtrlGetHandle - Remarks proposal) closed by
- Completed: Added by revision [8973] in version: 3.3.9.21
- 8:22 AM Ticket #2448 (Macro Reference and Macro Reference - AutoIt Related) closed by
- Rejected
- 8:22 AM Ticket #2448 (Macro Reference and Macro Reference - AutoIt Related) updated by
- I can see "Macro Reference" and "Macros" only.
- 8:08 AM Ticket #2451 (StringToASCIIArray / GUICtrlSetFont - default parameters) closed by
- Rejected
- 8:04 AM Ticket #2447 (FileFindFirstFile - Related - Proposal) closed by
- Rejected
- 8:00 AM Ticket #2446 (FileRecycle - Parameters - propsal) closed by
- Completed: Changed by revision [8972] in version: 3.3.9.21
- 7:59 AM Ticket #2445 (_GUICtrlEdit_EndUpdate and _GUICtrlEdit_BeginUpdate -- ...) updated by
- Direct links shouldn't be placed in the description, as this is what the related functions is intended for.
- 7:57 AM Ticket #2445 (_GUICtrlEdit_EndUpdate and _GUICtrlEdit_BeginUpdate -- ...) closed by
- Completed: Added by revision [8971] in version: 3.3.9.21
- 2:22 AM Ticket #2452 (Proposed amendments to the 50 text files) created by
- txtlibfunctions _Date_Time_SetSystemTimeAdjustment.txt …
- 2:13 AM Ticket #2451 (StringToASCIIArray / GUICtrlSetFont - default parameters) created by
- in StringToASCIIArray What is the default value for the parameter …
- 2:00 AM Ticket #2450 (For...To...Step...Next - Syntax - Proposal) updated by
- mistake: -1 correct: 1 […]
- 1:57 AM Ticket #2450 (For...To...Step...Next - Syntax - Proposal) created by
- in For...To...Step...Next please consider change from that […] to …
- 1:27 AM Ticket #2449 (GUICtrlGetHandle - Remarks proposal) created by
- in GUICtrlGetHandle in Remarks: "! These controls are not supported: …
- 1:08 AM Ticket #2448 (Macro Reference and Macro Reference - AutoIt Related) created by
- in index there are two Macro Reference one named "Macro Reference" …
- 12:08 AM Ticket #2447 (FileFindFirstFile - Related - Proposal) created by
- in FileFindFirstFile in Related add link to FileChangeDir …
- 12:02 AM Ticket #2446 (FileRecycle - Parameters - propsal) created by
- in FileRecycle in Paremeters change from […] to […] …
Sep 7, 2013:
- 11:59 PM Ticket #2445 (_GUICtrlEdit_EndUpdate and _GUICtrlEdit_BeginUpdate -- ...) created by
- in _GUICtrlEdit_EndUpdate at the top there is "Enables screen …
- 9:48 PM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) updated by
- you talk about this: […] If the answer is yes then I wait too long -- it was on my list.
- 9:46 PM Ticket #2427 (ControlTreeView - option2 ??) updated by
- Think about it. Can you give any example of using parameter Option2?
- 9:12 PM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) closed by
- Completed: Removed by revision [8970] in version: 3.3.9.21
- 9:03 PM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) created by
- The helpfile says this: […] It seems like menuID should be a …
- 7:29 PM Ticket #2412 (#include - Question) closed by
- Rejected
- 7:29 PM Ticket #2427 (ControlTreeView - option2 ??) updated by
- I don't see how this is a bug?
- 7:27 PM Ticket #2442 (_WinAPI_DllInstall and _WinAPI_DllUninstall - ###Related###) closed by
- Fixed
- 5:00 PM Ticket #2443 (Name of nested structs) updated by
-
Version changed
Automatic ticket cleanup. - 4:46 PM Ticket #2443 (Name of nested structs) updated by
- Sorry, forgot to set version to blank :(
- 4:40 PM Ticket #2443 (Name of nested structs) created by
- Hello, as mentioned in this topic, i would realy like to see the …
- 11:42 AM Ticket #1275 (GUICtrlSetTip - after tip times out it does not show again) reopened by
- 11:41 AM Ticket #1275 (GUICtrlSetTip - after tip times out it does not show again) updated by
- This is a bug in common controls on XP. Due to some recent changes in how controls are done I may be able to fix this now. Reopening for reference.
- 11:36 AM Ticket #2442 (_WinAPI_DllInstall and _WinAPI_DllUninstall - ###Related###) updated by
- I see that this is a wider problem see _WinNet_ ...... see Monitors user defined functions Reference see _WinAPI_AngleArc I did not check all ps. I'm just in the course of checking how to operate the _WinNet_ .... I will have sample scripts
- 11:25 AM Ticket #2442 (_WinAPI_DllInstall and _WinAPI_DllUninstall - ###Related###) updated by
- the same in _WinAPI_DPtoLP in example section
- 11:25 AM Ticket #2437 (IniWriteSection does not sufficiently control the "data" parameter.) closed by
- Wont Fix
- 11:23 AM Ticket #2442 (_WinAPI_DllInstall and _WinAPI_DllUninstall - ###Related###) created by
- in related "###Related###" not working, broken link
- 11:20 AM Ticket #2066 (bad dllStructSetData return for int) closed by
- Fixed: Fixed by revision [8962] in version: 3.3.9.21
- 11:00 AM Ticket #1652 (Sleep in TimerFunc) reopened by
- 10:47 AM Ticket #2299 (GUI Button Text Left-Justify Bug) reopened by
- Bug occured is the button is colored …
- 10:46 AM Ticket #2171 (Inconsistent delay for TCPTimeout option) reopened by
- In fact a bug lead to have only entire second timeout. subsecond is ignored
- 10:44 AM Ticket #2152 (X^2 Not Working in Hex()) reopened by
- In fact integerinteger should return an integer
- 10:43 AM Ticket #2105 (Odd behavior Hex()) reopened by
- In fact the problem come from regread with REG_DWORD type
- 10:39 AM Ticket #2066 (bad dllStructSetData return for int) reopened by
- 10:39 AM Ticket #1954 (ListViewItem returns 0 (failure) even though it populates the ListView) reopened by
- 10:38 AM Ticket #1870 (@GUI_DRAGFILE) reopened by
- 9:53 AM Milestone 3.3.9.20 completed
- 8:29 AM Ticket #2433 (Identify monospaced fonts in Appendix) closed by
- Completed: Added by revision [8952] in version: 3.3.9.20
Sep 6, 2013:
- 11:08 PM Ticket #2433 (Identify monospaced fonts in Appendix) updated by
- So, my final answer is: 1. Change the black on navy in the headings to make them readable. 2. Rename "Lucida Sans Console" to just "Lucida Sans" 3. Delete the "Modern MS Sans Serif" entry. And the font lists break down as follows: Monospaced Fonts Consolas Courier Courier New Lucida Console All WST_ Fonts Proportional Fonts (all remaining fonts)
- 5:03 PM Ticket #2314 (Cursor Flicker - Control) closed by
- Fixed: Fixed by revision [8947] in version: 3.3.9.20
- 1:57 PM Ticket #2190 (DirMove. (false success)) closed by
- No Bug: The proposed scripts return 0 which is correct as the move cannot be performed to move to a subdir destroying the source dir
- 1:55 PM Ticket #2190 (DirMove. (false success)) reopened by
- 1:43 PM Ticket #2210 (StringInStr) closed by
- No Bug
- 1:42 PM Ticket #2210 (StringInStr) reopened by
- 1:42 PM Ticket #2210 (StringInStr) updated by
- In fact there is no bug. StringInStr is designed to return the position in the string whatever serching from right. the first must return 2 and the second as it is scanning only on the 2 first char is not found and return 0 mean not found
- 12:52 PM Ticket #2279 (For loop not working as expected) updated by
- I think the script must error as $array as no valid type conversion
- 9:23 AM Ticket #2441 (_ExcelReadCell) created by
- i tried to read cell value from attached excel file with code: …
- 5:30 AM Ticket #2433 (Identify monospaced fonts in Appendix) updated by
- Despite what is stated by two online references, the "small fonts" font in not monospaced.
- 5:14 AM Ticket #2433 (Identify monospaced fonts in Appendix) updated by
- It appears the oddball WST_ fonts may also be monospaced
- 4:52 AM Ticket #2433 (Identify monospaced fonts in Appendix) updated by
- The four column headings that are links are displaying as black ona navy background (unreadable). I don't think "Lucida Sans Console" exists. The appendix entry should read just "Lucida Sans" (and is proportional). Neither does it appear that "Modern MS Sans Serif" ever existed, and that appendix entry should be deleted. Monospaced Fonts -------------------- Consolas Courier Courier New Lucida Console Small Fonts Proportional Fonts -------------------- (all remaining fonts)
Sep 5, 2013:
- 8:08 AM Ticket #2440 (Add official multipPorcessing.au3 likes python) closed by
- Rejected
- 8:08 AM Ticket #2440 (Add official multipPorcessing.au3 likes python) updated by
- Please re-read the red box again about submitting a ticket, especially the part about asking Devs to write UDFs.
- 8:02 AM Ticket #2440 (Add official multipPorcessing.au3 likes python) created by
- I know autoit will not support multiple-threads, but I think …
Sep 4, 2013:
- 5:10 PM Ticket #2309 (ObjEvent on ADO.Connection not returning strings) reopened by
- No sure what has really be fixed but now the script does not execute the line following $conn.open() so I reopen it for diagnostic. I hope trancexx can do it. Many thanks for her. […]
- 4:18 PM Ticket #2317 (ObjCreate Memory Leak) reopened by
- The problem is still ther with the 3.3.9.19 so I reopen the ticket
- 4:08 PM Ticket #2316 (PowerPoint COM event handler initialization error) updated by
- In fact As I am not and COM expert I cannot give definitive answer. But What I can say is the COM error handling has been fied. I you run under 3.3.4.0 at least under Win8 with Powerpoint 2010 you get a recursive calls to the errorhandler just returning 0 for any err information. I suspect the problem is really around PowePoint itself.
- 11:52 AM Ticket #1831 (_FileCountLines does not handles null characters) closed by
- Fixed
- 11:51 AM Ticket #1831 (_FileCountLines does not handles null characters) reopened by
- 9:00 AM Ticket #2427 (ControlTreeView - option2 ??) updated by
-
Version changed
Automatic ticket cleanup. - 8:29 AM Ticket #2427 (ControlTreeView - option2 ??) updated by
-
Type changed
I change to BUG at it is a real one
Sep 3, 2013:
- 11:12 PM Ticket #2418 (Where to add a description about file with constants definition. ...) updated by
- I found an example where it has no specified appropriate file: GUICtrlCreateListViewItem
- 10:39 PM Ticket #2278 (Varargs) reopened by
- 10:34 PM Ticket #2418 (Where to add a description about file with constants definition. ...) updated by
-
Owner, Status changed
The second option is what I have been using. Will take a look at which docs are doing things differently
Sep 2, 2013:
- 6:04 PM Ticket #2439 (SplashImageOn - Bug - Parameters description) closed by
- Fixed: Fixed by revision [8924] in version: 3.3.9.20
- 6:01 PM Ticket #2433 (Identify monospaced fonts in Appendix) updated by
- Mat has sent a PM to Spiff59 regarding this ticket. Just awaiting for a response.
- 5:42 PM Ticket #2433 (Identify monospaced fonts in Appendix) updated by
- You tell me which fonts are mono-spaced and I will change the table. Seems a fair division of labour to me. M23
- 5:36 PM Ticket #2368 (Inconsistent GUICreate results) updated by
- Full code that works for all the styles I've tested can be found here: http://www.autoitscript.com/forum/topic/154224-winsetclientpos/ Don't think this will be changed in the AutoIt core as a lot of existing scripts probably rely on their windows being the same size.
- 9:13 AM Ticket #2437 (IniWriteSection does not sufficiently control the "data" parameter.) updated by
- Thank for this fast answer. It's not a problem to check to format (for me). Maybe you can add a remark in the helpfile about this. Good luck
- 12:01 AM Ticket #2439 (SplashImageOn - Bug - Parameters description) updated by
- sorry. "width" is cited but in incorrect column
- 12:00 AM Ticket #2438 (GuiSetFont and GuiCtrlSetFont - font list appendix) updated by
-
Version changed
Automatic ticket cleanup.
Sep 1, 2013:
- 11:59 PM Ticket #2439 (SplashImageOn - Bug - Parameters description) created by
- in SplashImageOn there is a bug in Parameters description Parameter …
- 11:53 PM Ticket #2418 (Where to add a description about file with constants definition. ...) updated by
- On the other hand, for example, MsgBox () shows an example of display the information concerning constants in the remarks. in this case, this option is much better because of the amount of information.
- 11:25 PM Ticket #2438 (GuiSetFont and GuiCtrlSetFont - font list appendix) created by
- in GuiSetFont and GuiCtrlSetFont please add a link to the Appendix …
- 11:10 PM Ticket #2418 (Where to add a description about file with constants definition. ...) updated by
- as an example, please look for GUISetFont there is used both as GUIConstantsEx.au3 FontConstants.au3, wherein FontConstants.au3 is used twice. All these files are listed in section Parmeters I think the solution is clear. I would suggest possibly before and after "Constants are defined in ..." add an extra blank line. To stand out this information.
- 9:31 PM Ticket #2422 (_Crypt_EncryptData) closed by
- Fixed
- 9:31 PM Ticket #2422 (_Crypt_EncryptData) updated by
- I somehow fixed it (I'm tweaking the build scripts) but it was unintentional.
- 9:58 AM Ticket #2405 (Possible issue with FileGetVersion.) closed by
- Fixed: Fixed by revision [8908] in version: 3.3.9.20
- 9:53 AM Ticket #2405 (Possible issue with FileGetVersion.) updated by
- The docs for FileGetVersion are wrong. A "CompiledScript" property is no longer there. I'll remove it. The way to add a custom version number is the pragma directive. And to get the version of AutoIt used you use the @AutoItVersion macro. See here: […]
Aug 31, 2013:
- 9:37 AM Ticket #2414 (FileGetPos - Return Value - not complete list of @error conditions) closed by
- No Bug
Aug 30, 2013:
- 4:52 PM Ticket #2414 (FileGetPos - Return Value - not complete list of @error conditions) updated by
- Thank you for the clarification. I reread Documentation, context became clear. please close this ticket.
- 1:31 PM Ticket #2368 (Inconsistent GUICreate results) updated by
- The correct solution is using the AdjustWindowRectEx function. This wrapper around GUICreate should always create a window with the correct client size. […] AdjustWindowRectEx has a note about not being able to specify the WS_OVERLAPPED style. I'll have to test what that actually means.
- 12:28 PM Ticket #2414 (FileGetPos - Return Value - not complete list of @error conditions) updated by
- Usually when the docs say that, they mean that @error is set to something non-zero. There are no specific error codes. In order to check errors you should just use: […] This is pretty standard wording in the helpfile.
- 12:24 PM Ticket #2432 ($tagREBARBANDINFO in StructureConstants.au3) closed by
- Fixed: Fixed by revision [8884] in version: 3.3.9.20
- 12:03 PM Ticket #2437 (IniWriteSection does not sufficiently control the "data" parameter.) updated by
- No issue here in the example, as an ini file will still work when multiple keys have the same name (the first defined value will be returned by IniRead, so MyValue1). If you want unique keys then this is up to the programmer to implement. However, absolutely no checking is done on the string format at all, so completely invalid strings can still be written. That is more of an issue. I still believe it is up to programmer to make sure the data they are writing is correct though.
- 11:42 AM Ticket #2385 (@include) updated by
-
Basically, the op is looking for something similar to pythons
if __name__ == __main__which is used fairly often in python modules. This allows a module to be a program and a library in the same file. So in the op's example, running the include file directly would run some tests, or examples or something, whereas running another file that included it would do nothing. Mlipok, that's not what the op was looking for, and relies on runtime includes in addition to this. It's somewhat unnecessary as well when we already have #include-once. I think without a lot of the other reflection/runtime features other languages have this feature would not be particularly useful. - 11:31 AM Ticket #2436 (AutoIt Command Line Interpreter) updated by
- For completeness, the original forum topic can be found here: http://www.autoitscript.com/forum/topic/154089-autoit-useconsole/ I think you'll find that almost all programs in AutoIt are GUI based. When you say it's difficult to create a proper GUI application that's event driven then I think you are being very unfair, and the only language I have ever used that is easier to create and use GUIs in is C#, and even then the only reason it beats AutoIt is because of visual studio, the language itself doesn't make GUIs any easier. Console programs are very rarely used, and the lack of a proper console library shows that. There has been some interest in it, but in two years I've had at most 10 people show a genuine interest in my console.au3. For now, I would have though MHz solution would be good enough. This feature does not have to be added to the AutoIt interpreter either, so if you can come up with a solution (possibly using what MHz has already) that is satisfactory, then an MVP like myself could add it to the installer.
Aug 29, 2013:
- 6:01 PM Ticket #2435 (Different behaviour between "=" and "==") closed by
- No Bug: No bug - see 2434
- 6:00 PM Ticket #2434 (Different behaviour between "=" and "==") closed by
- No Bug
- 5:59 PM Ticket #2434 (Different behaviour between "=" and "==") updated by
- There is no bug. Using the == operator converts both sides to strings and "test" is obviously not the same as "0". However, the = operator does not do this - both sides are treated as numbers and Number("test") = 0. So 0 = 0 is true. M23
- 3:29 PM Ticket #2437 (IniWriteSection does not sufficiently control the "data" parameter.) created by
- For this code : […] the return should be 0 and @error = 1 because …
- 3:00 AM Ticket #2436 (AutoIt Command Line Interpreter) updated by
-
Version changed
Automatic ticket cleanup. - 2:29 AM Ticket #2436 (AutoIt Command Line Interpreter) created by
- AutoIt3.exe is a GUI application so a console isn't allocated for it …
- 1:25 AM Ticket #2385 (@include) updated by
- Im confused on the implementation. From the example posted and assuming that would be an include, if the preprocessor replaces @include with true you would end up with this correct? […]
Aug 28, 2013:
- 7:24 AM Ticket #2434 (Different behaviour between "=" and "==") updated by
- Replying to anonymous: Sorry, I made a mistake: […]
- 7:16 AM Ticket #2435 (Different behaviour between "=" and "==") created by
- It's different result when use "=" or "==" to compare string value …
- 7:15 AM Ticket #2434 (Different behaviour between "=" and "==") created by
- It's different result when use "=" or "==" to compare string value …
Aug 27, 2013:
- 8:19 PM Ticket #2385 (@include) updated by
- I still don't understand the point of it. I'd declare a variable in the main script and check to see if it's declared in the UDF, if I were ever to have the need to do something like this myself. But, I suppose that might be too difficult for some.
- 5:05 PM Ticket #2433 (Identify monospaced fonts in Appendix) created by
- It would be useful to identify which fonts are monospaced, such as …
- 11:16 AM Ticket #2385 (@include) updated by
- @BrewManNH, I guess it would mean that one file can act independently if it's not as a UDF or only provide a subset of functionality if it was.
Aug 26, 2013:
- 7:35 PM Ticket #2385 (@include) updated by
- I'm at a loss trying to figure out what the point of this is myself. What exactly would this achieve, and what benefit would it have to anyone?
- 7:24 PM Ticket #2422 (_Crypt_EncryptData) updated by
- The example script is duplicated, but the first one doesn't open a second script that I can see. BTW, the message boxes should have some kind of title explaining that the first one is the encrypted data, and the second one saying it's the decrypted data.
- 3:54 PM Ticket #2432 ($tagREBARBANDINFO in StructureConstants.au3) created by
- GuiReBar UDF doesn't work correctly on Windows XP due to the wrong …
- 2:03 PM Ticket #2428 (TrayCreateMenu - syntax - default values) closed by
- Completed: Added by revision [8789] in version: 3.3.9.20
- 2:01 PM Ticket #2428 (TrayCreateMenu - syntax - default values) updated by
- Replying to mlipok: > Do changes in the description of the syntax, introduced in the documentation will have an impact on, the text displayed in Scite4AutoIt I mean calltips guide. > The descriptions are updated for each autoit release (like the documentation if changed), it's not related to Scite4AutoIt.
- 11:55 AM Ticket #2428 (TrayCreateMenu - syntax - default values) updated by
- sorry I mean Are these two examples produce the same result? TrayCreateMenu('Text', -1, 0) TrayCreateMenu('Text')
- 11:44 AM Ticket #2428 (TrayCreateMenu - syntax - default values) updated by
- Example is better than a thousand words So I ask you: why syntax is not described in this way? […] Are these two examples produce the same result? TrayCreateMenu('Text', -1, 1) TrayCreateMenu('Text') This is important. but basically I have a question related to the problem, but this time to Jos Do changes in the description of the syntax, introduced in the documentation will have an impact on, the text displayed in Scite4AutoIt I mean calltips guide.
- 11:23 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) updated by
- Thanks I need to verify my own observations.
- 11:23 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) updated by
- Thanks I need to verify my own observations.
- 10:23 AM Ticket #2428 (TrayCreateMenu - syntax - default values) updated by
- Replying to mlipok: Can you be more specific? I see descriptive parameters: menuID [optional] If defined, allows you to create a submenu in the referenced menu. If equal -1 it refers to first level menu. menuentry [optional] Allows you to define the entry number to be created. The entries are numbered starting at 0.
- 10:21 AM Ticket #2430 (WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive) closed by
- Completed: Changed by revision [8786] in version: 3.3.9.20
- 10:14 AM Ticket #2431 (Win.... ("title" [, "text" - syntax and description) closed by
- Completed: Added by revision [8785] in version: 3.3.9.20
- 9:59 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) updated by
- Are you talking about TraySetState or TrayItemSetState? It's not the same thing at all. I suggest those constants for the TraySetState function: $TRAYICONSTATE_SHOW = 1 $TRAYICONSTATE_HIDE = 2 $TRAYICONSTATE_FLASH = 4 $TRAYICONSTATE_STOPFLASH = 8
- 7:59 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) updated by
- oh.. You righte not TrayItemGetState() but in Return Value there is a reference: "Returns the state. See TrayItemSetState table for values." please add the same to the TrayGetMsg Because in TrayItemSetState in Remarks there is a quite nice "State table"
- 7:18 AM Ticket #2429 (WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive) closed by
- Duplicate
- 7:16 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) updated by
- TrayGetMsg() & GUIGetMsg() should resemble each other, not TraySetState(). I will leave open and fix the table structure. No need to respond to this ticket for now.
- 7:10 AM Ticket #2393 (Macro Reference - System Info - Question ? Bug ?) updated by
-
Milestone, Resolution changed
Fixed by revision [8783] in version: 3.3.9.20 - 6:00 AM Ticket #2431 (Win.... ("title" [, "text" - syntax and description) updated by
-
Version changed
Automatic ticket cleanup. - 5:00 AM Ticket #2430 (WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive) updated by
-
Version changed
Automatic ticket cleanup. - 4:00 AM Ticket #2429 (WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive) updated by
-
Version changed
Automatic ticket cleanup. - 3:00 AM Ticket #2428 (TrayCreateMenu - syntax - default values) updated by
-
Version changed
Automatic ticket cleanup. - 2:02 AM Ticket #2430 (WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive) updated by
- sorry created two times the same Track Ticket
- 2:00 AM Ticket #2427 (ControlTreeView - option2 ??) updated by
-
Version changed
Automatic ticket cleanup. - 1:39 AM Ticket #2431 (Win.... ("title" [, "text" - syntax and description) created by
- Almost all such functions WinSet Winget WinWait WinMove syntax is …
- 1:15 AM Ticket #2430 (WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive) created by
- All these functions have different records in remarks. "None" "None" …
- 1:15 AM Ticket #2429 (WinWait , WinWaitActive, WinWaitClose, WinWaitNotActive) created by
- All these functions have different records in remarks. "None" "None" …
- 1:03 AM Ticket #2428 (TrayCreateMenu - syntax - default values) created by
- in TrayCreateMenu in syntax there is: […] Is there are default …
- 1:00 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) updated by
-
Version changed
Automatic ticket cleanup. - 12:58 AM Ticket #2427 (ControlTreeView - option2 ??) created by
- in ControlTreeView Syntax and parameters talk about option2 […] …
- 12:34 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) updated by
- please if possible make the two parts of the documentation.
- 12:33 AM Ticket #2426 (TrayGetMsg and TraySetState - Magic Numbers) created by
- TrayGetMsg - There is no Magic Number only constants. unlike the …
Aug 25, 2013:
- 8:02 PM Ticket #2425 (A few more minor helpfile annoyances.) closed by
- Fixed: Fixed by revision [8779] in version: 3.3.9.20
- 5:36 PM Ticket #2425 (A few more minor helpfile annoyances.) created by
- Attached is the txt describing the things and a few helpfile txts in …
- 2:05 PM Ticket #2385 (@include) updated by
- Replying to anonymous: > Replying to mlipok: > > {{{ > > Else > > #include <ie.au3> > > }}} > > Unfortunately does not work, but I think explains the idea. > You cannot use #include in an if clause, that's why it is not working. I know. See my statement in the comment number 5.
- 2:01 PM Ticket #2424 (Keywords.html is mostly empty.) updated by
- ;)
- 2:01 PM Ticket #2424 (Keywords.html is mostly empty.) updated by
- ha ha ha
- 11:32 AM Ticket #2423 (VarGetType - example - question) updated by
- ok Thanks
- 11:09 AM Ticket #2424 (Keywords.html is mostly empty.) closed by
- No Bug
- 11:09 AM Ticket #2424 (Keywords.html is mostly empty.) updated by
- mlipok beat you to it already.:)
- 10:31 AM Ticket #2424 (Keywords.html is mostly empty.) created by
- autoit-docs-v3.3.9.19-src\docs\autoit\english\html\keywords.htm is …
- 10:17 AM Ticket #2423 (VarGetType - example - question) closed by
- Completed: Added by revision [8766] in version: 3.3.9.20
- 10:17 AM Ticket #2423 (VarGetType - example - question) updated by
- VarGetType will return Ptr for both a handle and pointer. But I updated the function anyway.
- 10:14 AM Ticket #2385 (@include) updated by
- Replying to mlipok: > {{{ > Else > #include <ie.au3> > }}} > > > Unfortunately does not work, but I think explains the idea. You cannot use #include in an if clause, that's why it is not working.
- 10:00 AM Ticket #2423 (VarGetType - example - question) updated by
-
Version changed
Automatic ticket cleanup. - 9:36 AM Ticket #2419 (Window Titles and Text (Advanced) - example - bug and links) updated by
- Replying to guinness: > For now there direct links aren't in additional help file sections, only function documentation. I will do a global update in the future of this. ok > I fixed the statement though. Thanks. You're welcome
- 9:33 AM Ticket #2420 (Tutorial - Regular Expression - links in example) updated by
- ok
- 9:30 AM Ticket #2423 (VarGetType - example - question) created by
- in VarGetType in Related is list of function Is... there is a 12 …
- 9:25 AM Ticket #2422 (_Crypt_EncryptData) created by
- twice repeated the first example first example opens another script
- 9:07 AM Ticket #2393 (Macro Reference - System Info - Question ? Bug ?) updated by
- I still don't understand, sorry. Please download the source docs (http://www.autoitscript.com/autoit3/files/beta/autoit/) and update the relevant files in html\macros and send to me via PM. Thank you.
- 9:02 AM Ticket #2421 (Keyword/Statement Reference - BUG - empty list/table) closed by
- Fixed: Fixed by revision [8762] in version: 3.3.9.20
- 9:01 AM Ticket #2393 (Macro Reference - System Info - Question ? Bug ?) updated by
- Seeing what changes were made to version 3.3.9.19 I think that created some misunderstanding. You change: "Macro Reference" description I think this was wrong When I propose to change Appendix: I mean: "@OSLang values/codes" in "Appendix Reference" there is: […] and here I propose: […] Besides, now changed links no longer results in the APPENDIX. I think now more accurately explained what I meant earlier.
- 8:56 AM Ticket #2419 (Window Titles and Text (Advanced) - example - bug and links) updated by
- For now there direct links aren't in additional help file sections, only function documentation. I will do a global update in the future of this. I fixed the statement though. Thanks.
- 8:54 AM Ticket #2419 (Window Titles and Text (Advanced) - example - bug and links) closed by
- Rejected
- 8:53 AM Ticket #2420 (Tutorial - Regular Expression - links in example) updated by
- Direct links are only in examples for the indicated function.
- 8:53 AM Ticket #2420 (Tutorial - Regular Expression - links in example) closed by
- Rejected
- 8:51 AM Ticket #2410 (Obj/COM Reference - PROPOSAL) updated by
- Explanation for example: I think that the examples are often used code fragments in programs that are written for all developers, but especially for novices. I think it would be good if the example was quite complementary, as I suggested in this case.
- 8:41 AM Ticket #2387 (FileOpen - parameters description - Filename of the text file to open.) updated by
- I only confirm in 3.3.9.19 now is fixed thanks
- 8:30 AM Ticket #2421 (Keyword/Statement Reference - BUG - empty list/table) created by
- in Keyword/Statement Reference "Below is a complete list of the …
- 8:22 AM Ticket #2420 (Tutorial - Regular Expression - links in example) created by
- The examples are not working links v3.3.9.19
- 8:07 AM Ticket #2419 (Window Titles and Text (Advanced) - example - bug and links) created by
- BUG: "e.g. List windows matching a classname defined by a …
- 7:29 AM Ticket #2385 (@include) updated by
- it's not supposed to be running the script, and the only example showing IDEA
Note:
See TracTimeline
for information about the timeline view.
