Timeline



Dec 12, 2013:

7:30 PM Ticket #2528 (Obfuscator - #Obfuscator_Ignore_Funcs) closed by Jos
Rejected: These directives remain in the output since these are also used by au3check.
12:32 PM Ticket #2557 (Send Key Count 0 not to send any keys) updated by Matt Diesel
Version, Type, Summary changed
Changed this from a bug report to a feature request. Although the current behavior is documented, the OP makes a reasonable case for this behavior to be changed.
10:02 AM Ticket #2557 (Send Key Count 0 not to send any keys) updated by Melba23
It clearly states in the Help file that: The key will be send at least once even if the count is zero I suggest that you do some errorchecking on the variables before creating the string to send. M23 Edit: Fixed the typo - now reads "will be sent"
3:56 AM Ticket #2557 (Send Key Count 0 not to send any keys) created by RandomClown
In the Send function, if you specify a count in a key as 0, the count …

Dec 11, 2013:

9:17 PM Ticket #2554 (UDF - GuiTreeView.au3 - _GUICtrlTreeView_Sort - proposal) updated by mlipok
You're welcome If I find something else that will let you know ;)
5:48 PM Ticket #2554 (UDF - GuiTreeView.au3 - _GUICtrlTreeView_Sort - proposal) updated by guinness
The function has been modified heavily from your proposal. Thanks for bringing it to our attention.
5:22 PM Ticket #2554 (UDF - GuiTreeView.au3 - _GUICtrlTreeView_Sort - proposal) closed by guinness
Completed: Changed by revision [9244] in version: 3.3.9.25
3:37 PM Ticket #2534 (SciTE4AutoIt3.exe - instalator) closed by J-Paul Mesnage
Works For Me
1:10 PM Ticket #2534 (SciTE4AutoIt3.exe - instalator) updated by mlipok
Sorry Jos for my incomplete ticket. I'll try to get this problem again. At the moment I am not able to determine where I had the chance. So for now, please close the ticket. If I can go back to this error with a larger amount of data that will inform the appropriate new entry in this Track Ticket.
12:36 PM Ticket #2534 (SciTE4AutoIt3.exe - instalator) updated by Jos
The installer requires Admin level and will prompt for the RunAs userid when ran as normal user, so don't understand your second sentence. I have done a fresh install as Normal User and can't replicate your error. So give me the exact scenario to perform to replicate your issue. I assume you have set ProperCase in your SciTEUser.properties to even get this error? Which OS are your running and is UAC enabled? Thanks, Jos

Dec 10, 2013:

1:33 PM Ticket #2545 (HttpProxySet Return value) closed by Matt Diesel
No Bug: Closing this as not a bug. Saying the return value has no meaning, is the same as saying there is no meaningful return value, which is what the docs mean when they say "no return value". There is always a return value, even if its just zero or "" or 1 in this case.
1:28 PM Ticket #2489 (HttpSetUserAgent return value) updated by Matt Diesel
BrewManNH, that does return it back to the default, but the ticket is for the case when the user sets the agent, and then calls a UDF, or another function, which requires a different agent. The UDF could reset it to the default, but this is not the same as setting it back to its old value. I'm sure the implementation is trivial, and is not breaking in any way, so I agree that returning the old user agent string is a good idea.
12:03 AM Ticket #2489 (HttpSetUserAgent return value) updated by BrewManNH
From the help file: The string to set as the user-agent. The default user-agent is "AutoIt". Passing an empty string will reset the user-agent back to the default. This says all that you have to do to return it to the default is to pass it an empty string. You don't need to keep track of it, because you can reset it.

Dec 9, 2013:

8:00 PM Ticket #2556 (Request for hyperlink) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:55 PM Ticket #2556 (Request for hyperlink) closed by guinness
Completed: Added by revision [9232] in version: 3.3.9.25
7:36 PM Ticket #2556 (Request for hyperlink) updated by guinness
Could you provide an example of the GUI functions you're talking about please. Thanks. Edit: Nevermind, I see you mean the likes of _GUICtrlButton_Create() or _GUICtrlTab_Create() where $iExStyle is present as a parameter.
7:35 PM Ticket #2500 (_IEDocGetObj Help example $oDoc.fileCreatedDate error) updated by guinness
I have changed the URL in the interim, but have left the ticket open in case this is indeed a bug.
7:32 PM Ticket #2555 (Spelling error) closed by guinness
Fixed: Fixed by revision [9229] in version: 3.3.9.25
7:27 PM Ticket #2556 (Request for hyperlink) created by billo
Several GUI functions elude to the $WS_EX_ constants to Control …
7:22 PM Ticket #2555 (Spelling error) created by billo
_GUICtrlRichEdit_StreamToFile first line in description: Writes …

Dec 7, 2013:

8:53 AM Milestone 3.3.9.24 completed

Dec 5, 2013:

