Timeline



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

Nov 11, 2013:

7:41 PM Ticket #2528 (Obfuscator - #Obfuscator_Ignore_Funcs) updated by mlipok
Please consider not adding these directives to the output file.
3:23 PM Ticket #2529 (Add Extended Window Styles constant $WS_EX_NOACTIVATE) closed by guinness
No Bug: To the poster, please pay attention to what is a bug and feature request. As BrewManNH said this is already available in the latest beta. Thank you.
3:14 PM Ticket #2529 (Add Extended Window Styles constant $WS_EX_NOACTIVATE) updated by BrewManNH
That constant is in the WindowsConstants.au3 file in the latest beta already.
1:58 PM Ticket #2527 (Checkbox background colour change after mouse hovering) updated by J-Paul Mesnage
As a dev I don't have access to a Windows XP 64-bit. As such OS is certainly not very in use in the Windows community and as Windows XP 32-Bit is OK and all later Windows Version x32/x64 bit, I propose to not invest to understand why Windows XP 64-bit is not working.
12:20 PM Ticket #2527 (Checkbox background colour change after mouse hovering) updated by mlipok
turn of all visuall effect I mean use Classic Windows Them and say if it change anything
12:03 PM Ticket #2527 (Checkbox background colour change after mouse hovering) updated by James
What version of XP? Do you have any additional display drivers installed? Any mods that do things to windows?
10:46 AM Ticket #2529 (Add Extended Window Styles constant $WS_EX_NOACTIVATE) created by anonymous
It seems Extended Window Styles lack WS_EX_NOACTIVATE constant …
9:32 AM Ticket #2527 (Checkbox background colour change after mouse hovering) updated by anonymous
Bug happen on both UseX64=y or UseX64=n, with or without compilation (run from SciTE or from explorer/rightclick). Everything on 64 bit environment (OS - WinXP x64).
5:00 AM Ticket #2528 (Obfuscator - #Obfuscator_Ignore_Funcs) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:58 AM Ticket #2528 (Obfuscator - #Obfuscator_Ignore_Funcs) created by mlipok
Obfuscator (1.0.30.15) I use this directive REPRO code test.au3: …
4:37 AM Ticket #2527 (Checkbox background colour change after mouse hovering) updated by mlipok
I checked on WinXP Pro SP3 32 Bit, this problem does not occur in this case. The question of whether compilation was carried out for 32 or 64 bit environment.
3:35 AM Ticket #2527 (Checkbox background colour change after mouse hovering) created by anonymous
checkbox get background colour change after mouse hovering. bug only …
1:00 AM Ticket #2526 (Window Titles and Text (Advanced) >> Title = '' (Blank) == [Active] ??) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:28 AM Ticket #2526 (Window Titles and Text (Advanced) >> Title = '' (Blank) == [Active] ??) updated by mlipok
I can not edit so I post again: At the moment, the use of blank Title I mean = "" is interpreted by AutoIt as [Active]
12:23 AM Ticket #2526 (Window Titles and Text (Advanced) >> Title = '' (Blank) == [Active] ??) created by mlipok
Please consider to add description about blank Title. At the moment, …

Nov 10, 2013:

3:06 PM Ticket #2518 (Static evaluates incorrect) closed by Jon
Fixed: Fixed by revision [9179] in version: 3.3.9.23

Nov 9, 2013:

4:05 PM Ticket #2519 (AutoIt3Help.exe opens help file to wrong page) closed by Jos
Fixed: Fixed by revision [9177] in version: 3.3.9.22
11:36 AM Ticket #2524 (#Obfuscator_Parameters=/mo - issue and script line on AutoIt Error message) updated by mlipok
Thanks Jos The problem I spent sleepless nights. Now I will sleep peacefully. I really appreciate the quick and so a positive response. btw. I see you also added the removal of redundant tabs. I mean now is: […] and before that was: […]
10:53 AM Ticket #2524 (#Obfuscator_Parameters=/mo - issue and script line on AutoIt Error message) closed by Jos
Fixed: Fixed in Beta v1.0.30.14
10:08 AM Ticket #2524 (#Obfuscator_Parameters=/mo - issue and script line on AutoIt Error message) updated by Jos
Status changed

