Timeline



Jul 30, 2014:

6:25 PM Ticket #2819 (AutoIt HardCrash with ObjCreate and GUICtrlCreateObj) updated by mLipok
I do test on other systems.
5:01 PM Ticket #2819 (AutoIt HardCrash with ObjCreate and GUICtrlCreateObj) updated by Zedna
My output from original script: […]
12:28 PM Ticket #2360 (implement optional byref parameter passing to function) closed by Jon
Rejected
10:46 AM Ticket #2819 (AutoIt HardCrash with ObjCreate and GUICtrlCreateObj) updated by mLipok
Replying to Zedna: > On my Win7 SP1 64bit AutoIt 3.3.13.12 > this your script DOESN'T crash. > It runs without any errors. it works without crash but only when I comment the second one : […]
10:42 AM Ticket #2819 (AutoIt HardCrash with ObjCreate and GUICtrlCreateObj) updated by mLipok
[…]
10:38 AM Ticket #2819 (AutoIt HardCrash with ObjCreate and GUICtrlCreateObj) updated by Zedna
On my Win7 SP1 64bit AutoIt 3.3.13.12 this your script DOESN'T crash. It runs without any errors.
9:34 AM Ticket #2819 (AutoIt HardCrash with ObjCreate and GUICtrlCreateObj) created by mLipok
I found a nice script here: …
3:04 AM OnAutoItExitRegister[2].au3 attached to Ticket #2818 by mLipok
3:04 AM Ticket #2818 (OnAutoItExitRegister - Remarks and Example - proposal) created by mLipok
Please consider supplementing Remark for information regarding the use …
2:52 AM Ticket #2817 (OnAutoItExitRegister - Remarks - proposal) created by mLipok
Please consider supplementing Remark on the information concerning the …
1:30 AM Ticket #2816 (_GDIPlus_ImageLoadFromFile return value) created by careca777
"_GDIPlus_ImageLoadFromFile" returns 0, instead of -1 uppon failure, …

Jul 29, 2014:

4:12 PM Ticket #2364 (Call with CallArgArray regression in beta) closed by Jon
Fixed: Fixed by revision [10513] in version: 3.3.13.13
12:38 AM Ticket #2364 (Call with CallArgArray regression in beta) updated by anonymous
What should I do if a script I'm using doesn't know how many arguments it should pass to Call and simply prepends a "CallArgArray"? Should I rewrite every function with an empty argument list to Func name ($bugFix = Default)?

Jul 28, 2014:

8:28 PM Ticket #2363 (Call with invalid proc regression) closed by Jon
Fixed: Fixed by revision [10505] in version: 3.3.13.13
5:59 PM Ticket #2364 (Call with CallArgArray regression in beta) updated by Jon
Actually, this is a change from 3.3.8.1 but it seems to be ok behaviour as I would expect it. $args[0] contains "CallArgArray" which signifies that it will pass some additional parameters but doesn't declare any, but the function declaration doesn't accept any parameters so this triggers the error. The fact that 3.3.8.1 didn't error on that because CallArgArray was missing the actual parameters, and now it does is not a problem for me. It's also exceptionally hard to change the behaviour with the way that Call() was rewritten
4:55 PM Ticket #2364 (Call with CallArgArray regression in beta) updated by J-Paul Mesnage
one more …
3:37 PM Ticket #2364 (Call with CallArgArray regression in beta) updated by Jon
For reference, revision 7126 broke this.
1:00 PM Ticket #2605 (Macro @ScriptLineNumber returns incorrect line) closed by J-Paul Mesnage
Fixed: Fixed in beta
12:56 PM Ticket #2815 (GUICtrlSetImage resets the icon size) updated by J-Paul Mesnage
In fact GUICtrlSetImage is supposed to use the icontype parameter so 16x16 or 32x32 for normal. What can be wrong is the GUICreateIcon which does not follow the selection of iconsize. You can argue that greater iconsize have appeared which cannot be selected but that a very old code that have not be adaptated.
12:54 PM Milestone 3.3.13.12 completed

Jul 27, 2014:

9:52 PM Ticket #2815 (GUICtrlSetImage resets the icon size) created by Tweaky
GUICtrlSetImage resets the icon size. I think GUICtrlSetImage should …
8:45 PM Ticket #2605 (Macro @ScriptLineNumber returns incorrect line) updated by mLipok
oh... face palm... sorry but I notice this issue no longer exist in AutoIt 3.3.13.11
8:30 PM Ticket #2605 (Macro @ScriptLineNumber returns incorrect line) updated by mLipok
In my opinion this is normal AutoIt behavior. AutoIt when runing this script hold this script exactly like you make it, so the line number 3 is correct. Look in my example in track ticket: http://www.autoitscript.com/trac/autoit/ticket/2812 This will show you what I mean in your case. mLipok
8:21 PM Ticket #2811 (VarGetType - Example - proposal) updated by mLipok
This on looks beter: […]
6:46 PM Milestone 3.3.13.11 completed
6:35 PM Ticket #2640 (Surprising conversion) closed by Jon
Fixed: Fixed by revision [10493] in version: 3.3.13.11
6:34 PM Ticket #2640 (Surprising conversion) updated by Jon
Yeah, weird. I've changed it to convert to an appropriate number type first rather than forcing a double.
6:18 PM Ticket #2694 (AutoitX3_x64.dll not working for ControlListView and ControlTreeView ...) closed by Jon
Fixed: Fixed by revision [10491] in version: 3.3.13.11
6:14 PM Ticket #2694 (AutoitX3_x64.dll not working for ControlListView and ControlTreeView ...) updated by Jon
Can't be sure without a repo script, but the control search function was slightly different in AutoItX compared to AutoIt so I've synced them up and assuming that it fixes the problem.
6:00 PM Ticket #2632 (MouseDown dose not delay even i set MouseClickDownDelay to 2000 ...) closed by Jon
No Bug
6:00 PM Ticket #2632 (MouseDown dose not delay even i set MouseClickDownDelay to 2000 ...) updated by Jon
This only applies to clicks. MouseDown is already holding down the button until a MouseUp so the click delay never comes into play.
5:56 PM Ticket #2813 (Accessing "last created control" once GUI deleted - AutoIt HardCrash) closed by Jon
Fixed: Fixed by revision [10489] in version: 3.3.13.11
4:30 PM Ticket #2346 (Add native FileSetEnd() based on _WinAPI_SetEndOfFile()) closed by Jon
Completed: Added by revision [10487] in version: 3.3.13.11
3:10 PM Ticket #2623 (RegDelete() returns 0 instead of 2 when unable to delete key) closed by Jon
Fixed: Fixed by revision [10486] in version: 3.3.13.11
3:07 PM Ticket #2814 (RC4 (En|De)Cryption of empty input fails) created by jchd18
This is due to DllStruct* function having issues to deal with …
2:39 PM Ticket #2805 (FileWriteLine() returns true when actually failing because disk is full) closed by Jon
Fixed: Fixed by revision [10484] in version: 3.3.13.11
8:32 AM Ticket #2812 (@ScriptLineNumber - HelpFile - Clarification) closed by Melba23
Completed: Changed by revision [10477] in version: 3.3.13.11
8:20 AM Ticket #2811 (VarGetType - Example - proposal) closed by Melba23
Completed: Changed by revision [10476] in version: 3.3.13.11
8:13 AM Ticket #2811 (VarGetType - Example - proposal) updated by Melba23
A few minor changes - and I added Map as well. M23
7:10 AM Ticket #2813 (Accessing "last created control" once GUI deleted - AutoIt HardCrash) updated by mLipok
Replying to Melba23: > the actual function used is irrelevant Yes you have right, but in my script this was not intentional, just a mistake, in a process of massive change. So I describe what happend to me. I have Gui wrappers like this: _GUI_Question($sQuestion) _GUI_Info('$sMessage') and my main gui lets call them: _GUI_FRAMEWORK_INIT() I can add TabItem to existing GUI_FRAMEWORK So some controls was created and deleted when _GUI_Question() was called , to ask user for config option when my program starts, and then I missed to initialize _GUI_FRAMEWORK_INIT() before I add new TabItem (I change the place where GUI_FRAMEWORK is initialized). Actually I'm making a massive change in my old (but working and still developed) scripts. So that issue, just happens.
4:13 AM Ticket #2813 (Accessing "last created control" once GUI deleted - AutoIt HardCrash) updated by Melba23
Summary changed
4:13 AM Ticket #2813 (Accessing "last created control" once GUI deleted - AutoIt HardCrash) updated by Melba23
In fact the problem is caused by trying to reference the "last created control" once the GUI containing it has been deleted - the actual function used is irrelevant (I have amended the ticket title to reflect this). No doubt the internal reference to this control has been deleted along with the GUI. I would argue that using the "-1" shorthand should be avoided wherever possible - which would render the problem moot - and that trying to access controls once the GUI holding them has been deleted is not something that should be done either. But worth a look to see if there is a simple check which would prevent the crash. M23
3:05 AM Ticket #2813 (Accessing "last created control" once GUI deleted - AutoIt HardCrash) created by mLipok
Today I have another day cleanup of old scripts. I changed my own UDF …
1:24 AM Ticket #2812 (@ScriptLineNumber - HelpFile - Clarification) created by mLipok
HelpFile do not say anything about @ScriptLineNumber that it is …
12:50 AM Ticket #2785 (WinTextMatchMode - Window Titles and Text (Advanced)) updated by mLipok
I would like to extend this feature request: The person opening this Track Ticket mentioned only: http://www.autoitscript.com/autoit3/docs/intro/windowsadvanced.htm but I also would like to see this feature here: http://www.autoitscript.com/autoit3/docs/intro/controls.htm btw. "Window titles and text are case sensitive." for Titles it can be changed with: WinTitleMatchMode buf for Text it can not be changed even with: WinTextMatchMode REGEXPTEXT in this case, as it would bypass the current, limitation. ps. This feature was asked before on the forum like here: http://www.autoitscript.com/forum/topic/120874-regexp-in-text-parameter-of-control-description/

Jul 26, 2014:

9:48 PM Ticket #2372 (Function incorrect number of parameters error on wrong line) closed by Jon
Fixed: Fixed by revision [10474] in version: 3.3.13.11
9:19 PM Milestone 3.3.13.10 completed
8:43 PM Ticket #2671 (StringSplit - bug : Delimiter case sensitivity problem) closed by Jon
Fixed: Fixed by revision [10469] in version: 3.3.13.10
8:04 PM Ticket #2594 (_EventLog__Read on Security under Server 2008 R2) updated by Jon
Component changed
5:09 PM Ticket #2346 (Add native FileSetEnd() based on _WinAPI_SetEndOfFile()) updated by Zedna
Just note: _WinAPI_CreateFile has native oposite function FileOpen so the only one missing native file operation function is mentioned FileSetEnd()
4:04 PM VarGetType.au3 attached to Ticket #2811 by mLipok
4:04 PM Ticket #2811 (VarGetType - Example - proposal) created by mLipok
[…]
1:31 PM Ticket #2538 (GUISetAccelerators should take care of disabled control) closed by Jon
Fixed: Fixed by revision [10465] in version: 3.3.13.10
12:17 PM Ticket #2686 (Random to return max value when min equals max.) closed by Jon
Completed: Added by revision [10464] in version: 3.3.13.10