9:38 PM Ticket #2548 (Array Literal Notation) updated by Tasiro
> When did I talk about implementation issues? It's not a parser issue, it's a language issue. The language described by the syntax is the same. > For a start, what kind of array would [[5, 6], [7, 8]] be? With current syntax I'd expect that to be a 2x2 array, but with literal arrays it would be a 2 element array, with nested arrays. The interpreter complains, if I try to execute Local $a=[1,[2]]. Would your example really become an array with nested arrays? > […] why don't we make all multi-dimensional arrays nested. You could treat them that way. Let a be an array with m dimensions and b a subarray of a with n dimensions. > How about ReDim and UBound, how would they work? Why should ReDim change its behavior? It would throw, if any b was passed to it. UBound(b,0) should return m. UBound(b,d) should return UBound(a,d+m-n). > What about the performance of multi-dimensional arrays? Why should it change? Your multi-dimensional arrays only consist of pointers, right? You would only need some kind of view object. > It's not even possible to access nested arrays yet in AutoIt either. Users would have to add extra error checking for every element in a nested array if they wanted to make sure all the sub-arrays have the same length... No, it is your own fault, if you pass an argument of the wrong type. It is possible, but it is wrong. It is not even necessary to allow access to nested arrays... > You make things sound very trivial Of course, would you make your feature requests sound complicated? > the change would break every AutoIt script using 2d arrays. Even the standard Array.au3 udf would be broken. Really?
6:11 PM Ticket #2312 (Tray icon flashes into the black square) updated by anonymous
OK, let's hope DPI related issues will be sorted out soon.
4:09 PM Ticket #2312 (Tray icon flashes into the black square) updated by J-Paul Mesnage
It is up to Jon to reopen. For me I don't understand if it is not related with Windows itself I will not reopen it.
12:00 AM Ticket #2554 (UDF - GuiTreeView.au3 - _GUICtrlTreeView_Sort - proposal) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Dec 4, 2013:

11:04 PM Ticket #2554 (UDF - GuiTreeView.au3 - _GUICtrlTreeView_Sort - proposal) created by mlipok
now is: […] I removed depracted Dim declaration, By the way I …
4:30 PM Ticket #2312 (Tray icon flashes into the black square) updated by anonymous
Hello Jpm, The status of this bug still shows: "closed Bug (Rejected)". Now that the bug has been confirmed, are you going to re-open it? Thanks!
3:50 PM Ticket #2548 (Array Literal Notation) updated by Matt Diesel
When did I talk about implementation issues? It's not a parser issue, it's a language issue. The only thing in your comment that makes sense is asking why don't we make all multi-dimensional arrays nested. Even that doesn't really make sense: How about ReDim and UBound, how would they work? What about the performance of multi-dimensional arrays? It's not even possible to access nested arrays yet in AutoIt either. Users would have to add extra error checking for every element in a nested array if they wanted to make sure all the sub-arrays have the same length... Please, think about what you are asking. You make things sound very trivial when the change would break every AutoIt script using 2d arrays. Even the standard Array.au3 udf would be broken.
1:44 PM Ticket #2550 (_GUICtrlComboBox_GetEditText) closed by Melba23
Fixed: Fixed by revision [9216] in version: 3.3.9.24
12:27 PM Ticket #2548 (Array Literal Notation) updated by Tasiro
> Several problems with what you are saying: Firstly strings cannot be considered anything like arrays in AutoIt. Even if you do, you should consider the fact that they are read only so creating a temporary string has non of the issues Valik was talking about in #2029. Strings are a fundamental data type in AutoIt 3, numbers and arrays too. Strings have a special syntax to describe them, numbers too. Arrays haven't. > For a start, what kind of array would [[5, 6], [7, 8]] be? With current syntax I'd expect that to be a 2x2 array, but with literal arrays it would be a 2 element array, with nested arrays. That's a parsing problem. a[0][1] (with a=[[2,3],4]) should be: […] But it is (only guessing): […] (At least it is treated that way.) Are you using an LL parser tool? If not, you could remove that restriction. Why not make every array with more than one dimension an array with nested arrays?
12:26 PM Ticket #2551 (if's and const's) updated by anonymous
I was not clear in my comments and I believe you are confusing AutoIt and Au3Check. AutoIt itself has no problem with your originally posted construct in either 3.3.8.1 or the Beta. The error is flagged up by the Au3Check syntax checking tool. Its logic is pretty simple and as far as it is concerned you are indeed declaring the same constant twice - so it fires off an error. This happens regardless of the version used and it is not reasonable to expect Au3Check to check if the declaration is within a conditional statement - it is complex enough already. M23
9:47 AM Ticket #2553 (Enum unwillingly&erroneously declares/treats variables as Const) closed by Melba23
No Bug
9:46 AM Ticket #2553 (Enum unwillingly&erroneously declares/treats variables as Const) updated by Melba23
The Help file makes it quite clear that Enum produces constants: […] In most languages Enum declares constants and I see no reason why AutoIt should be different, particularly as this behaviour is well-documented and long established. If you want to alter the value of items in the script, they need to declared as variables and so Enum is not a suitable function to use. M23
1:01 AM Ticket #2551 (if's and const's) updated by anonymous
is it worth to mention that the provided examples are working without errors in AutoIt 3.3.9.23 And even when the variable is declared as a Const! […] […] both working like charm. re. Melba23 Secondly, you are not putting a Global Const into the script , you are putting two of them - and so the error is entirely justified. Justified? Not by those reasons, nope. The error is only intuitively to be expected when there is an attempt to redeclare or otherwise assign a value to a var, that was already declared before as a Const. In examples above, neither of the vars is written-into, or declared, twice. Therefore, no error, and none should be.