Nov 8, 2013:

4:12 PM Ticket #2524 (#Obfuscator_Parameters=/mo - issue and script line on AutoIt Error message) updated by anonymous
I mean: Run that exe file. and you got something like this: […] But this is not true - I mean the correct line is 2577. This problem is caused by the bug, connecting lines ie Obfuscator.exe wrong in the event that combines line continuation character is the last character in the line, ie after the character following comments yet. just like here: […] As a result, the output file generated by Obfuscator.exe still contains the line continuation character, which results in the incorrect display of line numbers in messages like: […]
3:37 PM Ticket #2525 (TIDY Crash - (issue #2)) closed by Matt Diesel
No Bug
3:30 PM Ticket #2525 (TIDY Crash - (issue #2)) updated by anonymous
I confirm. New version v2.3.0.23 works fine. You can close as no bug.
3:11 PM Ticket #2524 (#Obfuscator_Parameters=/mo - issue and script line on AutoIt Error message) updated by anonymous
This error is caused on purpose, and then after that to demonstrate how it is erroneously indicated line errors in the compiled EXE file.
1:38 PM Ticket #2525 (TIDY Crash - (issue #2)) updated by guinness
Confirmed. v2.3.0.23 does not produce an error on Exit.
11:17 AM Ticket #2524 (#Obfuscator_Parameters=/mo - issue and script line on AutoIt Error message) updated by J-Paul Mesnage
I am confuse the compiledexample contains an error as $aTest[2] is not defined
10:54 AM Ticket #2525 (TIDY Crash - (issue #2)) updated by J-Paul Mesnage
Latest beta tidy does not produce the crash
6:42 AM Ticket #2521 (_IEFormElementSetValue[5].au3) closed by J-Paul Mesnage
Fixed: Fixed by revision [9172] in version: 3.3.9.22
6:37 AM Ticket #2521 (_IEFormElementSetValue[5].au3) updated by J-Paul Mesnage
I will suppress the example When we can reuse it I will add it in the specific function example
6:33 AM Ticket #2519 (AutoIt3Help.exe opens help file to wrong page) updated by J-Paul Mesnage
we can go back as the pb come from the .chm fusion in one file
4:38 AM Ticket #2519 (AutoIt3Help.exe opens help file to wrong page) updated by BrewManNH
The point wasn't that the shortcut could be changed, it's that the AutoIt3Help.exe has been changed and that it was causing the issue. I was only suggesting to correct the issue and return it back to the way it was previously.

Nov 7, 2013:

11:18 PM Ticket #2523 (SQlite Doesn't Work) closed by J-Paul Mesnage
Fixed: The pb come from a bad naming of the file to download I fix the webfile and it is OK now
11:10 PM Ticket #2525 (TIDY Crash - (issue #2)) created by mlipok
Try to Tidy this repro code: […] As you can see this fragmet code …
11:00 PM Ticket #2524 (#Obfuscator_Parameters=/mo - issue and script line on AutoIt Error message) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:53 PM Ticket #2524 (#Obfuscator_Parameters=/mo - issue and script line on AutoIt Error message) created by mlipok
Pseudo repro code: […] now #Obfuscator_Parameters=/mo create …
4:30 PM Ticket #2523 (SQlite Doesn't Work) updated by J-Paul Mesnage
Just a guess without your info You don't have a SQLite.dll under @SystemDir, @WindowsDir, @ScriptDir or @WorkingDir If you want to have a downloaded one from www.autoitscript.com you need to use […]
4:22 PM Ticket #2519 (AutoIt3Help.exe opens help file to wrong page) updated by J-Paul Mesnage
So you can change the shortcut to point to .chm that will do the same …
4:05 PM Ticket #2519 (AutoIt3Help.exe opens help file to wrong page) updated by BrewManNH
I used to have a shortcut to it, so I could open the help file without navigating to the folder. I used the exe because it was easiest to create a shortcut without too much effort on my part. It worked so I didn't bother with the AutoIt.chm file, which was the single help file that opened the other two. It's not a major issue, just thought I'd bring it up.
12:02 PM Ticket #2521 (_IEFormElementSetValue[5].au3) updated by J-Paul Mesnage
If it is a good example just tell me for which function
12:01 PM Ticket #2513 (TCPSend() Not functioning with string over 225 characters in length.) updated by J-Paul Mesnage
For me 226 is not the problem. Almost sure your script does not handle more than one post
11:59 AM Ticket #2523 (SQlite Doesn't Work) updated by J-Paul Mesnage
Please follow ticket advice submission. How can I debug. With no more info the ticket will be closed
9:25 AM Ticket #2521 (_IEFormElementSetValue[5].au3) updated by mlipok
so I leave it to you to decide
7:03 AM Ticket #2513 (TCPSend() Not functioning with string over 225 characters in length.) updated by NullSchritt
This error does not always seem to be present, but occurs what seems rather randomly.
7:01 AM Ticket #2523 (SQlite Doesn't Work) created by nullschritt
SQLite simply doesnt store or return any data with this beta.
5:58 AM Ticket #2521 (_IEFormElementSetValue[5].au3) updated by J-Paul Mesnage
Perhaps it is a good example but nut for this function

Nov 6, 2013:

11:32 PM Ticket #2478 (Assign and Eval do not restrict variable names) updated by anonymous
Stripping, restricting or rejecting whitespace/punctuation from the variable name parameters doesn't seem too harsh. Though I don't see the necessity in expending effort to dismantle the entire set of functions. Is this like a chicken farmer showing his banker how he raises chickens in a sanitary environment, uses only organic feed, how he is producing a bunch of happy, healthy, free-range chickens, and near the end of the tour, they hear calls of "Whoop! Whoop!" and "Yee Haw!" and glance up to see the farm across the road where, in a cloud of dust and feathers, that entire family are out f*cking their chickens. "I must put a stop to this!", he says?
2:19 PM Ticket #2521 (_IEFormElementSetValue[5].au3) updated by mlipok
Replying to Jpm: > In fact this example has nothing to do with _IEFormElementSetValue(). This example Was intended to indicate how the set the <input type="file" name="fileExample" value="c:\test.txt"> But I see even the header needs to be changed, that should sound something like this: " Clicking in <input type="file" name="fileExample">, in order to allow changes in value, by specifying the appropriate file in the window that appears (FileOpenDialog caused by IE). "
2:06 PM Ticket #2521 (_IEFormElementSetValue[5].au3) updated by mlipok
http://www.autoitscript.com/trac/autoit/ticket/2466#comment:4 " I think 5th example was missing link of, and very often asked question on forum " I think it is necessary, but would require changes.
12:02 PM Ticket #2521 (_IEFormElementSetValue[5].au3) updated by J-Paul Mesnage
In fact this example has nothing to do with _IEFormElementSetValue(). I proposed to remove it
11:22 AM Ticket #1573 (TCPConnect TCPTimeout) updated by J-Paul Mesnage
Summary changed
11:14 AM Ticket #2518 (Static evaluates incorrect) updated by J-Paul Mesnage
You will not believe the fix I proposed to Jon for #2372 is fixing this one too. The only problem is Jon does not like it. Wait and see
10:37 AM Ticket #2518 (Static evaluates incorrect) reopened by J-Paul Mesnage
I am sorry in my local dev environment (uppose to be in sync with the next beta) it works fine, that's the reason I close it. I ned now to find out why !!!
10:30 AM Ticket #2522 (OnAutoItStartRegister - Remarks <> Example - contradiction) updated by mlipok
Milestone You mean this: http://www.autoitscript.com/trac/autoit/milestone/3.3.9.22 Completed 17 hours ago (11/05/13 17:07:19)
9:40 AM Ticket #2519 (AutoIt3Help.exe opens help file to wrong page) updated by J-Paul Mesnage
It is due to the merge in one file of the .chm. I am wondering when do you use such .exe without any param.
9:30 AM Ticket #2522 (OnAutoItStartRegister - Remarks <> Example - contradiction) updated by guinness
It will be in 3.3.9.23 as the build process of 3.3.9.22 didn't create the milestone until after I fixed that ticket. So please ignore.
8:46 AM Ticket #2518 (Static evaluates incorrect) updated by Taz77 <autoit@…>
Replying to Jpm: > Already fixed in 3.3.9.22 ---- is NOT fixed in 3.3.9.22 Forum Link […] the output is: […] but so it would be correct: […]

