Timeline
Feb 3, 2019:
- 2:53 PM Ticket #3696 (Func _ArrayFromString($s, $sDelim_Col = "|", $sDelim_Row = @CRLF, ...) created by
- […] This function reconstructs an "array to text" created with …
- 2:40 PM Ticket #3695 (Func _SQLite_Display2DResult($aResult, $iCellWidth = 0, $bReturn = ...) created by
- […] This version has the possibility to declare Column and Row …
Feb 2, 2019:
- 2:07 AM Ticket #3694 (WinGetSize function missing from AutoItX3_64) created by
- I am using AutoItX3_x64.dll (AutoItX3.dll does not load). I tried the …
Jan 30, 2019:
- 8:33 AM Ticket #3238 (Au3info doesn't compensate for DPI scaling) updated by
-
Owner, Status changed
Understood but that would mean a change in the program in case that needs changing. I just demonstrated that the manifest needs updating for the dpi awareness. I leave this ticket open to make the change permanent in the next versions. Jos
Jan 29, 2019:
- 11:10 PM Ticket #3238 (Au3info doesn't compensate for DPI scaling) updated by
- It displays the correct pixels now but now the window is very small on high resolution monitors since it doesn't use the system-wide DPI scaling now.
Jan 27, 2019:
- 1:01 PM Ticket #3238 (Au3info doesn't compensate for DPI scaling) updated by
- Replying to anonymous: > Jos can you repost it. I get Not Found > > The requested URL /autoit3/scite/download/beta_SciTE4AutoIt3/Au3Info.exe was not found on this server. It should be there again.. Jos
- 12:55 PM Ticket #3693 (Invalid SciTEConfig_Source.zip File on downloads page) closed by
- Fixed
- 12:36 PM Ticket #3693 (Invalid SciTEConfig_Source.zip File on downloads page) updated by
- Updated the ZIP file by skipping the -LMZA parameter on the 7zip commandline. It can now also be opened by the buildin WIN10 extract option. Same done for Au3Stripper.zip. Jos
- 1:37 AM Ticket #3693 (Invalid SciTEConfig_Source.zip File on downloads page) created by
- Issue: The SciTEConfig_source.zip file that is located here …
- 12:47 AM Ticket #3238 (Au3info doesn't compensate for DPI scaling) updated by
- Replying to Jos: > It seems just a matter of changing the manifest of the program. I have made a trial version of the original au3info where I updated the manifest with reshacker and stored it here: https://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/Au3Info.exe > > Give it a try and let us know. > > Jos Jos can you repost it. I get Not Found The requested URL /autoit3/scite/download/beta_SciTE4AutoIt3/Au3Info.exe was not found on this server.
Jan 21, 2019:
- 5:42 PM Ticket #3692 (SciTE v. 4.1.2.0 - the function luaL_register has removed) closed by
- Wont Fix: Ok... I will close this report. :) Jos
- 5:11 PM Ticket #3692 (SciTE v. 4.1.2.0 - the function luaL_register has removed) updated by
- There are even more procedure entry points that are no longer present in the newer SciTE versions. The list in the Attachment SciTE-Procedure_entry_points.7z shows which procedure entry point is supported in which SciTE version.
- 4:39 PM Ticket #3692 (SciTE v. 4.1.2.0 - the function luaL_register has removed) updated by
- I've now tested with the original from Neil (v 4.1.3 Jan, 10. 2019). The result is the same. So I'll link this report to Neil's scite-interest group. Thanks for the hint.
- 3:15 PM Ticket #3692 (SciTE v. 4.1.2.0 - the function luaL_register has removed) updated by
- Is this working in Neil's official version of SciTE and failing in my version or is this a generic issue in SciTE 4.1.2? Jos
- 11:03 AM Ticket #3692 (SciTE v. 4.1.2.0 - the function luaL_register has removed) created by
- Because luaL_register has removed, it's impossible to use external dll …
Jan 19, 2019:
- 10:11 PM Ticket #3684 (Aut2exe.exe window title and version number) updated by
- As far as I can tell, none of the tools gives the version number/build number when shown, or in the Help=>About dialog. The only item that shows a build number is the help file .exe , as I think should be the case. Do they really need to?
- 9:52 PM Ticket #3690 (ieCreate function failing with Windows 10 update 1804) updated by
- I can't confirm this problem. I'm running Win10, build 1809, AutoIt 3.3.14.5 and it works for me every time. I never get any errors.
Jan 14, 2019:
- 4:49 PM Ticket #3691 (Wrong link in the CLSID List page) created by
- In the help page of the CLSID list …
- 12:00 AM Ticket #3690 (ieCreate function failing with Windows 10 update 1804) updated by
- Upon reboot the script runs fine for the first couple of times and then stops working. Have confirmed that on each machine with the latest feature release this behavior is observed.
Jan 13, 2019:
- 11:57 PM Ticket #3690 (ieCreate function failing with Windows 10 update 1804) updated by
- Sorry - its 1809 October release - my mistake.
Jan 12, 2019:
- 5:35 PM Ticket #3680 (Improve _ArrayBinarySearch function) updated by
- >>Additionally, when more than 1D involved, binary search on one column could have multiple match, a function which return the first and last match can be written reuse the binary search. However, with additional edge argument (-1 for smallest index that match, 0 for which ever index match first, 1 for largest index that match) would make it convenient. This could require a little more coding in the function. We already have an _ArrayFindAll function, why do you want 2 of them? Because the array has to be sorted for _ArrayBinarySearch to work, finding the first occurrence should make it dead simple for the programmer to be able to find the following matches, because they will all be in order. In reference to your first paragraph, I can't say I have any understanding of what you're trying to say. If you are searching an array, why are you using arrayinsert and re-searching? You know that the entry will be there, because you just inserted it! _ArrayBinarySearch isn't intended to tell you where in an array something is, it's intended to give you the fastest way of determining if something is in the array. Yes, it will tell you where in the array it was found, but I think it's main purpose was for finding if rather than where something is.
- 5:23 PM Ticket #3690 (ieCreate function failing with Windows 10 update 1804) updated by
- BTW, as far as I am aware through extensive searching, there is no update 1804 for Windows 10, only for Windows S. The updates for Windows 10 are only 1803, the Spring update, and 1809 the Fall update. There were no official update builds in between for vanilla Win10.
Jan 10, 2019:
- 2:04 AM Ticket #3690 (ieCreate function failing with Windows 10 update 1804) updated by
- Is this computer running Windows 10, or Windows 10 in S mode? If the latter, then there's no support for Internet Explorer in S mode.
Jan 7, 2019:
- 11:57 AM Ticket #3690 (ieCreate function failing with Windows 10 update 1804) created by
- Error message: --> IE.au3 T3.0-2 Error from function _IECreate, …
Jan 6, 2019:
- 7:45 PM Ticket #3689 (GUICtrlSetOnEvent Bug) closed by
- Fixed: Fixed by revision [12189] in version: 3.3.15.1
- 7:16 PM Ticket #3689 (GUICtrlSetOnEvent Bug) created by
- The Help file states that using an empty string as the "function" …
Note:
See TracTimeline
for information about the timeline view.