Dec 3, 2013:

11:44 PM Ticket #2553 (Enum unwillingly&erroneously declares/treats variables as Const) created by rarirurerory
;Should you want to make vars unchangable constants, you simply add …
10:29 PM Ticket #2552 (HelpFile examples - declaration Local insed loop) closed by guinness
Fixed: Fixed by revision [9215] in version: 3.3.9.24
9:02 PM Ticket #2552 (HelpFile examples - declaration Local insed loop) updated by mlipok
HelpFile examples - declaration Local insed loop I mean HelpFile examples - declaration Local inside loop explanation: so far have been declarations of local variables inside a While loop
8:53 PM CHANGE_9_v23.zip attached to Ticket #2552 by mlipok
8:52 PM Ticket #2552 (HelpFile examples - declaration Local insed loop) created by mlipok
using my script: …
6:24 PM Ticket #2548 (Array Literal Notation) updated by Matt Diesel
Varargs is also a request I made a while ago, #2278. Several problems with what you are saying: Firstly strings cannot be considered anything like arrays in AutoIt. Even if you do, you should consider the fact that they are read only so creating a temporary string has non of the issues Valik was talking about in #2029. Secondly, the problem is not in simple use like you are looking at, its in the edge cases: For a start, what kind of array would [[5, 6], [7, 8]] be? With current syntax I'd expect that to be a 2x2 array, but with literal arrays it would be a 2 element array, with nested arrays.
6:09 PM Ticket #2551 (if's and const's) updated by Melba23
I have just seem Mat's remark - good point: […] Note it is still a variable and not a constant. M23
6:05 PM Ticket #2551 (if's and const's) closed by Melba23
No Bug
6:05 PM Ticket #2551 (if's and const's) updated by Melba23
Firstly, that by definition is a variable and not a constant as its value is set at run time and is not fixed at compile time. Secondly, you are not putting a Global Const into the script , you are putting two of them - and so the error is entirely justified. Finally, good coding practice is to declare the variable before the condition check: […] M23
6:02 PM Ticket #2551 (if's and const's) updated by Matt Diesel
As an aside, this is a very good example of when the beta's ?: ternary operator should now be the preferred method.
2:14 PM Ticket #2551 (if's and const's) created by matthew.lagoe@…
When you put a global const in an if statement you get a previously …
1:52 PM Ticket #2548 (Array Literal Notation) updated by Tasiro
The last example in #2505 requires access to subarrays of multidimensional arrays, too. > Anonymous's suggestion is bad from several aspects one of which is creating exception of rules. Oh, I didn't see that. Why is it a bad suggestion? What is the difference between strings and arrays? Strings get copied - arrays get copied. Only the operations are different. I can create temporary strings, but not temporary arrays. Isn't that an exception? Why do I have to use something like array(1,2,...,15,more(16,17)) instead of [1,2,...,16,17]? Another solution mgiht be variable length argument lists: […]
7:23 AM Ticket #2549 (Window controls do not always relocate with GUICtrlSetPos) closed by J-Paul Mesnage
No Bug: next time use the forum instead of the bug reporting
1:41 AM Ticket #2549 (Window controls do not always relocate with GUICtrlSetPos) updated by john@…
Thanks for that. This is exactly what I wanted. I figured there should be a way of controlling the way the window contents behaved when resized but could not find it in Help. All is clear now.

Dec 2, 2013:

9:24 PM Ticket #2505 (Array create without declaration) closed by Matt Diesel
Duplicate: Duplicate of #2548. I'm going to bend the rules slightly and close this ticket as a duplicate of the other one (don't shoot me guys) as the other ticket is better.
9:23 PM Ticket #2548 (Array Literal Notation) updated by Matt Diesel
Originally requested as part of ticket #2029 (see the anonymous comment and it's rejection by a developer at the time. Currently covered by another open ticket #2505, I'm going to bend the rules slightly and close the other ticket as a duplicate of this one (don't shoot me guys) as this ticket is better. To reiterate, no current developer (Jon) has rejected the idea yet, so it's not my place to close it, but it has been rejected in the past.
12:53 PM Ticket #2549 (Window controls do not always relocate with GUICtrlSetPos) updated by J-Paul Mesnage
Just slight precision the resizing is done by AutoIt not really Windows
9:40 AM Ticket #2550 (_GUICtrlComboBox_GetEditText) created by Melba23
The structs used in _GUICtrlComboBox_GetEditText appear to be too …
7:55 AM Ticket #2396 (WinActivate - Remarks - PROPOSAL) closed by Melba23
Fixed
7:55 AM Ticket #2396 (WinActivate - Remarks - PROPOSAL) updated by Melba23
Your script is flawed - the 0 return from @extended comes from the WinWaitActive call, not the WinActivate. When I test I only get returns of 1 or 2 as you can see: […] I will add a comment along the lines of @extended returns 1 if the GUI was already active; 2 if not Although frankly I do not see the utility of this information as long as the GUI is activated. M23
7:41 AM Ticket #2549 (Window controls do not always relocate with GUICtrlSetPos) updated by Melba23
If you do not want the controls to move when the GUI is resized (which is what you seem to be saying) why not use the correct Resizing code to let Windows know? […] Now you can leave it all to Windows. M23
4:09 AM Ticket #2549 (Window controls do not always relocate with GUICtrlSetPos) created by john@…
The program below creates a resizable window. When the window is …

