Timeline



Dec 7, 2014:

6:12 AM Ticket #2936 (autoit-3.3.13.19 compiler throws error unable to write .tmp file) updated by jmichae3@…
as it turns out, it's the fact that I am specifying the .bin files. why the switch is still shown in help and acted on in the compiler I don't know, if it's not supported anymore.

Dec 4, 2014:

2:18 PM Ticket #2936 (autoit-3.3.13.19 compiler throws error unable to write .tmp file) updated by jmichae3@…
nope, it' not norton. norton doesn't log this with 3.3.13.19, it's a bug in the compiler. please fix.

Dec 2, 2014:

8:59 AM Ticket #2951 (How to automate [Internet options-Connections-Lan settings-Tick/untick ...) closed by Melba23
Rejected: Please seek support in the forum - Trac is not the place. M23
8:00 AM Ticket #2951 (How to automate [Internet options-Connections-Lan settings-Tick/untick ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:26 AM Capture.PNG attached to Ticket #2951 by anonymous
7:25 AM Ticket #2951 (How to automate [Internet options-Connections-Lan settings-Tick/untick ...) created by krishnacare4uall@…
Please help me as per th subject. I didnt find any help in this.

Nov 30, 2014:

6:40 PM Ticket #2943 (Disabled dummy control reacts on accelerators) updated by Melba23
Owner, Status changed
Point made. M23
1:28 AM Ticket #2943 (Disabled dummy control reacts on accelerators) updated by Synix <cross.fire@…>
Quick example: […] I guess the dummy control always should have the same behaviour as its native counterparts. That's why I reported the wrong behavior from my first example.
1:21 AM Ticket #2943 (Disabled dummy control reacts on accelerators) updated by Synix <cross.fire@…>
But I can use and work with GUICtrlSetState and GUICtrlGetState on Dummy Controls without any problems o.O

Nov 28, 2014:

12:18 PM Ticket #2943 (Disabled dummy control reacts on accelerators) updated by Melba23
What you are actually saying is that Dummy controls do not honour the $GUI_* states. Which does not surprise me in the slightest as I imagine that they are but a simple entry in the internal AutoIt control array, and do not exist as far as Windows is concerned so there is nothing on which Windows can apply the state. It seems to me that if you want to "disable/enable" dummy controls then you need to delete/recreate them as necessary. M23

Nov 27, 2014:

2:18 PM Ticket #2950 (Dircopy cannot copy own dir or subfolders on network drive) created by woldhek
Dircopy stops while copying its own directory with subfolders or …
8:11 AM Ticket #2949 (ControlTreeView) updated by J-Paul Mesnage
Description changed
Your code is incomplete to be executed. Can you add how $wnd and $_LAMTreeControl are set? Thanks
4:16 AM Ticket #2949 (ControlTreeView) created by anonymous
Select Item selects the wrong item on a tree 7 levels deep […] …

Nov 25, 2014:

7:14 PM Ticket #2948 (Unable to automate downloads with download message box for IE11 ...) closed by Jos
No Bug
7:13 PM Ticket #2946 (The latest version autoit generated exe is not prompt for permission, ...) closed by Jos
No Bug: Visit the support forum with support questions. Jos
7:12 PM Ticket #2947 (Unable to automate (Save As dialog) for IE11) closed by Jos
No Bug: This is not the support forum. Visit http://http://www.autoitscript.com/forum for support. Jos
6:00 PM Ticket #2945 (Center and right justified text broken on native buttons when colours set) updated by AlanParry
Great! Amazing response time: reported and fixed in 24 hours - I look forward to the next release Thanks Alan Parry
5:48 PM Ticket #2946 (The latest version autoit generated exe is not prompt for permission, ...) updated by J-Paul Mesnage
Can you follow writing ticket rules? I have not a cristall ball to reproduce Thanks
5:45 PM Ticket #2948 (Unable to automate downloads with download message box for IE11 ...) updated by J-Paul Mesnage
can you follow writing ticket rule? Thanks
5:43 PM Ticket #2945 (Center and right justified text broken on native buttons when colours set) updated by J-Paul Mesnage
I fix the problem. A fix has been sent to Jon for integration Thanks the error was due to the coloring
5:41 PM Ticket #2948 (Unable to automate downloads with download message box for IE11 ...) created by vnarenprasath@…
Unable to automate the download message box for IE11 &FF.
5:35 PM Unabletodownload.png attached to Ticket #2947 by vnarenprasath@…
5:35 PM Ticket #2947 (Unable to automate (Save As dialog) for IE11) created by vnarenprasath@…
I am using the following code to download the file. It doesn't work …
4:31 PM Ticket #2946 (The latest version autoit generated exe is not prompt for permission, ...) created by chaoliu12@…
when I try to run an exe generated by v3.3.12, with #reuestadmin, it …
2:19 PM Ticket #2936 (autoit-3.3.13.19 compiler throws error unable to write .tmp file) updated by jmichae3@…
norton is quarantining them heuristically.
2:17 PM Ticket #2936 (autoit-3.3.13.19 compiler throws error unable to write .tmp file) updated by jmichae3@…
no, i don't think it's my antivirus, I think autoit is broken and has been broken for 3 releases. please fix. if I had a chance to look at the source (I know I could not), then I might be able to identify the problem.
11:25 AM Ticket #2945 (Center and right justified text broken on native buttons when colours set) updated by AlanParry
Thanks - I think! I was was getting confused with all the cases and versions - building a table of all the cases made it much clearer for me. Its 2 problems I think: i) The Owner draw routines for native buttons that is used for coloured buttons gets the bit testing of the alignment wrong. ii) When GUICtrlSetStyle is called on a button that is owner-draw to change the alignment, the button stops being owner-draw. Thanks for looking Alan Parry
9:18 AM Ticket #2945 (Center and right justified text broken on native buttons when colours set) updated by J-Paul Mesnage
You win the price of the better repro script. Seriously I have a look
2:32 AM Ticket #2944 (MsgBox timeout not working) closed by BrewManNH
Fixed: Fixed by revision [11158] in version: 3.3.13.20

