Timeline



Jan 14, 2016:

4:32 PM Ticket #3200 (Ternary operator for functions) updated by anonymous
This is not an error for AutoIt, why this is an error for Au3check?
4:16 PM Ticket #3200 (Ternary operator for functions) updated by mLipok
From the help file: […] Where you store the responses ? Your example is correct when it comes to that AutoIt offer such a possibility. It is also not correct when it comes to assumptions as to the use of Ternary Operators as such.
2:43 PM Ticket #3200 (Ternary operator for functions) created by anonymous
It looks like Au3Check error, because AutoIt runs this script without …

Jan 13, 2016:

7:45 PM Ticket #3199 (TopMost fo GUI attribute is not set when using GuiSetStyle) closed by Jos
No Bug: No Bug as explained in the forum a while ago: https://www.autoitscript.com/forum/topic/125718-ws_ex_topmost-set-after-gui-creation/?do=findComment&comment=872693 Jos
6:07 PM Ticket #3199 (TopMost fo GUI attribute is not set when using GuiSetStyle) created by jay_paans@…
I tried using a (tray)menu to toggle the TopMost attribute for a …
7:57 AM Ticket #3198 (Not Able to Open auto IT script giving error unable to open the script) closed by jchd18
No Bug: This is nowhere near a valid ticket. Use the help forum to ask questions.
7:13 AM Ticket #3198 (Not Able to Open auto IT script giving error unable to open the script) created by Pradeep

Jan 12, 2016:

7:31 PM Ticket #3197 (.chm debug example fix) closed by J-Paul Mesnage
No Bug
3:19 PM Ticket #3197 (.chm debug example fix) updated by luger
Okey, thank you.. If you want you can turn off ticket. :)
3:13 PM Ticket #3197 (.chm debug example fix) updated by J-Paul Mesnage
Not really a bug as execution is OK. for Excel it will never failed for using {down} key on an empty sheet. Notepad need a specific file to illustrate the mouse going down.

Jan 11, 2016:

10:53 PM Ticket #3197 (.chm debug example fix) updated by luger
By the way. Why Excel? Instead, notepad, wouldnt it ? I do not know english :)
10:49 PM Ticket #3197 (.chm debug example fix) created by luger
_DebugSetup example […] _DebugSetup example fix […] …

Jan 9, 2016:

9:04 AM Ticket #3196 (Feature request: conditional code in curly braces) closed by Jos
Rejected

Jan 8, 2016:

9:40 PM Ticket #3196 (Feature request: conditional code in curly braces) updated by BrewManNH
Also, how does adding a bunch of unnecessary braces help you do something that you can't do now? Your braces have only replaced the Then and EndIf statements, and add nothing.
5:40 PM Ticket #3194 (autoIT script in selenium IDE) closed by Jos
Rejected: We have a forum to ask questions.
5:39 PM Ticket #3196 (Feature request: conditional code in curly braces) updated by anonymous
How would this proposal line-up with the very first line in the Helpfile? […] Jos
7:52 AM Ticket #3195 (Program crashes after repeated use of _IETableGetCollection) closed by mLipok
Duplicate: this is one of this tickets: https://www.autoitscript.com/trac/autoit/ticket/3167 https://www.autoitscript.com/trac/autoit/ticket/3097

Jan 7, 2016:

6:55 PM Ticket #3195 (Program crashes after repeated use of _IETableGetCollection) updated by mexykanu
This issue does not occur on: Autoit 3.3.12.0 - x86 Windows 7 Ultimate - x64 Internet Explorer 9
6:24 PM Ticket #3196 (Feature request: conditional code in curly braces) created by mexykanu
Hello, I've come back to AutoIt after some months in PHP/Javascript …
6:20 PM Ticket #3195 (Program crashes after repeated use of _IETableGetCollection) created by mexykanu
Hello, After repeated use of _IETableGetCollection($oIE, 0) - 5 …
4:00 PM Ticket #3194 (autoIT script in selenium IDE) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:09 PM Ticket #3194 (autoIT script in selenium IDE) created by anonymous
How to use executable autoIT script in SeleniumIDE?

Jan 5, 2016:

8:43 AM Ticket #3193 (.chm Array example wrong) closed by J-Paul Mesnage
Fixed: Fixed by revision [11632] in version: 3.3.15.1

Jan 4, 2016:

5:14 PM Ticket #3193 (.chm Array example wrong) created by anonymous
Wrong code example: [[Image(...)]] …

Jan 2, 2016:

9:47 PM Ticket #3192 (Regression with reference) created by guinness
The following snippet causes an error to be invoked, though does not …

Dec 31, 2015:

3:10 AM Ticket #3191 (SciTE Won't save hidden scripts.) closed by BrewManNH
No Bug: The author of SciTE doesn't consider this to be a bug. This has been like this in SciTE since at least 2003 and Neil says he won't fix it as it's not considered to be a bug to him. If you feel that this requires a bug ticket, I'd suggest heading over to the scintilla/scite website and posting it there.

Dec 30, 2015:

10:31 PM Ticket #3191 (SciTE Won't save hidden scripts.) created by BetaLeaf
SciTE V3.6.0 How to reproduce: 1. Create any new AutoIt Script. 2. In …
9:21 PM Ticket #3190 (Aut2exe crashes) closed by Jos
Rejected: This is not a bug report but a question. Please come to our forums to ask questions. Jos
8:08 PM Ticket #3190 (Aut2exe crashes) created by anonymous
I've tried using aut2exe.exe on two different machines to package a …

Dec 29, 2015:

8:44 PM Ticket #2269 (Help file) updated by BrewManNH
Owner, Resolution, Milestone changed
Wrong ticket number used in commit, no changes made to this ticket
4:35 PM Ticket #2296 (SHA2 for Crypt.au3) closed by BrewManNH
Completed: Changed by revision [11621] in version: 3.3.15.1 Uncommented the variables for these algorithms and updated the example scripts to use them.
4:18 PM Ticket #2296 (SHA2 for Crypt.au3) updated by BrewManNH
Owner, Status changed
4:01 PM Ticket #2296 (SHA2 for Crypt.au3) reopened by BrewManNH
10:24 AM Ticket #3189 ("Run" and "RunWait" functions call an A3X multiple times with an ...) closed by Jos
No Bug: This is not a bug but expected behavioras @AutoItExe will be AutoIt3.exe when run from SciTE but will be Main.exe when compiled. When doing a Run("Main.exe wait.a3x") then simply main is run which again runs itself. Please come to our forums irst to discuss your issues before posting it as a Bug as it might very well be a pilot error. :) Jos
9:18 AM Ticket #3189 ("Run" and "RunWait" functions call an A3X multiple times with an ...) created by phongkhanhbinh@…
Hi team, I got a critical issue with these step below 1. Create a …

Dec 28, 2015:

10:05 AM Ticket #3188 (Typo Bug) closed by Jos
Fixed: Fixed in the NSIS installer for the next release. Thanks
10:03 AM Ticket #3188 (Typo Bug) updated by Jos
Owner, Component changed
12:29 AM Ticket #3188 (Typo Bug) created by gnetmailstop@…
Installer/Extraction issues when installer generates Colors.ini is …

Dec 26, 2015:

6:22 PM Ticket #3184 (_Net_Share UDF Doc Issue) closed by J-Paul Mesnage
Fixed: Fixed by revision [11617] in version: 3.3.15.1

Dec 25, 2015:

12:43 AM Ticket #3187 (Cannot access forums.) updated by jchd18
(Removed email addresses.)
12:42 AM Ticket #3187 (Cannot access forums.) updated by jchd18
Description changed

Dec 24, 2015:

10:01 AM Ticket #3187 (Cannot access forums.) updated by anonymous
It seemed to only happen during peak hours. I can access it now. Why did I have this issue anyways?
10:00 AM Ticket #3187 (Cannot access forums.) closed by Jos
Completed: Send Email.
4:33 AM Ticket #3187 (Cannot access forums.) created by admin@…
Yo, BetaLeaf here. writing to let you know I cannot access the forums …

Dec 23, 2015:

4:18 PM Ticket #3185 (Multiple FileInstall not working) closed by Jos
Duplicate: Duplicate of close report #3183. In case you do not agre come to our forum to have the dialogue about it. Jos
4:11 PM Ticket #3186 (Special characters change after filewrite to *.csv) closed by Jos
No Bug: From the helpfile: When writing text AutoIt will write using UTF8 (without BOM) by default. To write in another mode the file must be opened with FileOpen() and the relevant flags. So the default has changed and you need to use FileOpen with the appropriate parameters. Jos
1:23 PM Ticket #3186 (Special characters change after filewrite to *.csv) created by snarf
If you create a csv file, for example TextFile.csv with the …
9:23 AM Ticket #3185 (Multiple FileInstall not working) created by anonymous
[…] This code works only in the not compiled version. In the …

Dec 22, 2015:

4:37 PM Ticket #3184 (_Net_Share UDF Doc Issue) created by AdamUL
The docs for the following functions in the _Net_Share UDF have the …
4:30 PM Ticket #3183 (Aut2Exe: Exe won't run "Unable to open the script file" (with ...) closed by Jos
No Bug: Have you tried without your Anti Virus switched on? Either way, please come to our forum to discuss your issue interactively, as I am 99.999% sure this is not a bug. Jos
1:02 PM forbug.au3 attached to Ticket #3183 by bernd.seene@…
Code to compile with aut2exe to see the bug
1:01 PM Ticket #3183 (Aut2Exe: Exe won't run "Unable to open the script file" (with ...) created by bernd.seene@…
My script runs in Scite Editor (pressing F5, everything ok). If you …

Dec 19, 2015:

7:45 AM Ticket #3182 (MouseGetPos may return the wrong value when used with mulitple display ...) updated by philkryder
Thanks - I hesitate to say that I know what is going wrong. I'm happy to accept that you know. The symptom also occurs to the y coordinate as well as x.
12:46 AM Ticket #3182 (MouseGetPos may return the wrong value when used with mulitple display ...) updated by BrewManNH
As I explained in your thread it's not MouseGetPos that is at fault, it is the MouseMove that is causing this issue. MouseMove is moving the mouse 1 pixel to the right of where it should be when the screen position is negative. It could be that MouseMove isn't taking into account that a the x dimension on the left hand monitor starts (ends?) at -1 and not at 0. So a 1920 pixel wide monitor has mouse positions from -1 to -1920, and if it were the main screen those dimensions would be 0 to 1919.

Dec 18, 2015:

11:50 PM Ticket #3182 (MouseGetPos may return the wrong value when used with mulitple display ...) created by philkryder
This problem occurs when there are screens which return a negative …
10:26 PM Ticket #3181 (Can't press Alt+Tab when HotKeySet - Alt+Esc) closed by mLipok
Works For Me: Works for me. Win7 64Bit Next time, please ask on the forum in first place.
5:45 PM Ticket #3181 (Can't press Alt+Tab when HotKeySet - Alt+Esc) updated by anonymous
Tested with latest beta.
5:43 PM Ticket #3181 (Can't press Alt+Tab when HotKeySet - Alt+Esc) created by BitByteBit
[…]
Note: See TracTimeline for information about the timeline view.