Dec 1, 2013:

6:20 PM Ticket #2312 (Tray icon flashes into the black square) updated by anonymous
I think some of AutoIt functions are not DPI-aware, such as PixelGetColor(). See the discussion here: (http://www.autoitscript.com/forum/topic/156251-mouse-coordinates/)
5:57 PM Ticket #2312 (Tray icon flashes into the black square) updated by J-Paul Mesnage
You get it it is due to this 125%. Not sure AutoIt can do something for it
4:25 PM Ticket #2312 (Tray icon flashes into the black square) updated by anonymous
OK, I just confirmed this: It is related to high DPI setting. At 100% it is fine. Try 125% and you will see it!
3:42 PM Ticket #2312 (Tray icon flashes into the black square) updated by J-Paul Mesnage
Thanks The bad news is I cannot reproduce it Under my clean install 8.1
3:19 PM Ticket #2312 (Tray icon flashes into the black square) updated by anonymous
I have attached it now.
3:18 PM Personalization.jpg attached to Ticket #2312 by anonymous
1:10 PM Ticket #2312 (Tray icon flashes into the black square) updated by J-Paul Mesnage
attach your personalization setting as he one I just attach
1:09 PM Screenshot - jpm.png attached to Ticket #2312 by J-Paul Mesnage
1:04 PM Ticket #2312 (Tray icon flashes into the black square) updated by anonymous
That's interesting, I always had this issue with Windows 8 and 8.1! Any debug code you might want me to try on my machine?
12:11 PM Ticket #2312 (Tray icon flashes into the black square) updated by J-Paul Mesnage
I still have the good behavior see last attached file
12:10 PM #2312 win8.1 jpm-1.png attached to Ticket #2312 by J-Paul Mesnage

Nov 30, 2013:

1:47 AM Ticket #2312 (Tray icon flashes into the black square) updated by anonymous
No special desktop personalization and with this script: TraySetIcon("%SystemRoot%\system32\SHELL32.dll", -100) TraySetState(4) While 1 Sleep(100) WEnd
1:45 AM tray.jpg attached to Ticket #2312 by anonymous

Nov 29, 2013:

11:57 PM Ticket #2312 (Tray icon flashes into the black square) updated by J-Paul Mesnage
I don't have the same problem as I say see attach file Just post a part of your screen so I can understand which specific theme you are using Best for me is to understand your personalization. I use the standard one
11:54 PM #2312 win8.1 jpm.png attached to Ticket #2312 by J-Paul Mesnage
9:04 PM Ticket #2312 (Tray icon flashes into the black square) updated by anonymous
I have the same problem under Windows 8.1 (and also Windows 8).
2:43 PM Ticket #2548 (Array Literal Notation) created by Tasiro
Please allow the use of the array literal notation as an expression …

Nov 28, 2013:

9:46 PM Ticket #2396 (WinActivate - Remarks - PROPOSAL) updated by mlipok
The script speaks better than words. Can you add it as an example to the documentation of this function. […] As for the verbal description - my modest linguistic capabilities do not allow me to take this challenge.
12:13 PM Milestone 3.3.9.23 completed
11:21 AM Ticket #2497 (Window Titles and Text (Advanced) - Proposal) closed by Melba23
Wont Fix
11:21 AM Ticket #2497 (Window Titles and Text (Advanced) - Proposal) reopened by Melba23
11:20 AM Ticket #2456 (Function Notes) closed by Melba23
Wont Fix
11:20 AM Ticket #2456 (Function Notes) updated by Melba23
mlipok, There are no links to the relevant reference page from any other of the specific Help pages, so I do not see why we should make an exception here. M23
11:18 AM Ticket #1275 (GUICtrlSetTip - after tip times out it does not show again) closed by Jon
Wont Fix
11:17 AM Ticket #2497 (Window Titles and Text (Advanced) - Proposal) closed by Melba23
Fixed
11:17 AM Ticket #2497 (Window Titles and Text (Advanced) - Proposal) updated by Melba23
mlipok, LAST is used in the same way as ACTIVE, REGEXPCLASS as REGEXPTITLE. As there are examples for both of those I see no point in adding further examples which would be little more than copies. M23
11:10 AM Ticket #2396 (WinActivate - Remarks - PROPOSAL) updated by Melba23
mlipok, I would rather Jon spent time on more important things. But if you provide the data, I will add it. M23
11:07 AM Ticket #2547 (Au3Check and HelpFile) closed by Melba23
Fixed
11:07 AM Ticket #2547 (Au3Check and HelpFile) updated by Melba23
mlipok, Au3Check added to index. The directives will not be added as they are not AutoIt directives - the AutoIt3Wrapper directives are not included for the same reason. M23
11:00 AM Ticket #2547 (Au3Check and HelpFile) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:20 AM Ticket #2547 (Au3Check and HelpFile) updated by mlipok
and of course #ignorefunc
10:15 AM Ticket #2547 (Au3Check and HelpFile) created by mlipok
Please add a new info in HelpFile in "INDEX" Description of what I …
8:33 AM Ticket #2546 (HotKeySet Documenation Error) closed by Melba23
Fixed
8:32 AM Ticket #2546 (HotKeySet Documenation Error) updated by Melba23
Changed text to read: "It is recommended to use lower-case keys/characters (e.g. "b" and not "B") when setting hotkeys to avoid errors as with some keyboard layouts upper and lower case keys may be mapped differently." M23

Nov 27, 2013:

2:33 PM Ticket #2545 (HttpProxySet Return value) updated by anonymous
It is not that important! But if Autoit always returns something, then the doc should print out something like: Return value not analyzable or always 1 if it is really always 1. :-)
2:21 PM Ticket #2544 (_WinAPI-GetVersion missing from Help file?) updated by J-Paul Mesnage
it is Under WinAPIEx->System->sysinfo
2:17 PM Ticket #2545 (HttpProxySet Return value) updated by J-Paul Mesnage
In Fact I don't think the doc is really wrong as AutoIt always return something but it this partivular case it is irrelevant. If I remember well in another part of the doc by default for AutoIt builtin the default return is 1 as opposed to UDF return which is 0
8:22 AM Ticket #2541 (Obj in Loop - AutoIt3.exe ended.rc:-1073741819) closed by Jon
Fixed: Fixed by revision [9196] in version: 3.3.9.23

