Timeline
Apr 10, 2022:
- 10:01 PM Ticket #3876 (Hex Number Arithmetic is incorrect) updated by
- Hey, just for my information: When will the fix be applied? so i can continue moving my project to the newest autoit version
- 9:07 PM Ticket #3877 ($GUI_ONTOP hides the control when already on top) updated by
-
Description changed
- 1:25 PM Ticket #3877 ($GUI_ONTOP hides the control when already on top) created by
- Setting the button to $GUI_ONTOP makes it disappear : […] Giving …
Apr 9, 2022:
- 2:39 PM Ticket #3873 (DllStruct dot access non existent element should be a fatal error) updated by
-
Owner, Status changed
Added Opt("dllstructMode, 1) to force fatal error Fix sent to Jon - 9:26 AM Ticket #3875 (GUICtrlSetResizing() performance) updated by
- Top, thanks!
Apr 8, 2022:
- 5:57 PM Ticket #3875 (GUICtrlSetResizing() performance) updated by
-
Description changed
- 5:03 PM Ticket #3874 (FileOpen() and similar functions should set @error to non-zero on failure) closed by
- Rejected: It is true that, from the beginning, a lot of AutoIt builtin function was not using the @error. It would be a hard work to introduce @error in these functions. But perhaps you can easy use _WinAPI_GetLasterror() in a udf as mention by Jos,
- 4:35 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by
-
Owner, Status changed
Thanks, Fix sent to Jon - 12:27 PM Ticket #3864 (StringRegExp - AutoIt3.exe ended.rc:-1073741571) updated by
-
Owner, Status changed
Thanks a tentaive fix has been sent to Jon - 12:20 PM Ticket #3875 (GUICtrlSetResizing() performance) updated by
-
Owner, Status changed
Thanks Fix sent to Jon - 9:55 AM Ticket #3876 (Hex Number Arithmetic is incorrect) updated by
-
Owner, Status changed
Thanks, Fix sent to Jon
Apr 7, 2022:
- 2:33 PM Ticket #3876 (Hex Number Arithmetic is incorrect) created by
- The hex arithmetic in the newest version broke compared to previous …
- 9:52 AM Ticket #3875 (GUICtrlSetResizing() performance) created by
- Hiho Team, maybe you saw my posting in the open help forum about …
Apr 5, 2022:
- 3:34 PM Ticket #3874 (FileOpen() and similar functions should set @error to non-zero on failure) updated by
- You are assuming that AutoIt3 knows all these conditions, in stead of just trying to open the file and returning a @error=-1 in case it fails. Just make your own UDF _FileOpen() that does these extra checks and balances as that really should be pretty simply to code when required. ;)
- 3:00 PM Ticket #3874 (FileOpen() and similar functions should set @error to non-zero on failure) updated by
-
Version changed
Automatic ticket cleanup. - 2:50 PM Ticket #3874 (FileOpen() and similar functions should set @error to non-zero on failure) created by
- I wonder why some File* and all Dir* functions don't set @error to …
- 12:26 PM Ticket #3872 (FTP-Server in AutoIt Help no longer accessible) closed by
- Fixed: Fixed by revision [12698] in version: 3.3.15.6
- 7:52 AM Ticket #3871 (_ArrayDisplay() Hang sorted array with Null element) updated by
- Thanks to Pixelsearch for the solution
- 7:50 AM Ticket #3871 (_ArrayDisplay() Hang sorted array with Null element) closed by
- Fixed: Fixed by revision [12696] in version: 3.3.15.6
Apr 4, 2022:
- 6:03 PM Ticket #3871 (_ArrayDisplay() Hang sorted array with Null element) updated by
-
Description, Summary changed
- 6:02 PM Ticket #3871 (_ArrayDisplay() Hang sorted array with Null element) reopened by
- 5:00 PM Ticket #3873 (DllStruct dot access non existent element should be a fatal error) updated by
-
Version changed
Automatic ticket cleanup. - 4:03 PM Ticket #3873 (DllStruct dot access non existent element should be a fatal error) created by
- When accessing a dllstruct like this $tStruct.field, if field doesn't …
- 2:42 PM Ticket #3872 (FTP-Server in AutoIt Help no longer accessible) updated by
- ftp://speedtest.tele2.net Found on: https://stackoverflow.com/a/29104430/5314940
- 8:19 AM Ticket #3872 (FTP-Server in AutoIt Help no longer accessible) updated by
- Hi, can you suggest a FTP server without password?
Apr 3, 2022:
Apr 2, 2022:
- 11:34 AM Ticket #3872 (FTP-Server in AutoIt Help no longer accessible) created by
- Apparently, the FTP-Server ftp.csx.cam.ac.uk (CAMBRIDGE ANONYMOUS FTP …
- 8:48 AM Ticket #3871 (_ArrayDisplay() Hang sorted array with Null element) closed by
- Fixed: Fixed
- 8:20 AM Ticket #3871 (_ArrayDisplay() Hang sorted array with Null element) created by
- To repro just use the pointed link …
Mar 30, 2022:
- 10:08 AM Ticket #3835 (Replace constants with magic numbers) updated by
- I revert the GDIPlus.au3 regression Fix in 3.3.16.1 Sorry for the trouble
Mar 23, 2022:
- 10:19 PM Ticket #3870 ([Bug in Regexptitle & regexpclass]) closed by
- Fixed
- 10:19 PM Ticket #3870 ([Bug in Regexptitle & regexpclass]) updated by
- Yes, it will be the same.
- 8:28 PM Ticket #3870 ([Bug in Regexptitle & regexpclass]) updated by
-
Description changed
- 8:27 PM Ticket #3870 ([Bug in Regexptitle & regexpclass]) updated by
- Is this related to ? https://www.autoitscript.com/trac/autoit/ticket/3866
- 4:42 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by
- Hi, it was a regression in fixing #2962 The fix has already sent to Jon in March 2021
Mar 20, 2022:
- 6:31 AM Ticket #3870 ([Bug in Regexptitle & regexpclass]) updated by
- For me the script works the same for 3.3.14.5, 3.3.15.4, 3.3.15.5, 3.3.16.0
Mar 19, 2022:
- 4:47 PM Ticket #3870 ([Bug in Regexptitle & regexpclass]) created by
- in version v3.3.15.4(beta):->the script work fine but,in version …
Mar 16, 2022:
- 4:49 AM Ticket #3869 (Subtraction operator before power operation is parsed incorrectly) created by
-
For the operation of the basic form
a - b^e, the result depends …
Mar 12, 2022:
- 9:05 AM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) updated by
- See here for the changes to the SciTE Lexer issues you reported: https://www.autoitscript.com/forum/topic/205465-uploaded-a-new-version-of-the-scite4autoit3exe-v2131616391/?do=findComment&comment=1498308
Mar 11, 2022:
- 3:04 PM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) updated by
- Replying to anonymous: > Thanks for the quick respons and solution. > The change suggested by mLipok solves the ConsoleWrite problem. Something similar is implemented in the current Beta, but preferred to use StringRegEx(). ;) Replying to anonymous: > What remains is the minor problem of confused syntax highlighting. > '#RequireAdmin #cs' makes the whole script seem to be comment. > '#RequireAdmin #cs #ce' seems to reverse code to comment and comment to code. > The script runs without problems so this is just visual weirdness but easy to solve when it happens. I will have a look at that one too, but it's a totally separate "bug" in the SciLexer source for au3. ;) As for the variations of #RequireAdmin you listed: AutoIt3 just looks for the starting characters "#RequireAdmin" after removing the whitespace and doesn't consider any extra characters after it. That is the way Directives are implemented... One Directive per line at the start. This also means that the SciLexer really should ignore #cs after any previous directive on that line. Groet, Jos
- 1:57 PM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) updated by
- Thanks for the quick respons and solution. The change suggested by mLipok solves the ConsoleWrite problem. What remains is the minor problem of confused syntax highlighting. '#RequireAdmin #cs' makes the whole script seem to be comment. '#RequireAdmin #cs #ce' seems to reverse code to comment and comment to code. The script runs without problems so this is just visual weirdness but easy to solve when it happens.
- 12:55 PM Ticket #3784 (StringSplit2D) updated by
- This is a closed feature request/proposal and don't see how your post has anything to do with it!
- 12:23 PM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) closed by
- Fixed: It is now solved in the current Beta. ;)
- 12:07 PM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) updated by
- Take a look on AutoIt3Wrapper.au3: There is: […] Check if this following change, fix this issue: […] btw. Jos is the maintainer of AutoIt3Wrapper.au3 so he will decide how it will be fixed at the end.
- 11:57 AM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) updated by
- Strange. If you take look on: https://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/History.html It was added as a new feature at: 2-1-2019 […] So this should work. I'm investigating as it still works on my other scripts, but as you stated this is related to the comment after RequireAdmin Smallest repro […]
- 11:36 AM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) updated by
-
Owner, Status, Version, Component changed
- 10:03 AM Ticket #3868 (Directive #RequireAdmin can suppress ConsoleWrite/ConsoleWriteError output.) created by
- When this script is run in Scite: UAC-elevation prompt appears The …
- 2:41 AM Ticket #3784 (StringSplit2D) updated by
- Hi , Global $g_sDelimRow = @LF ; => for Activesheet Paste function from ClipBoard Global $g_sDelimCol = @TAB ; => for Activesheet Paste function from ClipBoard ;_Excel_RangeWrite( @@@source workbook@@@, @@@target workbook.sheet@@@, StringSplit2D(ClipGet(), $g_sDelimCol, $g_sDelimRow ), @@@target cell@@@ ) ;func $oWorkbook.Activesheet.Paste _Excel_RangeWrite($oWorkbook, $oWorkbook.Activesheet, StringSplit2D(ClipGet(), $g_sDelimCol, $g_sDelimRow ), "A2") ;func $oWorkbook.Activesheet.Paste Can be use as Drop in replace for Activesheet.Paste from Clipboard for Excel 365 Kay
Note:
See TracTimeline
for information about the timeline view.