Nov 5, 2013:

9:50 PM Ticket #2522 (OnAutoItStartRegister - Remarks <> Example - contradiction) updated by mlipok
hmmm.... .3.3.9.22 is now relased so I suppose Fixed by revision [9160] in version: 3.3.9.23 if I'm wrong please just ignore my post
9:26 PM Ticket #2522 (OnAutoItStartRegister - Remarks <> Example - contradiction) closed by guinness
Fixed: Fixed by revision [9160] in version: 3.3.9.22
9:00 PM Ticket #2522 (OnAutoItStartRegister - Remarks <> Example - contradiction) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:00 PM Ticket #2521 (_IEFormElementSetValue[5].au3) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:53 PM Ticket #2522 (OnAutoItStartRegister - Remarks <> Example - contradiction) created by mlipok
now the "Remarks" added: "The function can not reference any …
7:46 PM Ticket #2521 (_IEFormElementSetValue[5].au3) created by mlipok
now in 3.3.9.22 […] proposal on reflection: Remove: […] …
5:07 PM Milestone 3.3.9.22 completed

Nov 4, 2013:

11:42 PM Ticket #2511 (New Macro @SourceName) updated by Fulgor
Replying to BrewManNH: Your answer gives the impression as if each source uses all existing Autoit-UDFs/includes simultaneously. However, the fact is, that usally only a very small part of them is in every source. But regardless of this, the compiler solved this problem and these difficulties are completely independent from any existing @scriptlinenumber/@sourcname. Beside this, the UDFs/autoit-Includes have no @scriptlinenumber-Messageboxes, I never get one. It is only nessessary for the compiler to examine the user-scripts/includes and replace @scriptlinenumber/@sourcename before the compiler creates Your "long script". Today the compiler put for every @scriptlinenumber a -1 in the exe, why not the corresponding linenumber? Maybe only one person needs @sourcename, but nobody needs the advice to write it for himself in the sourcefile. Is it newly necessary, that everybody has first to start an online-survey and collect a signature-list? How many signatures must he have, before it is him allowed to express a wish/request?
10:09 PM Ticket #2520 (UPX 3.91) closed by guinness
Fixed
9:00 PM Ticket #2520 (UPX 3.91) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:48 PM Ticket #2520 (UPX 3.91) created by mlipok
http://upx.sourceforge.net/ " 30 Sep 2013: UPX 3.91 has been …
8:04 PM Ticket #2519 (AutoIt3Help.exe opens help file to wrong page) updated by guinness
I can see the "issue" but can't really see why that would be.
5:55 PM Ticket #2519 (AutoIt3Help.exe opens help file to wrong page) created by BrewManNH
In the recent versions of AutoIt, when you open the help file with the …
2:03 PM Ticket #2171 (Inconsistent delay for TCPTimeout option) closed by J-Paul Mesnage
Fixed: Fixed by revision [9155] in version: 3.3.9.22
7:55 AM Ticket #2517 (MustDeclareVars=1 as default) closed by James
Rejected: I'm marking this as closed since there has been no further responses.
6:39 AM Ticket #2518 (Static evaluates incorrect) closed by J-Paul Mesnage
Duplicate: Already fixed in 3.3.9.22
5:19 AM Ticket #2518 (Static evaluates incorrect) created by Taz77 <autoit@…>
[…] outputs: […] ---- properly it would be: […] ---- …
Note: See TracTimeline for information about the timeline view.