Nov 26, 2013:

11:53 PM Ticket #2546 (HotKeySet Documenation Error) created by KnowsNothing
It appears the HotKeySet documenation contains an erroneous sentence …
9:58 PM Ticket #2545 (HttpProxySet Return value) created by Xenobiologist
The helpfile says there is no return value. Calling the function in a …
10:00 AM Ticket #2481 (FileSelectFolder - Windows 7 and later new window type) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:26 AM Ticket #2481 (FileSelectFolder - Windows 7 and later new window type) updated by Jon
Type changed

Nov 25, 2013:

11:11 PM Ticket #2544 (_WinAPI-GetVersion missing from Help file?) updated by guinness
When I search _WinAPI_GetVersion() in the index I find it. No bug.
11:10 PM Ticket #2544 (_WinAPI-GetVersion missing from Help file?) closed by guinness
No Bug
10:41 PM Ticket #2542 (Proposed amendments to the 44 files - SQLLite ...) updated by mlipok
Replying to Jpm: > I will commit them. > My only comment is why to put link to itself ... sorry for the delay ---- I think we was discused this here: http://www.autoitscript.com/trac/autoit/ticket/2466 am I right?
8:59 PM Ticket #2544 (_WinAPI-GetVersion missing from Help file?) updated by c.haslam
Sorry. Got title slightly wrong: for - read _
8:58 PM Ticket #2544 (_WinAPI-GetVersion missing from Help file?) created by c.haslam
I don't find _WinAPI_GetVersion() in the beta help file, but there is …
5:28 PM Ticket #2540 (_ArrayDisplay - new parameter - copy rows and column name) updated by mlipok
I followed this thread. The indicated proposed amendment exhausted my feature request.
4:38 PM Ticket #2526 (Window Titles and Text (Advanced) >> Title = '' (Blank) == [Active] ??) closed by Melba23
Wont Fix
4:37 PM Ticket #2526 (Window Titles and Text (Advanced) >> Title = '' (Blank) == [Active] ??) updated by Melba23
mlipok, "some of the files have a description in this area and others do not" Ralph Waldo Emerson had the perfect answer to that: http://dictionary.reference.com/browse/a+foolish+consistency+is+the+hobgoblin+of+little+minds M23
4:34 PM Ticket #2540 (_ArrayDisplay - new parameter - copy rows and column name) updated by Melba23
mlipok, Look at the Beta code in this thread to find out. http://www.autoitscript.com/forum/topic/156481-new-arraydisplay-beta-code-comments-and-suggestions-welcomed/ M23

Nov 24, 2013:

3:31 PM Ticket #2542 (Proposed amendments to the 44 files - SQLLite ...) closed by J-Paul Mesnage
Completed: Added by revision [9195] in version: 3.3.9.23
3:27 PM Ticket #2542 (Proposed amendments to the 44 files - SQLLite ...) updated by J-Paul Mesnage
I will commit them. My only comment is why to put link to itself …
12:06 PM Ticket #2543 (Run on WriteOnly Medium) created by jungwirth.markus@…
The Function "Run" produces a "Write-Protected" error on a …

Nov 23, 2013:

12:00 AM Ticket #2542 (Proposed amendments to the 44 files - SQLLite ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Nov 22, 2013:

11:55 PM CHANGE_8_v22.zip attached to Ticket #2542 by mlipok
11:54 PM Ticket #2542 (Proposed amendments to the 44 files - SQLLite ...) created by mlipok
txtKeywords ContinueCase.txt ContinueLoop.txt Do.txt include.txt …

Nov 20, 2013:

10:43 PM Ticket #2526 (Window Titles and Text (Advanced) >> Title = '' (Blank) == [Active] ??) updated by mlipok
Melba23 As usual, you surprise me. Therefore propose only to systematize. As I stated in my previous commentary on some of the files have a description in this area and others do not.
9:11 PM Ticket #2526 (Window Titles and Text (Advanced) >> Title = '' (Blank) == [Active] ??) updated by Melba23
There is already a comment in the "Window Titles and Text (Basic)" section of the Beta Help file: Note: If a blank string "" is given for both title and text then the currently Active window will be used (this is not true in some of the more advanced WinTitleMatchModes)''' I think that is quite adequate and I see no point in having it in both "Basic" and "Advanced" sections. M23
3:48 PM Ticket #2526 (Window Titles and Text (Advanced) >> Title = '' (Blank) == [Active] ??) updated by mlipok
I did a quick review. I found the text you designated. This description is only in: […] There is a lack of information in other files: […] Probably because that I did not notice this description. So I propose to add an appropriate description, inside: <a href="../intro/windowsadvanced.htm"> Title special definition </ a> Please also consider the deletion of these descriptions, the rest of the files. I think it will be more flexible/universal solution. If it is accepted, I will tonight, I can handle this.
3:26 PM Ticket #2526 (Window Titles and Text (Advanced) >> Title = '' (Blank) == [Active] ??) updated by Melba23
The Help already quite clearly says: If multiple windows match the criteria, the window that was most recently active is the one activated. As all windows will match when the title is set to "", it is obvious that the active one will be returned. I see no reason to amend the comment. M23
11:16 AM Ticket #2540 (_ArrayDisplay - new parameter - copy rows and column name) updated by mlipok
You know which option / proposal is selected? btw. Thanks
10:55 AM Ticket #2540 (_ArrayDisplay - new parameter - copy rows and column name) closed by J-Paul Mesnage
Completed: Added by revision [9192] in version: 3.3.9.23
2:35 AM Ticket #2512 (ObjName crash) updated by anonymous
$vRet is not an object -- so why are you using ObjName($vRet)? From: http://msdn.microsoft.com/en-us/library/windows/desktop/aa384023(v=vs.85).aspx The ResponseStream property retrieves the response entity body as an IStream. A Variant that receives a pointer to an IUnknown interface that can be queried for an IStream interface. This stream returns the raw data as received directly from the server.

Nov 19, 2013:

9:02 PM Ticket #2539 (_ArrayUnique - parameter - $iCase - clarification) closed by J-Paul Mesnage
Fixed: Fixed by revision [9191] in version: 3.3.9.23
1:27 PM Ticket #2454 (if WMI Obj need "Join",au3 crashed.) updated by anonymous
This is not a bug. AutoIt has other methods. Here's an example: […]
12:36 PM Ticket #2541 (Obj in Loop - AutoIt3.exe ended.rc:-1073741819) updated by mlipok
This was discussed here: http://www.autoitscript.com/forum/topic/156029-autoit-v33922-beta/page-4#entry1131086
10:31 AM Ticket #2541 (Obj in Loop - AutoIt3.exe ended.rc:-1073741819) created by mlipok
Repro CODE: […] output: […]

Nov 18, 2013:

6:05 PM Ticket #2540 (_ArrayDisplay - new parameter - copy rows and column name) updated by mlipok
usign _ArrayDisplay[4].au3 as a example now using existing button is that: […] I propose something like that […] This will be even more useful by using a parameter $sHeader After re-consideration, may simply change the current results of action, the "Copy Selected" according to the proposed amendment, so without introducing a new parameter, and without the new button.
1:40 PM Ticket #2540 (_ArrayDisplay - new parameter - copy rows and column name) updated by Melba23
mlipok, Just to check I understand correctly: you are asking for 2 buttons on the dialog. One will return this: Row |Col 0|Col 1|Col 2|Col 3|Col 4|Col 5 [3]|Item 0|Item 1|Item 2|Item 3|Item 4|Item 5 And the other will return just this: Item 0|Item 1|Item 2|Item 3|Item 4|Item 5 Am I right? M23
10:11 AM Ticket #2539 (_ArrayUnique - parameter - $iCase - clarification) updated by mlipok
From doc: "Default is not case sensitive." but my question is How to set Case Sensitive. I think that the description of the parameter would be something like this: "Flag to indicate if the operations should be case sensitive (0=not case sesitive 1=case sesitive). Default is not case sensitive." In addition, upon reflection, based on the documentation for this function, I can also say that it is not clear how to set the $iBase I can only assume "set 0 = for 0-based or set 1 for 1-based"
8:22 AM Ticket #2539 (_ArrayUnique - parameter - $iCase - clarification) updated by J-Paul Mesnage
which value should be added?
8:21 AM Ticket #2512 (ObjName crash) updated by J-Paul Mesnage
Your example is stop at open Under 3.3.8.1 and does not produce any error Under 3.3.9.22 in fact open does not succeed […]

Nov 17, 2013:

11:00 PM Ticket #2540 (_ArrayDisplay - new parameter - copy rows and column name) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:00 PM Ticket #2539 (_ArrayUnique - parameter - $iCase - clarification) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:46 PM Ticket #2539 (_ArrayUnique - parameter - $iCase - clarification) updated by mlipok
please do the same to $iFlags parameter.
9:39 PM Ticket #2540 (_ArrayDisplay - new parameter - copy rows and column name) updated by mlipok
"please consider adding a new secondary key." sorry for my vocabulary I mean: "please consider adding a new secondary button."
9:38 PM Ticket #2540 (_ArrayDisplay - new parameter - copy rows and column name) created by mlipok
Please consider adding a new parameter to the function. Description …
9:27 PM Ticket #2539 (_ArrayUnique - parameter - $iCase - clarification) created by mlipok
$iCase [optional] Flag to indicate if the operations should be case …
4:47 PM Ticket #2499 (GUICtrlSendToDummy documentation clarification) closed by Melba23
Fixed
4:47 PM Ticket #2499 (GUICtrlSendToDummy documentation clarification) updated by Melba23
Added remark to Help file. M23
4:40 PM Ticket #2504 (GUICtrlSendToDummy to нidden window) closed by Melba23
Rejected
4:39 PM Ticket #2504 (GUICtrlSendToDummy to нidden window) updated by Melba23
I have added a remark to the Help file stating that the function will not work with a dummy control on a hidden GUI. M23
12:01 PM Ticket #2512 (ObjName crash) updated by anonymous
Crashes with 3.3.9.22 as well. […]
11:58 AM Ticket #2537 (_ArrayDisplay - $sHeader - proposal) closed by J-Paul Mesnage
Fixed: I already add info about N+1 in the doc
11:56 AM Ticket #2535 (Strange behaviour with FileOpenDialog and the return order of ...) updated by J-Paul Mesnage
no bug on Vista or later
11:56 AM Ticket #2535 (Strange behaviour with FileOpenDialog and the return order of ...) closed by J-Paul Mesnage
No Bug
10:11 AM Ticket #2535 (Strange behaviour with FileOpenDialog and the return order of ...) updated by anonymous
Hi Melba, I have installed a VM with Vista for testing and apparently there's not this behavior either. So to make it clear for me,I reused a Windows 98 and a AutoIt v3.2.4.9 to try on older version (Yes I'm crazy ), and it seems that you're right. The compiled script work find on Vista and newer OS but not on W98 and XP. According to my tests, the behavior is even stranger under W98. If you do a reverse selection, you have all files in alpha order too, but in normal selection, the first file becomes the last and the last becomes the first !!! So I think this ticket can be closed, due to Microsoft Windows w98 and XP bug. A know that W98 and XP are very old and now it's time to put these very old OS on trash, but it can be a good idea to put a note on the documentation of FileOpenDialog() function to mention this behavior ? Thank you very much of your attention. Have a nice day.

Nov 16, 2013:

3:00 PM Ticket #2538 (GUISetAccelerators should take care of disabled control) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:55 PM Ticket #2535 (Strange behaviour with FileOpenDialog and the return order of ...) updated by Melba23
Tlem, That rang a bell - I found an old post of mine which mentioned this very behaviour: http://www.autoitscript.com/forum/topic/122702-filelisttoarray-recursive-with-max-depth/?p=854915 Although I thought XP had NTFS, so it might not be the whole explanation. However, I still believe it is a Windows problem. M23
2:03 PM Ticket #2538 (GUISetAccelerators should take care of disabled control) created by anonymous
If an accelerator key associated with a disabled control is pressed, …
10:07 AM Ticket #2537 (_ArrayDisplay - $sHeader - proposal) created by mlipok
Please consider supplementing documentation for a description on how …
10:01 AM Ticket #2536 (_ArrayDisplay fails with default parameters) updated by mlipok
Thanks Jpm After analyzing only say that version 3.3.8.1 was a problem with the "Default" but it works fine in 3.3.9.22.

Nov 15, 2013:

11:35 PM Ticket #2536 (_ArrayDisplay fails with default parameters) closed by J-Paul Mesnage
No Bug: The problem does not come from the default values but from the header definition that has only 2 columns instead a 2+1 to take care of the extra column for the row numbering […] This is due to a bug fix when creating listviewitem with more than column than the header one which now lead to no creation.
2:23 PM Ticket #2536 (_ArrayDisplay fails with default parameters) updated by mlipok
strange Now I'm on a different computer (Win7 Pro 64Bit). to 3.3.8.1 I have the results This is Exactly what I see […] but when I use button "Copy selected" then I get this […]
1:15 PM Ticket #2536 (_ArrayDisplay fails with default parameters) updated by jchd18
Exactly that.
12:56 PM Ticket #2536 (_ArrayDisplay fails with default parameters) updated by mlipok
but as I see relase version and beta give different results: 3.3.8.1 […] 3.3.9.21 […]
9:44 AM Ticket #2536 (_ArrayDisplay fails with default parameters) created by jchd18
Using default values for parameters doesn't produce a valid display in …

Nov 14, 2013:

9:17 PM Ticket #2535 (Strange behaviour with FileOpenDialog and the return order of ...) updated by anonymous
Hi Melba. The part that disturb me is that if I do my selection with CTRL (or SHIFT) from File5 to File 1 the alpha order is respected. If I do it from File1 to File5 the order is respected but File5 is placed on top of the list ! It has no sense and I never seen that somewhere else ... After trying on Windows 7 x86 and x64, Windows 8 x86 and x64, it seems that this behavior is only on Windows XP (yes I still work under XP !) . I will try later on Vista. So maybe this bug came from Windows XP ... or not.
9:38 AM Ticket #2535 (Strange behaviour with FileOpenDialog and the return order of ...) updated by Melba23
Tlem, I have often seen this behaviour when copying files using a file manager - the final file selected is the first to be copied. It used to cause big problems with an old MP3 player I had as album tracks were subsequently listed in the wrong order. So I think it is more a problem/feature of Windows itself rather than AutoIt. M23
12:16 AM Ticket #2535 (Strange behaviour with FileOpenDialog and the return order of ...) created by Tlem
Not sure that you consider it like a bug, but when you use …

Nov 13, 2013:

10:57 PM Ticket #2533 (HelpFile - Example Section - "Copy to clipboard") updated by guinness
Confirmed as fixed as well.
1:08 PM Ticket #2534 (SciTE4AutoIt3.exe - instalator) created by mlipok
If you do not have administrative rights, it is a problem with the …
11:50 AM Ticket #2372 (Function incorrect number of parameters error on wrong line) updated by Matt Diesel
Mlipok, that is the output from Au3Check. This bug is concerning the output of the AutoIt interpreter itself.
11:46 AM Ticket #2533 (HelpFile - Example Section - "Copy to clipboard") closed by Matt Diesel
Fixed: Guinness has already fixed this thanks. (link is to private forum) http://www.autoitscript.com/forum/topic/156040-v33922-copy-to-clipboard/
6:41 AM Ticket #2531 (_GUIImageList_Swap - description - swap not copy) closed by J-Paul Mesnage
Fixed
3:37 AM Ticket #2533 (HelpFile - Example Section - "Copy to clipboard") created by mlipok
using HelpFile after click in "Copy to clipboard" in Exmaple section …

Nov 12, 2013:

10:29 PM Ticket #2372 (Function incorrect number of parameters error on wrong line) updated by mlipok
is it fixed ? 3.3.8.1 […] 3.3.9.22 […] Remarks: I have SciTe and all others in latest Beta version
5:10 PM Ticket #2532 (Proposed amendments to the 6 files) closed by J-Paul Mesnage
Fixed: Fixed by revision [9182] in version: 3.3.9.23
5:07 PM Ticket #2530 (simplecalc.htm - broken link to ..... guimsgbox/guimsgbox.htm) closed by J-Paul Mesnage
Fixed: Fixed by revision [9181] in version: 3.3.9.23
3:13 PM Ticket #2532 (Proposed amendments to the 6 files) updated by BrewManNH
For IniReadSection it would be better to word it this way. >Failure: sets the @error flag to non-zero if unable to read the section (The INI file may not exist, the section may not exist, or the section has no entries) Because any of those conditions may cause the error, not just being empty.
3:00 PM Ticket #2531 (_GUIImageList_Swap - description - swap not copy) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:44 PM CHANGE_7_v22.zip attached to Ticket #2532 by mlipok
2:40 PM Ticket #2532 (Proposed amendments to the 6 files) created by mlipok
intro\tutorials.htm added: <a …
2:26 PM Ticket #2531 (_GUIImageList_Swap - description - swap not copy) created by mlipok
in description mnow there is: […] Please make the appropriate …
2:12 PM Ticket #2530 (simplecalc.htm - broken link to ..... guimsgbox/guimsgbox.htm) created by mlipok
there is no such file as guimsgbox.htm
Note: See TracTimeline for information about the timeline view.