Nov 24, 2014:

7:09 PM ButtonTextJustify.au3 attached to Ticket #2945 by AlanParry
7:08 PM Ticket #2945 (Center and right justified text broken on native buttons when colours set) created by AlanParry
Hi, After upgrading my scripts from 3.3.8.1 to 3.3.12.0/3.3.13.19 it …
6:00 PM Ticket #2944 (MsgBox timeout not working) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:41 PM Ticket #2299 (GUI Button Text Left-Justify Bug) updated by BrewManNH
Please open a new ticket, this appears to be a different problem. Also post a reproducer script that demonstrates the issue you're talking about.
5:28 PM Ticket #2944 (MsgBox timeout not working) updated by BrewManNH
Version, Component changed
As stated in the thread this was originally brought up in: http://www.autoitscript.com/forum/topic/165858-message-box-timeout-not-working/ This type of modal setting for a MsgBox can not have a time out in the message box command itself, it just won't work. This is a Windows issue and not an AutoIt one. I am changing this to a documentation issue for the help file rather than a bug, as it is not a bug, just a Windows limitation.
2:14 PM Ticket #2944 (MsgBox timeout not working) created by richard.hopton@…
Hi When I use either $MB_SERVICE_NOTIFICATION or …
2:13 AM Ticket #2943 (Disabled dummy control reacts on accelerators) created by Synix <cross.fire@…>
I noticed that in previous versions (3.3.12.0) $GUI_DISABLE didn't …

Nov 23, 2014:

10:34 AM Ticket #2299 (GUI Button Text Left-Justify Bug) updated by AlanParry
P.S For the first issue, I wonder if AutoIt's code is being confused by the fact that BS_CENTER = BITOR(BS_LEFT, BS_RIGHT) so you can't just do simple bit tests but need to do: If BitAnd (style, $BS_CENTER) = $BS_LEFT If BitAnd (style, $BS_CENTER) = $BS_CENTER If BitAnd (style, $BS_CENTER) = $BS_RIGHT (I'm sure the above logic is absolutely obvious to you, but is easily overlooked if not thinking of the actual value of the bits) Alan Parry
10:15 AM Ticket #2299 (GUI Button Text Left-Justify Bug) updated by AlanParry
Hi, After upgrading my scripts from 3.3.8.1 to 3.3.12.0/3.3.13.19 it appears that center justification of native buttons has been broken. I guess most likely by the fix for this issue at milestone 3.3.9.21. The permutations of: default color settings; alignment at creation; style changes; and color changes effect the issue in different ways, and differently now compared to 3.3.8.1. I have attached a new script (ButtonTextJustify2.au3) that shows the permutations and indicates which permutations have issues. To try to summarized the issues:- 1) If default colours are used; OR the colours are changed after button creation or style change then:- a) On 3.3.12.0 and 3.3.13.19 center justification is shown as left, and right as center b) On 3.3.8.1 left and right were shown as center 2) If style is set/changed when set default colours used, or after colours have been set, then colour settings are lost but justification is correct/fixed. This second issue was also in the original bug report but seems unaltered by the last bug fix. (Note also:- Strangely after loosing set default colours with a style change, setting just the background colour restores the foreground colour as well, as can be seen in the last set of examples). Regards Alan Parry
9:45 AM ButtonTextJustify2.au3 attached to Ticket #2299 by anonymous
New example of issues
8:41 AM Ticket #2942 (Extract icon's from almost any file (exe,lnk,bat,vbs,txt,......)) closed by Jos
Rejected

