Timeline



Oct 4, 2013:

11:41 PM Ticket #2492 (_GUICtrlToolbar_ - issue for 6 doc files) closed by J-Paul Mesnage
Fixed: Fixed by revision [9101] in version: 3.3.9.22
7:00 PM Ticket #2492 (_GUICtrlToolbar_ - issue for 6 doc files) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
6:49 PM _GUICtrlTollbar.zip attached to Ticket #2492 by mlipok
_GUICtrlToolbar_LoadBitmap.au3 and _GUICtrlToolbar_SetMetrics.txt
6:46 PM Ticket #2492 (_GUICtrlToolbar_ - issue for 6 doc files) created by mlipok
As AZJIO: …
12:57 PM Ticket #2491 (AutoIt doesn't functions properly) created by venugopal.vysakh@…
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 J-Paul Mesnage
Completed: Added by revision [9096] in version: 3.3.9.22
8:36 AM Ticket #2488 (@exitMethod - proposal - new mode - Accident) closed by J-Paul Mesnage
Rejected
8:34 AM Ticket #2418 (Where to add a description about file with constants definition. ...) closed by J-Paul Mesnage
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 J-Paul Mesnage
at least the signaled help are fixed in the beta

Oct 3, 2013:

6:21 PM Ticket #2490 (HttpSetUserAgent return value) closed by Matt Diesel
Duplicate: Duplicate of #2489.
10:50 AM Ticket #2490 (HttpSetUserAgent return value) created by anonymous
Could you please make HttpSetUserAgent return the old user agent when …
10:40 AM Ticket #2489 (HttpSetUserAgent return value) created by anonymous
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 J-Paul Mesnage
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 J-Paul Mesnage
Fixed: Fixed by revision [9091] in version: 3.3.9.22
4:05 PM Ticket #2485 (Selection goes invisible after _GUICtrlRichEdit_GetFont) updated by J-Paul Mesnage
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 mlipok
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 psandu.ro
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 Matt Diesel
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 Jos
Rejected
4:55 PM Ticket #2482 (TIDY: #Tidy_Parameters=/sf issue) closed by Jos
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 J-Paul Mesnage
7:16 AM Ticket #2488 (@exitMethod - proposal - new mode - Accident) updated by mlipok
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 BrewManNH
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 water
Component changed
1:58 PM Ticket #2486 (_GUICtrlRichEdit_GetFont does not return an empty string for mixed fonts) updated by water
Component changed
1:55 PM Ticket #2441 (_ExcelReadCell) closed by water
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 mlipok
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 water
Component changed

Sep 27, 2013:

11:49 AM Ticket #2487 (SciTE: Menu: Edit/Stream Comment - Feature request) created by mlipok
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 ILLBeBack
According to the doc, _GUICtrlRichEdit_GetFont should return an empty …
4:47 AM Ticket #2485 (Selection goes invisible after _GUICtrlRichEdit_GetFont) created by ILLBeBack
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 J-Paul Mesnage
Fixed: The 3.3.9.21 is already fixed
6:00 PM Ticket #2484 (Description incorrect for _GUICtrlRichEdit_SetRECT) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:09 PM Ticket #2484 (Description incorrect for _GUICtrlRichEdit_SetRECT) created by anonymous
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 BrewManNH
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 J-Paul Mesnage
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 J-Paul Mesnage
Version changed
11:34 AM Ticket #2205 (Scite indentation misconfiguration) updated by anonymous
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 mlipok
thanks, Now I know where we are;)
6:41 AM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by J-Paul Mesnage
Just doc sorry for not be more precise.

Sep 23, 2013:

11:33 PM Ticket #2396 (WinActivate - Remarks - PROPOSAL) updated by mlipok
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 TicketCleanup
Version changed
Automatic ticket cleanup.
7:36 PM Ticket #2483 (DriveGetDrive - different error for "improper drive type" versus "none ...) created by mrider
Greetings: This is a small thing - but it seems to me that returning …
6:40 PM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by mlipok
What solution was used? for example: documentation was changed ?
6:35 PM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) closed by J-Paul Mesnage
Fixed: Fixed by revision [9060] in version: 3.3.9.22
5:32 PM Ticket #2168 (Updown control displayed on wrong TAB) updated by J-Paul Mesnage
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 J-Paul Mesnage
Duplicate: Now 2167 is fixed Cheers
1:43 PM Ticket #2167 ($WS_EX_LAYOUTRTL and GUICtrlCreateMenu causes bug) closed by Jon
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 mlipok
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 J-Paul Mesnage
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 mlipok
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 mlipok
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 J-Paul Mesnage
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 Tasiro
> 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 IsDeclared needs 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 write Assign ("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 Tasiro
1. Bad Idea. "You can't access my variables? Have you tried Eval ("variable name") already?" Also, Execute may fail. What will be @extended? 2. Execute is the (second) slowest way possible. 3. Use ObjCreate ("Scripting.Dictionary") for maps. 4. Again, it is a bad idea to use Assign, Eval and Execute. 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 is Eval actually 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 if varname not being a variable-name (link to specification)
1:23 PM Ticket #2480 (Proposed amendments to the 43 files) updated by anonymous
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 J-Paul Mesnage
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 J-Paul Mesnage
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 mlipok
thanks
8:55 AM Ticket #2368 (Inconsistent GUICreate results) closed by J-Paul Mesnage
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 Jon
Bug as far as I'm concerned.
8:45 AM Ticket #2461 (GUICtrlSetImage doesn't handle certain types of .gif file) closed by Jon
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 MHz
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 MHz
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 J-Paul Mesnage
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 ALIENQuake <alienquake@…>
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 guinness
Added as comments for now.
8:52 PM Ticket #2481 (FileSelectFolder - Windows 7 and later new window type) updated by Matt Diesel
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 Tasiro
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 guinness
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 Jos
Fixed: Fixed in v 2.3.0.20.
4:18 PM Ticket #2480 (Proposed amendments to the 43 files) updated by 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
3:43 PM Ticket #2475 (Select...Case...EndSelect - parameter - "Case <expression>") closed by guinness
Completed: Removed by revision [9038] in version: 3.3.9.22
3:37 PM Ticket #2474 (Dim / Global / Local / Const - syntax - BUG ?) closed by guinness
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 anonymous
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 MHz
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 newpjcf.png attached to Ticket #2481 by ALIENQuake <alienquake@…>
new
11:58 AM gm69.png attached to Ticket #2481 by ALIENQuake <alienquake@…>
Old
11:58 AM Ticket #2481 (FileSelectFolder - Windows 7 and later new window type) created by ALIENQuake <alienquake@…>
When one of the tool that I use ask me to select specific directory, …
8:32 AM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by J-Paul Mesnage
@Mat did Jon confirm something as you move it to Documentation?
8:26 AM Ticket #2480 (Proposed amendments to the 43 files) closed by J-Paul Mesnage
Completed: Added by revision [9035] in version: 3.3.9.22
8:09 AM Ticket #2479 (TIDY Crash) updated by mlipok
oh. console output is only for info. yes , main problem is TIDY crash.
7:13 AM Ticket #2479 (TIDY Crash) updated by J-Paul Mesnage
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 mlipok
sorry two time the same file because site refresh
7:10 AM CHANGE_3.2.ZIP attached to Ticket #2480 by mlipok
the files
7:10 AM CHANGE_3.ZIP attached to Ticket #2480 by mlipok
the files
7:09 AM Ticket #2480 (Proposed amendments to the 43 files) created by mlipok
txtKeywords ForInNext.txt Static.txt txtFunctions
6:49 AM Ticket #2479 (TIDY Crash) created by mlipok
the problem was discused here: …
12:19 AM Ticket #2475 (Select...Case...EndSelect - parameter - "Case <expression>") updated by mlipok
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 BrewManNH
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 Emiel Wieldraaijer
This would be a handy feature
9:22 PM Ticket #2475 (Select...Case...EndSelect - parameter - "Case <expression>") updated by mlipok
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 Tasiro
[…] Is that behavior intended? Should such inaccessable names be …
8:32 PM Ticket #2475 (Select...Case...EndSelect - parameter - "Case <expression>") updated by 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.
6:03 PM Ticket #2477 (FileInstall() to use the same Flag values as FileCopy to create ...) created by Bowmore
Description I made a feature request for this 6 years ago, …
5:08 PM Ticket #2472 (Infinite Loop) updated by J-Paul Mesnage
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 mlipok
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 J-Paul Mesnage
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 J-Paul Mesnage
Completed: Added by revision [9032] in version: 3.3.9.22
12:00 AM Ticket #2474 (Dim / Global / Local / Const - syntax - BUG ?) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Sep 16, 2013:

11:25 PM Ticket #2476 (GUICtrlCreateEdit[2].au3 - ERROR) created by mlipok
example: GUICtrlCreateEdit[2].au3 […]
11:18 PM Ticket #2475 (Select...Case...EndSelect - parameter - "Case <expression>") created by mlipok
in Select...Case...EndSelect in parameter description ? there is in …
11:09 PM Ticket #2474 (Dim / Global / Local / Const - syntax - BUG ?) created by mlipok
I agree with AZIJO …
8:38 PM Ticket #2473 (_WinAPI_SystemParametersInfo) closed by guinness
Fixed: Fixed in the next version.
8:24 PM Ticket #2473 (_WinAPI_SystemParametersInfo) created by Jaber <jaberwocky6669@…>
"@@MsdnLink@@ SystemParametersInfo" is in place of the example.
5:49 PM Ticket #2472 (Infinite Loop) updated by anonymous
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 J-Paul Mesnage
just some
4:09 PM Ticket #2466 (Proposed amendments to the 74 files) updated by mlipok
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 J-Paul Mesnage
@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 Matt Diesel
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 anonymous
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 anonymous
sorry one mistake this is correct one […]
8:50 AM Ticket #2472 (Infinite Loop) updated by mlipok
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 daved@…
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 guinness
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 mlipok
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 mlipok
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 TommyDDR
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 mlipok
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 J-Paul Mesnage
just use following script to repro […]
3:56 PM Ticket #2385 (@include) closed by Jon
Rejected
3:53 PM Ticket #2463 (RunWait does not wait if running an admin mode program (UAC popup)) closed by Jon
Works For Me
3:52 PM Ticket #2457 (OS Restarts / (fails)) closed by Jon
Works For Me
3:27 PM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) updated by Matt Diesel
Component changed
Changed to a documentation issue.
3:25 PM Ticket #2168 (Updown control displayed on wrong TAB) closed by Matt Diesel
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 TommyDDR
$GUI_EVENT_PRIMARYDOWN and $GUI_EVENT_SECONDARYDOWN are skiped one …
2:33 PM Ticket #2467 (SW_SHOWDEFAULT always return 10) updated by anonymous
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 J-Paul Mesnage
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 mlipok
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 J-Paul Mesnage
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 mlipok
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 J-Paul Mesnage
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 guinness
Done.
8:19 AM Ticket #2469 (Example: GUIGetMsg[2] - inconsistency?) closed by guinness
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 mlipok
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 mlipok
in example GUIGetMsg[2].au3 there is: […] but in: GUI Reference …
11:20 PM Ticket #2468 (MagicNumber + OnAutoItStartRegister - BUG ?) created by mlipok
this is a modified example from Documentation to this function …
11:11 PM Ticket #2466 (Proposed amendments to the 74 files) updated by mlipok
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 mlipok
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 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.
10:18 PM Ticket #2466 (Proposed amendments to the 74 files) updated by guinness
I guess you're on the case jpm.
10:17 PM Ticket #2464 (Select...Case...EndSelect - syntax - bug ??) closed by guinness
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 Emiel Wieldraaijer
Hi JPM, Already reported again see #2379 Best regards, Emiel Wieldraaijer
4:18 PM Ticket #2168 (Updown control displayed on wrong TAB) updated by Emiel Wieldraaijer
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 J-Paul Mesnage
Due to Menu creation. Find the solution
1:09 PM Ticket #2167 ($WS_EX_LAYOUTRTL and GUICtrlCreateMenu causes bug) reopened by J-Paul Mesnage
Due to Menu creation Find the solution
12:52 PM Ticket #2467 (SW_SHOWDEFAULT always return 10) created by TommyDDR
@SW_SHOWDEFAULT always return 10. Doc : @SW_SHOWDEFAULT: Sets the …
7:05 AM Ticket #2466 (Proposed amendments to the 74 files) updated by anonymous
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:58 PM CHANGE_2.ZIP attached to Ticket #2466 by mlipok
74 files - proposals
9:39 PM Ticket #2466 (Proposed amendments to the 74 files) created by mlipok
libExamples _IEFormElementSetValue[5].au3 …
6:17 PM Ticket #2452 (Proposed amendments to the 50 text files) updated by J-Paul Mesnage
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 mlipok
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 mlipok
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 J-Paul Mesnage
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 mlipok
All links in "ClientInfo Properties" table are out of date for …
12:34 PM Ticket #2462 (_FTP_FindFileClose - wrong description) closed by guinness
No Bug
11:54 AM Ticket #2457 (OS Restarts / (fails)) updated by anonymous
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 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
9:30 AM Ticket #2463 (RunWait does not wait if running an admin mode program (UAC popup)) updated by m_bayley@…
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 mlipok
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 m_bayley@…
I created a script using the #RequireAdmin directive and compiled it. …
3:41 AM Ticket #2462 (_FTP_FindFileClose - wrong description) updated by mlipok
sorry All right, this piece of documentation. my mistake
3:35 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by mlipok
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 mlipok
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 mlipok
"Delete FindFile Handle."
10:45 PM Ticket #2458 (_FTP_FileTimeLoHiToStr - description) updated by mlipok
my mistake sorry
8:56 PM Ticket #2461 (GUICtrlSetImage doesn't handle certain types of .gif file) updated by J-Paul Mesnage
The problem is not related with gif format but just a refresh problem
3:37 PM Ticket #2459 (_StringBetween) closed by J-Paul Mesnage
Fixed: Fixed by revision [9010] in version: 3.3.9.22
2:55 PM Ticket #2460 (_StringBetween bug when $sStart = $sEnd) closed by J-Paul Mesnage
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 J-Paul Mesnage
@mlipok Just proposed a better wording if the current one confused you
12:19 PM Ticket #2457 (OS Restarts / (fails)) updated by J-Paul Mesnage
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 J-Paul Mesnage
Fixed: already fixed in beta
11:44 AM Blue.gif attached to Ticket #2461 by anonymous
11:44 AM White.gif attached to Ticket #2461 by anonymous
11:42 AM Ticket #2461 (GUICtrlSetImage doesn't handle certain types of .gif file) created by kev51773
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 jchd18
[…] I propose the following change to fix this case: […]
9:02 PM Ticket #2459 (_StringBetween) created by jchd18
_StringBetween Description says: "Find strings between two sets of …
6:00 PM Ticket #2458 (_FTP_FileTimeLoHiToStr - description) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:53 PM Ticket #2458 (_FTP_FileTimeLoHiToStr - description) created by mlipok
is this descripition ok ? […]
4:06 PM Ticket #2457 (OS Restarts / (fails)) created by anonymous
OS Restarts / (fails). Stop Error / BSOD / Similar :- OS: a) WIN …
12:41 PM Ticket #2385 (@include) updated by anonymous
@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 mlipok
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 J-Paul Mesnage
[…] 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 mlipok
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 J-Paul Mesnage
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 guinness
I meant description sorry.
1:50 PM Ticket #2436 (AutoIt Command Line Interpreter) closed by Jon
Rejected
1:36 PM Ticket #1870 (@GUI_DRAGFILE) closed by Jon
Fixed: Fixed by revision [8994] in version: 3.3.9.21
1:33 PM Ticket #2152 (X^2 Not Working in Hex()) closed by Jon
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 Jon
Fixed: Fixed by revision [8992] in version: 3.3.9.21
1:19 PM Ticket #2299 (GUI Button Text Left-Justify Bug) closed by Jon
Fixed: Fixed by revision [8991] in version: 3.3.9.21
1:16 PM Ticket #2105 (Odd behavior Hex()) closed by Jon
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 Jon
Fixed by revision [8988] in version: 3.3.9.21
11:29 AM Ticket #2455 (Mouse Cursor not changing on resizable GUIs) closed by Jon
Fixed: Fixed by revision [8987] in version: 3.3.9.21
10:04 AM Ticket #2456 (Function Notes) created by mlipok
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 anonymous
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 mlipok
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 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 […]
7:41 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by 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 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 mlipok
If I remember I saw the solution in some descriptions.
6:00 AM Ticket #2454 (if WMI Obj need "Join",au3 crashed.) created by thesnoW
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 J-Paul Mesnage
Fixed: Fixed by revision [8985] in version: 3.3.9.21
3:00 PM Ticket #2347 (_WinAPI_GetMonitorInfo() returns incorrect data.) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
2:27 PM Ticket #2427 (ControlTreeView - option2 ??) closed by J-Paul Mesnage
Fixed: Fixed by revision [8984] in version: 3.3.9.21
2:24 PM Ticket #2347 (_WinAPI_GetMonitorInfo() returns incorrect data.) closed by J-Paul Mesnage
Fixed: Wrong editing rev 7759 really fix it
2:21 PM Ticket #2347 (_WinAPI_GetMonitorInfo() returns incorrect data.) reopened by J-Paul Mesnage
2:01 PM Ticket #2427 (ControlTreeView - option2 ??) updated by J-Paul Mesnage
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 J-Paul Mesnage
No Bug: no problem
12:51 PM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) updated by Jaber <jaberwocky6669@…>
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 Jaber <jaberwocky6669@…>
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 anonymous
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 guinness
Removed this reference in rev 8978.
9:19 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by J-Paul Mesnage
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 guinness
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 guinness
Completed
9:03 AM Ticket #2452 (Proposed amendments to the 50 text files) updated by 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.
9:00 AM Ticket #2444 (GUICtrlCreateMenuItem -- should the 2nd param be a default?) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
8:56 AM Ticket #2452 (Proposed amendments to the 50 text files) closed by guinness
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 J-Paul Mesnage
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 guinness
Rejected
8:34 AM Ticket #2449 (GUICtrlGetHandle - Remarks proposal) closed by guinness
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 guinness
Rejected
8:22 AM Ticket #2448 (Macro Reference and Macro Reference - AutoIt Related) updated by guinness
I can see "Macro Reference" and "Macros" only.
8:08 AM Ticket #2451 (StringToASCIIArray / GUICtrlSetFont - default parameters) closed by guinness
Rejected
8:04 AM Ticket #2447 (FileFindFirstFile - Related - Proposal) closed by guinness
Rejected
8:00 AM Ticket #2446 (FileRecycle - Parameters - propsal) closed by guinness
Completed: Changed by revision [8972] in version: 3.3.9.21
7:59 AM Ticket #2445 (_GUICtrlEdit_EndUpdate and _GUICtrlEdit_BeginUpdate -- ...) updated by guinness
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 guinness
Completed: Added by revision [8971] in version: 3.3.9.21
2:24 AM CHANGE_1.ZIP attached to Ticket #2452 by mlipok
zip with 50 txt files
2:22 AM Ticket #2452 (Proposed amendments to the 50 text files) created by mlipok
txtlibfunctions _Date_Time_SetSystemTimeAdjustment.txt …
2:13 AM Ticket #2451 (StringToASCIIArray / GUICtrlSetFont - default parameters) created by mlipok
in StringToASCIIArray What is the default value for the parameter …
2:00 AM Ticket #2450 (For...To...Step...Next - Syntax - Proposal) updated by mlipok
mistake: -1 correct: 1 […]
1:57 AM Ticket #2450 (For...To...Step...Next - Syntax - Proposal) created by mlipok
in For...To...Step...Next please consider change from that […] to …
1:27 AM Ticket #2449 (GUICtrlGetHandle - Remarks proposal) created by mlipok
in GUICtrlGetHandle in Remarks: "! These controls are not supported: …
1:08 AM Ticket #2448 (Macro Reference and Macro Reference - AutoIt Related) created by mlipok
in index there are two Macro Reference one named "Macro Reference" …
12:08 AM Ticket #2447 (FileFindFirstFile - Related - Proposal) created by mlipok
in FileFindFirstFile in Related add link to FileChangeDir …
12:02 AM Ticket #2446 (FileRecycle - Parameters - propsal) created by mlipok
in FileRecycle in Paremeters change from […] to […] …