Jul 25, 2014:

4:49 PM Milestone 3.3.13.9 completed

Jul 23, 2014:

6:04 PM Ticket #2804 (UDF standards site outdated) updated by Jos
Owner changed
I have added a redirect in the old UDF's page to open to the Wiki UDF page . Let me know if this is what you want. I have left the old content in case it is still needed. Jos

Jul 22, 2014:

5:53 PM Milestone 3.3.13.8 completed
1:15 PM Ticket #2810 (handling of some float numbers) closed by jchd18
No Bug: Again there is no bug here. You can invent an infinite number of cases where the result of a floating point calculation differs from what you'd expect. Again it has nothing to do with AutoIt, which uses the relies on C++ compiler to provide "correct" results, "correct" being taken modulo what IEEE754 dictates. Please read http://en.wikipedia.org/wiki/Floating_point IsInt($n) = 0 applied to a floating point value $n means that $n is not exactly represented as an integer inside the double. Now, displaying $n by default conversion to string implies rounding to a fix number of decimals, which is not based on the machine epsilon (http://en.wikipedia.org/wiki/Machine_epsilon), nor on the ULP nearby (http://en.wikipedia.org/wiki/Unit_in_the_last_place). Would you seriously want the following to display anything else than 0.1? […]
12:38 PM Ticket #2809 (inconsistent work of the For...To...Step...Next loop) closed by jchd18
No Bug: Such For loops should never be used with step value a floating point number that can't be represented exactly in a double. This is nothing new: fixed-size binary floating point (e.g. IEEE754) often causes inaccuracies, whatever language the program uses. To keep away from such issues, always use integers in For loop parameters and scale back index values before use inside the loop.
12:02 PM Milestone 3.3.13.7 completed
11:04 AM Ticket #2810 (handling of some float numbers) created by anonymous
wierd internal rounding. […]
10:06 AM Ticket #2809 (inconsistent work of the For...To...Step...Next loop) created by anonymous
In the following example the loop doesn't work as is expected. First …

Jul 20, 2014:

10:07 PM Ticket #2808 (Some memory leek issue with assigning value to variable) closed by Jos
No Bug: Setting a variable to "" doesn't mean the memory is freed. The whole purpose of recursing is that the scripts returns to each recursion and continues with what it was doing with a variables still intact. Please hop over to the forum and discuss this there. I am closing his as no bug for now. Jos
8:48 PM Ticket #2808 (Some memory leek issue with assigning value to variable) updated by anonymous
My script trying to clean up data in the end of every cycle, but failing because assigning value of blank string to the variable do not deletes previous/garbage data from memory. Working Set Size constantly grow, so after some time, it get bigger than 2 Gb and memory allocation error will be thrown out. In my case it was about 300Mb "steps", so crash happen way faster than in reproducer.
7:48 PM Ticket #2808 (Some memory leek issue with assigning value to variable) updated by anonymous
Your script seems to only keep on recursing deeper and never return a level up, so how do you determine there is a memory leak? Jos
5:40 PM Ticket #2808 (Some memory leek issue with assigning value to variable) updated by anonymous
I'd be guessing here, but I'd say it's because one way is declaring a string and the other is numeric.
2:46 PM Ticket #2808 (Some memory leek issue with assigning value to variable) created by anonymous
I'm get strange issue with assigning value to variable - if it …

Jul 19, 2014:

6:28 PM Ticket #2807 (StringFormat - Type Specification - String().) closed by Melba23
Fixed: Fixed by revision [10415] in version: 3.3.13.7
4:03 PM Ticket #2807 (StringFormat - Type Specification - String().) created by mLipok
in table named "Type Specification" there is […]
11:36 AM Ticket #2804 (UDF standards site outdated) updated by Matt Diesel
Owner, Status changed
Reassigning to Jon as he needs to make those changes. The wiki is probably the correct place for this. There is a [best coding practices](http://www.autoitscript.com/wiki/Best_coding_practices) page, as well as a page I started for UDF standards: http://www.autoitscript.com/wiki/UDF-spec
10:26 AM Ticket #2806 (GUICtrlCreateIcon an blank Icon) created by Tweaky
If you set a blank icon and wants to identify with GUIGetCursorInfo …
6:44 AM Ticket #2796 (Syntax error not detected) closed by jchd18
No Bug: You clearly don't understand how an interpretor works.
1:54 AM Ticket #2805 (FileWriteLine() returns true when actually failing because disk is full) created by corz
The title says it all, well mostly. Here's a thread about the issue.. …
1:11 AM Ticket #2796 (Syntax error not detected) updated by anonymous
Replying to Mat: > This also opens up some exciting opportunities to do some clever stuff. Which opportunities do you mean? […] The syntax check of the interpreter is inconsistent: a simple point is always an error, even if the interpreter never could reach the line containing the point.
12:07 AM Ticket #2804 (UDF standards site outdated) updated by mLipok
Ok And sorry for confusion. mLipok

Jul 18, 2014:

10:55 PM Ticket #2804 (UDF standards site outdated) updated by Melba23
mLipok, Trac is not the place for discussion - as so often you seem to be treating it as an extension of the forum. guinness was using the Trac ticket as a reminder, not an invitation for comment. In future, if you want to start a discussion on any topic please start a thread in the forum - you will get a wider audience and Trac will become a lot less cluttered. Thanks in advance for your cooperation, M23
10:42 PM Ticket #2804 (UDF standards site outdated) updated by mLipok
and finally : Please treat my questions as suggestions on what might be better described. As these questions arise in my case to me for a long time ago, since I first read UDF_Standards.htm, and stabilized in such a form as in the preceding questions.
10:23 PM Ticket #2804 (UDF standards site outdated) updated by mLipok
QUESTION 6: […] The first word of the function name ? can be related to the technology or product name Such as: _Word_ _Excel_ _WinSCP_ _XZip_ _QPDF_ _Acrobat_ _AcrobatReader_
10:00 PM Ticket #2804 (UDF standards site outdated) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:55 PM Ticket #2804 (UDF standards site outdated) updated by mLipok
QUESTION 5: […] Can you explain / clarify ?
9:54 PM Ticket #2804 (UDF standards site outdated) updated by mLipok
QUESTION 4: how many lower dashes can be used in function name (not counting the initial of course) Example […]
9:42 PM Ticket #2804 (UDF standards site outdated) updated by mLipok
QUESTION 3: Can I use: […] instead […]
9:38 PM Ticket #2804 (UDF standards site outdated) updated by mLipok
QUESTION 2: "Global variables must have an extra first letter "g". UDF global variables must start with underscore." Whats the difference ? specifying: when to use: […] and when to use: […] or even: […]
9:33 PM Ticket #2804 (UDF standards site outdated) updated by mLipok
so I have few question: QUESTION 1: "All variables must be declared at the beginning of the UDF with a “Local” scope and before they are used for the first time." I focus on this statement: .... at the beginning of the UDF with a “Local” scope .... Is it all right ? or you mean: .... at the beginning of the UDF with a “Global” scope .…
9:30 PM Ticket #2803 (_ArrayMaxIndex _ArrayMinIndex @error on single element array) closed by guinness
Fixed: Fixed by revision [10397] in version: 3.3.13.7
9:28 PM Ticket #2804 (UDF standards site outdated) updated by guinness
Component changed
9:24 PM Ticket #2804 (UDF standards site outdated) created by guinness
http://www.autoitscript.com/autoit3/udfs/UDF_Standards.htm The page …
7:14 PM Ticket #2803 (_ArrayMaxIndex _ArrayMinIndex @error on single element array) created by ResNullius
_ArrayMax & _ArrayMin returning empty result on an array with only one …
2:46 PM Ticket #2802 (any Functions - Related - empty function) closed by guinness
Fixed
2:38 PM Ticket #2802 (any Functions - Related - empty function) created by mLipok
for example: WinWait […]
1:22 PM Ticket #2786 (MDI childs don't adjust to parent windows client rect #2) updated by Synix <cross.fire@…>
== Update == $WS_CAPTION does not always work fine (when using $WS_THICKFRAME), see updated example with new offset fix: […]
1:11 PM Milestone 3.3.13.6 completed
7:17 AM Ticket #2796 (Syntax error not detected) updated by J-Paul Mesnage
Replying to anonymous: > Replying to Jpm: > > something not correct in the potes repro script. > {{{ > (True ? 1 : unchecked context) > }}} > Au3Check.exe complains ("unbalanced paranthesis"), but AutoIt3.exe can execute it. Isn't that is the reference implementation? > > Right now I'm asking myself how it is possible to write something that can ignore syntax errors. Does it simply skip tokens that don't modify the state of the interpreter, without parsing the whole expression? I agree the unbalanced is too much but the other error messages are true at least that what Au3check wants to do. Slight difference with AutoIt as just an expression is wrong. a statement must have an assignment. Only direct call to functions are allowed as func(). Au3Check as a lot of limitation due to a one pass design, but it try to match as much as possible AutoIt syntax the best he can.

Jul 17, 2014:

5:21 PM Ticket #2796 (Syntax error not detected) updated by Matt Diesel
This is not a bug. The code that's executed will either be valid, or exit with a syntax error and the code that is not executed doesn't matter to the interpreter. Why do you think it should parse the non-executed code? That's why we have tools like Au3Check. This also opens up some exciting opportunities to do some clever stuff.
4:23 PM Ticket #2800 (Too long lines) updated by anonymous
> Jon has said on a couple of occasions when this has come up in the past that he has no intention of raising/removing the limit. Sorry, I missed that. > There was a change last year that removed the limitation for a line of code, as long as the line wasn't physically longer than 4096. So if your longer line was split up with _ line breaks it should be ok I think. Then I'll have to write a lexer that adds underscores to these generated lines and then prints the lexemes? :-(
4:19 PM Ticket #2801 (Array initialization broken) closed by Melba23
Rejected: Please report Beta bugs in the Beta thread in the forum - not Trac. And to save you the trouble, we already know about this one. M23
11:31 AM Ticket #2778 (include REGEXP function in to SQLite) updated by jchd18
See http://www.autoitscript.com/forum/topic/162819-regex-in-sqlite/#entry1184601
9:11 AM Ticket #2800 (Too long lines) closed by Matt Diesel
No Bug: This is a known, and documented, AutoIt limit. See MAX_LINESIZE: https://www.autoitscript.com/autoit3/docs/appendix/LimitsDefaults.htm There was a change last year that removed the limitation for a line of code, as long as the line wasn't physically longer than 4096. So if your longer line was split up with _ line breaks it should be ok I think. Jon has said on a couple of occasions when this has come up in the past that he has no intention of raising/removing the limit.
7:20 AM Ticket #2778 (include REGEXP function in to SQLite) closed by guinness
Rejected
7:18 AM Ticket #2771 (FTPEx.au3 - proposal) closed by guinness
Rejected: This is just an internal cosmetic change. I open the floor up to anyone who wishes to make the changes and tidy up the FTP UDF.
7:11 AM Ticket #2774 (UDF standards >> #Region) closed by guinness
Rejected: As the UDFs are generally not touched by the general public, I see no reason as to add such a request.
2:12 AM Ticket #2801 (Array initialization broken) created by anonymous
[…] This doesn't work anymore.
2:11 AM Ticket #2800 (Too long lines) created by anonymous
[…] One more element, and the interpreter refuses to execute it. …
12:35 AM Milestone 3.3.13.5 completed
12:05 AM Ticket #2794 (FileDelete ability to remove the file stream) updated by Matt Diesel
Melba23, I think AutoIt is almost certainly calling DeleteFile internally, this is just a change to the definition of a "path" when it comes to deleting files. Since Jon is looking at the way paths are handled in internal functions at the moment hopefully this is a trivial fix that would make FileDelete a little more versatile. Though it doesn't even require a custom function as _WinAPI_DeleteFile will already do this.

Jul 16, 2014:

11:58 PM Ticket #2799 (HelpFile - Statistic - proposal) closed by Matt Diesel
Rejected: Metrics are meaningless at the best of times, and if it's time that could be spent on actual helpfile improvements which are needed then let's go for those instead. Stuff like defining a "line of code" makes this a project, not just a quick addition to the build scripts (which doesn't exist - "quick" is not a word you can use to describe changes to the build scripts)
9:49 PM Ticket #2798 (AU3Check - checking for multiple use #include-once) updated by mLipok
Here is reproducer. […] . . > And in future please wait until you have a valid reproducer before opening a ticket. Ok.
9:43 PM test_include_once.au3 attached to Ticket #2798 by mLipok
REPRO
8:37 PM Ticket #2799 (HelpFile - Statistic - proposal) updated by mLipok
To show newbies what a treasure trove of knowledge is HelpFile.
8:28 PM Ticket #2794 (FileDelete ability to remove the file stream) updated by Melba23
Given that it is so simple to do, what is preventing you from writing a simple 2 line wrapper function to do this in your own scripts when needed? Why bloat the core function? M23
8:24 PM Ticket #2798 (AU3Check - checking for multiple use #include-once) closed by Melba23
Works For Me: As shown in the thread to which you link, I cannot reproduce the error you claim to have discovered. You provide a reproducer script which shows the problem and I will re-open the ticket. And in future please wait until you have a valid reproducer before opening a ticket. M23
8:21 PM Ticket #2799 (HelpFile - Statistic - proposal) updated by Melba23
Why would we want to do this? M23
8:20 PM Ticket #2797 (3.3.8.1 wrong download link) closed by Melba23
No Bug: Then I suggest you speak to the Admin of that site - it is nothing to do with us. Ticket closed. M23
8:01 PM Ticket #2799 (HelpFile - Statistic - proposal) created by mLipok
Please consider adding to HelpFile some kind of statistics. For …
6:01 PM Ticket #2797 (3.3.8.1 wrong download link) updated by Raupi
The Link is from the Downloadsection on AutoIt.de. Raupi
4:27 PM Ticket #2797 (3.3.8.1 wrong download link) updated by Melba23
Where is "here"? I agree the file is not correct, but if you want it to be fixed you need to tell us where the link you used is to be found. If you need v3.3.8.1 then you can download it from: http://www.autoitscript.com/autoit3/files/archive/autoit/ which does get you to the correct file. M23
4:10 PM Ticket #2796 (Syntax error not detected) updated by anonymous
Replying to Jpm: > something not correct in the potes repro script. […] Au3Check.exe complains ("unbalanced paranthesis"), but AutoIt3.exe can execute it. Isn't that is the reference implementation? Right now I'm asking myself how it is possible to write something that can ignore syntax errors. Does it simply skip tokens that don't modify the state of the interpreter, without parsing the whole expression?
2:03 PM Ticket #2798 (AU3Check - checking for multiple use #include-once) created by mLipok
Please add to AU3Check new feature which check if in a au3 file was …
12:00 PM Ticket #2797 (3.3.8.1 wrong download link) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
11:43 AM Ticket #2797 (3.3.8.1 wrong download link) created by anonymous
The setup for version 3.3.8.1 that you can download from …
10:10 AM Ticket #2796 (Syntax error not detected) updated by J-Paul Mesnage
something not correct in the potes repro script. Can you update it Thanks
12:30 AM Ticket #2796 (Syntax error not detected) created by anonymous
[…] Discovered after examining these new tables. […]

Jul 15, 2014:

4:10 PM Ticket #2711 (_IELoadWait() hung in case of unknown error) closed by guinness
Works For Me
4:09 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) closed by guinness
No Bug
3:44 PM Ticket #2782 ($CONST_Constants_require_Part_4.zip) closed by guinness
Fixed: Fixed by revision [10349] in version: 3.3.13.5
2:19 PM Milestone 3.3.12.4 completed
12:57 PM Milestone 3.3.12.3 completed

Jul 14, 2014:

11:00 AM Ticket #2795 (Syntax Highlighting in the forum still uses "old" Excel UDF syntax) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
10:29 AM Ticket #2795 (Syntax Highlighting in the forum still uses "old" Excel UDF syntax) closed by water
Fixed: Guinness: "Basically Jon needs to just copy the GeSHi file in Extras on to the server." Has been done.

Jul 12, 2014:

4:52 PM Ticket #2795 (Syntax Highlighting in the forum still uses "old" Excel UDF syntax) created by water
Since 3.3.12.0 there is a new Excel UDF with new function names. The …
3:00 PM Ticket #2794 (FileDelete ability to remove the file stream) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:35 PM Ticket #2794 (FileDelete ability to remove the file stream) created by anonymous
Simple API can delete :somedata stream {{{DllCall('kernel32.dll', …
12:25 PM Ticket #2626 (ControlGetText wrong encoding for some words.) updated by Jon
Fixed by revision [10316] in version: 3.3.13.3
12:16 PM Ticket #2626 (ControlGetText wrong encoding for some words.) closed by Jon
Fixed: Fixed by revision [10314] in version: 3.3.13.3
11:00 AM Ticket #2793 (SetError And SetExtended not integer value) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:37 AM Ticket #2791 (_ArrayExtract Issues) closed by Melba23
Fixed: Fixed by revision [10313] in version: 3.3.13.3
10:27 AM Ticket #2793 (SetError And SetExtended not integer value) created by anonymous
Therefore in 3.3.13.1 autoit beta, developers have managed to return …
9:03 AM Ticket #2792 (Track - Version of AutoIt 3.3.8.1 >> 3.3.12.0) closed by Jos
Fixed
9:00 AM Ticket #2792 (Track - Version of AutoIt 3.3.8.1 >> 3.3.12.0) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:51 AM Ticket #2792 (Track - Version of AutoIt 3.3.8.1 >> 3.3.12.0) created by mLipok
Please change the default version for new ticket.
4:43 AM Ticket #2791 (_ArrayExtract Issues) updated by BrewManNH
Version changed
3:17 AM _ArrayExtract.au3 attached to Ticket #2791 by Shane0000
Adapted code from helpfile that highlights the issues of _ArrayExtract
3:15 AM Ticket #2791 (_ArrayExtract Issues) created by Shane0000
_ArrayExtract will not extract row o or column 0, also the information …

Jul 11, 2014:

9:47 PM Ticket #2441 (_ExcelReadCell) closed by J-Paul Mesnage
Works For Me: Thanks, I close it s 3.3.13.1 is OK
7:30 PM Ticket #2789 (With EndWith parameter issue) updated by Synix <cross.fire@…>
*two or more
7:29 PM Ticket #2789 (With EndWith parameter issue) updated by Synix <cross.fire@…>
Forget my guess about the cause, it's something totally different. It seems like, if a function call has two object parameters in a row it won't work in many cases. In some it does. Putting one of the parameters in brackets often fixes this, but you sometimes need to find out which one. I couldn't find out more.
6:57 PM Ticket #2789 (With EndWith parameter issue) updated by Synix <cross.fire@…>
I found out this doesn't fail: […] Seems like .Item("A") is getting treated as a function or something, if its not enclosed in brackets.
6:30 PM Ticket #2790 (RichEdit_StreamToFile doesn't work) closed by Melba23
Fixed: Fixed by revision [10310] in version: 3.3.13.3
6:29 PM Ticket #2790 (RichEdit_StreamToFile doesn't work) updated by Melba23
I will fix the typo. The question marks are the ternary operator syntax introduced in 3.3.10.0 - do keep up! ;) M23
4:53 PM Milestone 3.3.13.2 completed
4:43 PM StreamToFile Problem.au3 attached to Ticket #2790 by qwert
RichEdit_StreamToFile reference copies
4:42 PM Ticket #2790 (RichEdit_StreamToFile doesn't work) created by qwert
After losing a day thinking I had a problem with my call, I examined …
10:18 AM Ticket #2441 (_ExcelReadCell) updated by anonymous
The COM error displayed by _Excel_Open is caused by function ObjGet. The function first tries to "attach" to a running Excel instance. If none is found the COM error pops up and Excel is being started by ObjCreate. You can avoid the problem by using parameter $bForceNew = True to always start a new Excel instance.
8:38 AM Ticket #2441 (_ExcelReadCell) updated by J-Paul Mesnage
@water the _Excel_Close() is working in 3.3.13.1 I m just wondering if the COM error in _Excel_Open() can be avoid […]
12:55 AM Ticket #2789 (With EndWith parameter issue) created by jaberwacky
Sorry for the title. The following code demonstrates an issue with …

Jul 10, 2014:

9:02 PM Ticket #2596 (TCPRecv not returning data, and setting @error to -1) closed by Jon
Fixed: Fixed by revision [10303] in version: 3.3.13.2
8:53 PM Ticket #1573 (TCPConnect TCPTimeout) closed by Jon
Fixed: Fixed by revision [10302] in version: 3.3.13.2
8:49 PM Ticket #2287 (GUICtrlSetState($controlID, $GUI_ONTOP) Doesn't set on top) updated by Jon
Owner, Resolution, Milestone changed
Fixed by revision [10301] in version: 3.3.13.2
8:46 PM Ticket #2471 (Bad restore for script using $WS_EX_LAYOUTRTL) closed by Jon
Fixed: Fixed by revision [10299] in version: 3.3.13.2
8:39 PM Ticket #2588 (Menu/Statusbar location problem) closed by Jon
Fixed: Fixed by revision [10298] in version: 3.3.13.2
8:28 PM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) closed by Jon
Fixed: Fixed by revision [10297] in version: 3.3.13.2
8:22 PM Ticket #2743 (Hex($n, -1.#INF) crashes AutoIt) closed by Jon
Fixed: Fixed by revision [10296] in version: 3.3.13.2
7:42 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by mLipok
I myself have advised this problem by removing such names from my systems. Alternatively, could add (to HelpFile) relevant information as to how this works or about directory naming standards.
7:21 PM Ticket #2788 (fuzzy string searching) updated by jchd18
See http://www.autoitscript.com/forum/topic/113591-compare-strings/#entry794763.
6:49 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by BrewManNH
I ran the test script, and noticed that the array holds the correct information. So, you could just use the array instead of the common variables. That would satisfy both the Windows standard naming process, and the pathnames you're using.
6:16 PM Ticket #2788 (fuzzy string searching) created by anonymous
Since 3.3.10.2 we have fast regexp, but what about fuzzy string …

Jul 9, 2014:

4:46 PM Ticket #2665 (Support for EFS (Encrypting File System)) closed by Jon
Completed: Added by revision [10277] in version: 3.3.13.2
4:13 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by mLipok
I did the tests. Windows automatically removes the first spaces, when trying to create. I create this folders in Total Commander. When you create a Windows allows normally open and save in these folders.
3:53 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by anonymous
That path name is invalid in Windows, trying to create a path with spaces before the name causes Windows to strip the spaces. It may be a valid path in another OS, but Windows won't allow you to create one.
3:22 PM Milestone 3.3.13.1 completed
2:35 PM Ticket #2647 (Add line count of FileReadToArray to @extended) closed by Jon
Completed: Added by revision [10272] in version: 3.3.13.1
2:06 PM Ticket #2365 (FileFindNextFile - information in @extended) closed by Jon
Completed: Added by revision [10271] in version: 3.3.13.1
12:00 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by mLipok
it change from: […] to: […]
11:42 AM Ticket #2787 (_PathSplit - remove space from parameter $sDir) created by mLipok
REPRO: […] there is a problem in _PathSplit exactly here: […]

Jul 8, 2014:

7:45 PM Ticket #2786 (MDI childs don't adjust to parent windows client rect #2) updated by Synix <cross.fire@…>
I forgot to mention: This issue is still present in v3.3.12.0
7:42 PM Ticket #2786 (MDI childs don't adjust to parent windows client rect #2) created by Synix <cross.fire@…>
#1013 was about child windows of parent GUIs with $WS_CAPTION style. …

Jul 7, 2014:

4:26 PM Ticket #2785 (WinTextMatchMode - Window Titles and Text (Advanced)) created by anonymous
Please add possibility of REGEXPTEXT - as analogue of REGEXPTITLE, but …
4:07 PM Milestone 3.3.13.0 completed
8:20 AM Ticket #2784 (WinAPI.au3 - not stripped comment header at internal functions) closed by guinness
No Bug: The headers were stripped due to already being present in the help file, but the internal functions aren't, therefore they should still be present.

Jul 6, 2014:

2:50 AM Ticket #2784 (WinAPI.au3 - not stripped comment header at internal functions) updated by Zedna
note: all underscore chars was automatically removed from my previous ticket
2:48 AM Ticket #2784 (WinAPI.au3 - not stripped comment header at internal functions) created by Zedna
Func WinAPI_EnumWindowsAdd() Func WinAPI_EnumWindowsChild() This …

Jul 5, 2014:

8:18 PM Ticket #2783 (FileGetVersion default value for optional parameter is missing in help file) updated by Melba23
According to MSDN the FileVersion is stored as 2 x 64bit integers - the 4 parts are stored as follows: 3.3.12.0 -> 0x00030003 0x000C0000 My testing shows that FileGetVersion behaves as follows: - When no "stringname" is defined, the function extracts these values and returns them with "." delimiters. - If a specific "stringname" is defined, then the relevant string is returned - those in the current AutoIt3.exe are as follows: […] This explains the differences you highlight between having no "stringname" and using "FileVersion". I have amended the Help file to reflect this. M23
8:15 PM Ticket #2783 (FileGetVersion default value for optional parameter is missing in help file) closed by Melba23
Completed: Added by revision [10263] in version: 3.3.13.0

Jul 4, 2014:

6:18 PM Ticket #2756 (FileCreateShortcut function is not working properly in Windows 2008 R2) closed by Jos
Rejected

Jul 3, 2014:

5:54 AM Ticket #2783 (FileGetVersion default value for optional parameter is missing in help file) created by orbs
from the FileGetVersion help: FileGetVersion ( "filename" [, …

Jul 2, 2014:

11:05 PM Ticket #2776 (AutoItX: ControlFocus with Handle doesn't work) closed by Jos
No Bug
11:03 PM Ticket #2780 (Object Check Error) closed by Jos
Fixed
9:15 PM Ticket #2780 (Object Check Error) updated by mLipok
read this: http://www.autoitscript.com/trac/autoit/ticket/2768 http://www.autoitscript.com/trac/autoit/ticket/2731 for the future, check carefully before you report http://www.autoitscript.com/trac/autoit/wiki […]
7:43 PM Ticket #2780 (Object Check Error) updated by anonymous
well. I mean, that, AuCheck stops on dot '.' before To $objEmail.To = $s_ToAddress it makes ------| to the dot; and boom: error: missing separator character before keyword. aka '$', but it is a dot '.' must be there, because of ObjCreate() method requires creating methods of acess, i mean.
3:25 PM Ticket #2764 ($CONST_* constants require #include <......au3> ---- part 3) updated by mLipok
but did you check also this: $*_PRIORITY_CLASS constants require #include <APIProcConstants.au3> instead $*_PRIORITY_CLASS constants require #include <APIShellExConstants.au3>
3:14 PM $CONST_Constants_require_Part_4.zip attached to Ticket #2782 by mLipok
3:14 PM Ticket #2782 ($CONST_Constants_require_Part_4.zip) created by mLipok
look in atachment.
11:16 AM Ticket #2781 (_GUICtrlRichEdit_IsTextSelected - always False never True) closed by Melba23
No Bug: You are not testing after selecting the text - when you do you will see that it works as advertised: […] M23
10:49 AM _GUICtrlRichEdit_SelectionRepro.au3 attached to Ticket #2781 by mLipok
10:49 AM Ticket #2781 (_GUICtrlRichEdit_IsTextSelected - always False never True) created by mLipok
REPRO: […]
9:26 AM Ticket #2770 (Proposal - _FTP_Connect.txt) closed by guinness
Completed
9:21 AM Ticket #2769 (Example proposal- _GUICtrlRichEdit_Create[2].au3) closed by guinness
Rejected: Thanks, though this goes beyond the scope of demonstrating _GUICtrlRichEdit_Create().
9:14 AM Ticket #2773 (_FTP_ProgressUpload - examples) closed by guinness
Fixed: Fixed by revision [10258] in version: 3.3.13.0
8:23 AM Ticket #2777 (Found error in IE.au3) closed by Melba23
Fixed: Already fixed by Rev 10214. M23
8:19 AM Ticket #2779 (Typo on RichEdit_StreamToVar parameters) closed by Melba23
Fixed: Fixed by revision [10257] in version: 3.3.13.0
8:11 AM Ticket #2776 (AutoItX: ControlFocus with Handle doesn't work) updated by anno1977@…
its written in ControlFocus Documentation... Parameters ||= title =|| The title/hWnd/class of the window to access || I think, there is a misunderstanding on my side, because I coded in Delphi and my function returning an integer handle, instead of hex string 0x00000000 this sourcecode works... […] this ticket can be closed now
8:04 AM Ticket #2780 (Object Check Error) updated by J-Paul Mesnage
Use the AU3Check in Scite beta area to verify that the next AU3Check is OK Thanks
7:18 AM Ticket #2780 (Object Check Error) created by anonymous
By using ObjCreate there is an error when checking script: Local …
2:35 AM Ticket #2779 (Typo on RichEdit_StreamToVar parameters) created by qwert
_GUICtrlRichEdit_StreamToVar $iOpts [optional] additional options: …

Jul 1, 2014:

7:47 PM Ticket #2776 (AutoItX: ControlFocus with Handle doesn't work) updated by Jos
Where does it state in the helpfile that this is supported? The format is: ControlFocus ( "title", "text", controlID ) -and- ControlFocus "title", "text", "controlID" Jos
7:22 PM Ticket #2778 (include REGEXP function in to SQLite) updated by jchd18
Regexp operator isn't very useful because it is so slow and contrary to LIKE and GLOB, can't benefit from any index. That's why no regexp function comes as standard. However a simple (non-PCRE) implementation is available in the source tarball of the official website, under directory .\ext\misc\regexp.c which is ready to be compiled into an SQLite extension DLL.
5:00 PM Ticket #2778 (include REGEXP function in to SQLite) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:59 PM Ticket #2778 (include REGEXP function in to SQLite) created by anonymous
documentation on sqlite site said: The REGEXP operator is a special …
4:54 PM Ticket #2777 (Found error in IE.au3) created by anonymous
in Func IEControlGetObjFromHWND(ByRef $hWin) at line 2971 Local …
4:06 PM Ticket #2776 (AutoItX: ControlFocus with Handle doesn't work) created by anno1977@…
Calling ControlFocus in AutoItX3.Control and control handle as first …
1:21 PM Ticket #2775 (GUICtrlRead - Return Value <> state of the button) updated by mLipok
gosh, you're right, I was wrong, I have today, the day of the Freak sorry, for confusion.
1:11 PM Ticket #2775 (GUICtrlRead - Return Value <> state of the button) closed by Melba23
No Bug: Small spherical objects! […] Both return the state ($GUI_UNCHECKED (4) or $GUI_CHECKED (1)) of the control. M23
12:51 PM Ticket #2775 (GUICtrlRead - Return Value <> state of the button) created by mLipok
in Return Value there is sucha a description: […] But this is not …
11:36 AM IE_UPDATED.zip attached to Ticket #2774 by mLipok
11:34 AM Ticket #2774 (UDF standards >> #Region) created by mLipok
UDF standards do not talk anything about using #Region #EndRegion …

Jun 30, 2014:

8:36 PM Ticket #2772 (GuiComboBox.au3 - (gafro_GUICtrlComboBox_GetDroppedState) closed by Melba23
Fixed
11:15 AM Ticket #2773 (_FTP_ProgressUpload - examples) created by mLipok
[…] please change to: […] s$erver >> $sServer
10:42 AM Ticket #2772 (GuiComboBox.au3 - (gafro_GUICtrlComboBox_GetDroppedState) created by mLipok
there is: […] but it should be: […]
10:32 AM Ticket #2771 (FTPEx.au3 - proposal) created by mLipok
changes $sFileIndex >> $iFileIndex $iContext >> $pContext …
8:56 AM _FTP_Connect.txt attached to Ticket #2770 by mLipok
8:55 AM Ticket #2770 (Proposal - _FTP_Connect.txt) created by mLipok
I attach _FTP_Connect.txt in Parameters added flags and in remarks …
Note: See TracTimeline for information about the timeline view.