Nov 22, 2014:

10:34 PM Ticket #2942 (Extract icon's from almost any file (exe,lnk,bat,vbs,txt,......)) updated by anonymous
i don't need a prog to do that the c# function works. i think this will be a nice func at autoit code that's all
6:18 PM Ticket #2942 (Extract icon's from almost any file (exe,lnk,bat,vbs,txt,......)) updated by Emiel Wieldraaijer
http://www.nirsoft.net/utils/iconsext.html
5:00 PM Ticket #2942 (Extract icon's from almost any file (exe,lnk,bat,vbs,txt,......)) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:58 PM Ticket #2942 (Extract icon's from almost any file (exe,lnk,bat,vbs,txt,......)) created by Spider001
Extract icon from almost any file Can this be added to autoit as a …

Nov 20, 2014:

6:29 PM Ticket #2941 (Tidy doesn't find Then on a continuation line in a #Tidy_Off block) closed by Jos
Fixed: This is already fixed in the available beta version of Tidy. Jos
5:07 PM Ticket #2941 (Tidy doesn't find Then on a continuation line in a #Tidy_Off block) created by AlanParry
This :- […] causes ";### Tidy Error: If/ElseIf statement …
3:29 PM Ticket #2940 (_FileListToArrayRec does not return files having no extension with ...) closed by Melba23
No Bug: See my reply in this thread: http://www.autoitscript.com/forum/topic/165777-strange-behaviour-with-filelisttoarrayrec/#entry1210635 M23
8:32 AM Ticket #2940 (_FileListToArrayRec does not return files having no extension with ...) created by jguinch
In a folder with some files that have no extension (for example the …

Nov 19, 2014:

2:23 PM Ticket #2900 (Control ID returned by GUIGetCursorInfo when use with overlapped controls) updated by Melba23
I agree that AutoIt regards the most recently added control as "on top" and that the ControlID value returned by AutoIt's GUIGetCursorInfo function refers to the most recently created control. If you create the buttons with the UDF function (_GUICtrlButton_Create) then the earlier button does indeed take priority as the buttons are outside AutoIt's internal control array. But I would argue that as AutoIt refuses to action a control in a region where it overlaps another - for the very good reason that it cannot read your mind and determine which control you were intending to action - the matter is entirely moot as you should avoid overlapping controls at all. M23
10:49 AM Ticket #2937 (TCPRecv() set @error to -1 when a telnet client connect on socket) updated by anonymous
tcprecv return @error -1 when buffer is empty
2:22 AM Ticket #2936 (autoit-3.3.13.19 compiler throws error unable to write .tmp file) updated by jmichae3@…
that's not fixing the problem. it's removing it by signature. or that feature is broken.

Nov 18, 2014:

10:17 AM Ticket #2939 (_GUICtrlStatusBar_Create zeros part widths when PartWidth array given ...) closed by Melba23
Fixed: Fixed by revision [11154] in version: 3.3.13.20

Nov 17, 2014:

3:16 PM Ticket #2939 (_GUICtrlStatusBar_Create zeros part widths when PartWidth array given ...) created by anonymous
If _GUICtrlStatusBar_Create is called with an array of $vPartWidth but …

Nov 16, 2014:

3:11 PM Ticket #2932 (embedded Windows-Explorer under Windows 7 / 8.1 and Drag & Drop fails) updated by Synix <cross.fire@…>
I've read your post in the German forums that you updated to 3.3.12.0 before installing the latest beta. On that version it's also not working for me, but on 3.3.13.19 it works just fine. Maybe you didn't compile/run with the correct beta version when testing?
12:00 PM Ticket #2938 (Add "GetCount" to ControlCommand()) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
11:12 AM Ticket #2938 (Add "GetCount" to ControlCommand()) created by anonymous
Please add command "GetCount" to ControlCommand() function for ListBox …
3:45 AM Ticket #2936 (autoit-3.3.13.19 compiler throws error unable to write .tmp file) updated by jmichae3@…
it's Norton 360.

Nov 14, 2014:

4:40 PM Ticket #2936 (autoit-3.3.13.19 compiler throws error unable to write .tmp file) closed by Melba23
No Bug: Aut2Exe has been creating temporary files in an AppData folder since 3.3.12.0. What you are experiencing is usually your AV preventing Aut2Exe creating files at that location - the solution is to add that folder to your exception list. And in future please search the forum and eventually post there to seek advice before raising a ticket. M23
9:49 AM telnet.au3 attached to Ticket #2937 by antoine@…
Server Telnet AutoIT for Test
9:48 AM Ticket #2937 (TCPRecv() set @error to -1 when a telnet client connect on socket) created by antoine@…
hello, Autoit 3.3.12, TCPRecv () returns @error -1 when a telnet …
9:48 AM Ticket #2936 (autoit-3.3.13.19 compiler throws error unable to write .tmp file) created by jmichae3@…
just compile anything. this has been happening since 3.3.12.1. Aut2Exe …
8:28 AM Ticket #2935 (GUIGetCursorInfo behavior in Windows 8) updated by Melba23
But the behaviour you describe as "wrong" under Win 8 is exactly what I see under Win 7 - so there is no change of behaviour with change of OS and so nothing to fix. Just to be clear, the "workaround" was just some code to get the behaviour you say is "normal" - but which for me was not. It was not an admission that this behaviour was expected. I have no idea what caused your Win 7 behaviour to be "different" but, as I mentioned above, if you had asked in the forum first you get a wider audience to confirm a bug before raising a ticket. M23

Nov 13, 2014:

5:09 PM Ticket #2935 (GUIGetCursorInfo behavior in Windows 8) updated by anonymous
If it wasn't a bug, there would be no need for a "workaround". How could behaviour changing from one OS to the next be anything but a bug? Anyone with access to both OS could verify this. But hey, if you don't want to fix it, no problem.
4:38 PM Ticket #2935 (GUIGetCursorInfo behavior in Windows 8) closed by Melba23
No Bug: When I run this script on my Win7 machine I see the behaviour you describe under Win 8 - the underlying control becomes visible when the cursor moves over it even though the input is extended. So I do not see this as a bug as described (change from Win 7 to Win 8). Anyway there is a simple workaround to create what is claimed to be the "old" behaviour - just hide the other control when the input is extended: […] Could I ask that next time you post in the forum to confirm that others can reproduce what you consider to be a bug before raising a ticket. M23
11:22 AM Ticket #2935 (GUIGetCursorInfo behavior in Windows 8) created by corz
[…]
2:01 AM Ticket #2932 (embedded Windows-Explorer under Windows 7 / 8.1 and Drag & Drop fails) updated by BrewManNH
I'm not having any problems copying into the embedded window or from it to another folder. AutoIt 3.3.13.19 on Windows 7 x64.

Nov 12, 2014:

6:19 PM Ticket #2933 (_GUICtrlRichEdit_StreamToVar $SF_* , $SFF_*) closed by J-Paul Mesnage
Fixed: Fixed by revision [11152] in version: 3.3.13.20
6:12 PM Ticket #2934 (_GUICtrlRichEdit_SetZoom - Remarks) closed by J-Paul Mesnage
Fixed: Fixed by revision [11151] in version: 3.3.13.20

Nov 11, 2014:

9:45 PM Ticket #2934 (_GUICtrlRichEdit_SetZoom - Remarks) created by mLipok
in remarks: […] "6400$" it should be "6400%"
9:43 PM Ticket #2933 (_GUICtrlRichEdit_StreamToVar $SF_* , $SFF_*) created by mLipok
in Remarks there is: $SF_* , $SFF_* constants are defined in FTPEx.au3 …
3:29 PM Ticket #2932 (embedded Windows-Explorer under Windows 7 / 8.1 and Drag & Drop fails) updated by Melba23
I can drag and drop from a normal Explorer to the one embedded in that GUI in both directions with no problem. I am using 3.3.13.19 (albeit an modified alpha version with a small change in a completely non-related area) M23
10:18 AM Ticket #2932 (embedded Windows-Explorer under Windows 7 / 8.1 and Drag & Drop fails) created by card0384@…
in this code works drag and drop from Explorer to autoit-gui: […] …

Nov 10, 2014:

7:28 AM Ticket #2931 (_ExcelRangeFind helpfile example doesn't work with v. 3.3.13.19 beta) closed by water
Wont Fix
7:27 AM Ticket #2931 (_ExcelRangeFind helpfile example doesn't work with v. 3.3.13.19 beta) updated by water
This is caused by the way COM errors are handled in the latest beta version. As the beta is still under heavy development things might change again with the next stable. So this is not a bug but a temporary problem.

Nov 7, 2014:

12:58 PM Ticket #2931 (_ExcelRangeFind helpfile example doesn't work with v. 3.3.13.19 beta) created by gcriaco
here is what happens with latest beta: >Running:(3.3.13.19):C:\Program …
6:03 AM Ticket #2927 (Adding Items with GUICtrlCreateListViewItem will cause GUI freeze if a ...) closed by J-Paul Mesnage
Works For Me: I agree with M23 remark your WM_DRAWITEM has a pb so go to the forum to get help to locate it I will close it Just reopen a new one if you really islotae the pb. Cheers
Note: See TracTimeline for information about the timeline view.