Sep 7, 2013:

11:59 PM Ticket #2445 (_GUICtrlEdit_EndUpdate and _GUICtrlEdit_BeginUpdate -- ...) created by mlipok
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 mlipok
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 mlipok
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 guinness
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 Jaber <jaberwocky6669@…>
The helpfile says this: […] It seems like menuID should be a …
7:29 PM Ticket #2412 (#include - Question) closed by guinness
Rejected
7:29 PM Ticket #2427 (ControlTreeView - option2 ??) updated by guinness
I don't see how this is a bug?
7:27 PM Ticket #2442 (_WinAPI_DllInstall and _WinAPI_DllUninstall - ###Related###) closed by guinness
Fixed
5:00 PM Ticket #2443 (Name of nested structs) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:46 PM Ticket #2443 (Name of nested structs) updated by GtaSpider
Sorry, forgot to set version to blank :(
4:40 PM Ticket #2443 (Name of nested structs) created by GtaSpider
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 Jon
11:41 AM Ticket #1275 (GUICtrlSetTip - after tip times out it does not show again) updated by Jon
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 mlipok
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 mlipok
the same in _WinAPI_DPtoLP in example section
11:25 AM Ticket #2437 (IniWriteSection does not sufficiently control the "data" parameter.) closed by Jon
Wont Fix
11:23 AM Ticket #2442 (_WinAPI_DllInstall and _WinAPI_DllUninstall - ###Related###) created by mlipok
in related "###Related###" not working, broken link
11:20 AM Ticket #2066 (bad dllStructSetData return for int) closed by Jon
Fixed: Fixed by revision [8962] in version: 3.3.9.21
11:00 AM Ticket #1652 (Sleep in TimerFunc) reopened by J-Paul Mesnage
10:47 AM Ticket #2299 (GUI Button Text Left-Justify Bug) reopened by J-Paul Mesnage
Bug occured is the button is colored …
10:46 AM Ticket #2171 (Inconsistent delay for TCPTimeout option) reopened by J-Paul Mesnage
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 J-Paul Mesnage
In fact integerinteger should return an integer
10:43 AM Ticket #2105 (Odd behavior Hex()) reopened by J-Paul Mesnage
In fact the problem come from regread with REG_DWORD type
10:39 AM Ticket #2066 (bad dllStructSetData return for int) reopened by J-Paul Mesnage
10:39 AM Ticket #1954 (ListViewItem returns 0 (failure) even though it populates the ListView) reopened by J-Paul Mesnage
10:38 AM Ticket #1870 (@GUI_DRAGFILE) reopened by J-Paul Mesnage
9:53 AM Milestone 3.3.9.20 completed
8:29 AM Ticket #2433 (Identify monospaced fonts in Appendix) closed by J-Paul Mesnage
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 Spifftard95
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 Jon
Fixed: Fixed by revision [8947] in version: 3.3.9.20
1:57 PM Ticket #2190 (DirMove. (false success)) closed by J-Paul Mesnage
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 J-Paul Mesnage
1:43 PM Ticket #2210 (StringInStr) closed by J-Paul Mesnage
No Bug
1:42 PM Ticket #2210 (StringInStr) reopened by J-Paul Mesnage
1:42 PM Ticket #2210 (StringInStr) updated by J-Paul Mesnage
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 J-Paul Mesnage
I think the script must error as $array as no valid type conversion
9:24 AM test.xlsx attached to Ticket #2441 by anonymous
9:23 AM Ticket #2441 (_ExcelReadCell) created by anonymous
i tried to read cell value from attached excel file with code: …
5:30 AM Ticket #2433 (Identify monospaced fonts in Appendix) updated by s59
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 anonymous59
It appears the oddball WST_ fonts may also be monospaced
4:52 AM Ticket #2433 (Identify monospaced fonts in Appendix) updated by Spiff59
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 guinness
Rejected
8:08 AM Ticket #2440 (Add official multipPorcessing.au3 likes python) updated by guinness
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 oceanwaves
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 J-Paul Mesnage
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 J-Paul Mesnage
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 J-Paul Mesnage
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 J-Paul Mesnage
Fixed
11:51 AM Ticket #1831 (_FileCountLines does not handles null characters) reopened by J-Paul Mesnage
9:00 AM Ticket #2427 (ControlTreeView - option2 ??) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:29 AM Ticket #2427 (ControlTreeView - option2 ??) updated by J-Paul Mesnage
Type changed
I change to BUG at it is a real one
Note: See TracTimeline for information about the timeline view.