Timeline
Mar 3, 2018:
- 2:41 PM Ticket #3601 (_WinAPI_GetPwrCapabilities - Example Script not working correctly.) updated by
- I never insulted the stuff so why permament? put me on moderation. that's all. As for porn content that i supposedly posted. I never put one.Logan tends to exaggerate.
- 2:07 PM Ticket #3601 (_WinAPI_GetPwrCapabilities - Example Script not working correctly.) updated by
- @Melba23 1) Where Can I download 3.3.15.1 and when are you going to release the new installer with amended files? https://www.autoitscript.com/forum/topic/192254-33143-fixes/ 2) How much i gotta donate to have my account unbanned? Will I ever be able to use the forums (I don't mind waiting a long time for unban) or do I have to post all issues related to AutoIt here in Tickets?
- 10:07 AM Ticket #3601 (_WinAPI_GetPwrCapabilities - Example Script not working correctly.) closed by
- Fixed: Fixed by revision [11977] in version: 3.3.15.1
- 10:01 AM Ticket #3601 (_WinAPI_GetPwrCapabilities - Example Script not working correctly.) updated by
-
Owner, Status, Component changed
No bug, it is a simple typo in the example script - it should read: […] M23 - 8:54 AM Ticket #3601 (_WinAPI_GetPwrCapabilities - Example Script not working correctly.) updated by
- I haven't tested with 3.3.14.3 but i guess it's the same as changelog/history does not mention it. I hope next AutoIt3 release is coming soon :). I will try to find as many bugs as possible.. btw. can you grant me access to my inbox even tho im banned? I would like to read old private messages. Thanks in adv.
- 8:45 AM Ticket #3601 (_WinAPI_GetPwrCapabilities - Example Script not working correctly.) created by
- _ArrayDisplay won't display anything. […]
Mar 1, 2018:
- 6:09 PM Ticket #3599 (_WinAPI_ShowCursor does not hide the cursor.) updated by
-
Owner, Status changed
- 6:08 PM Ticket #3599 (_WinAPI_ShowCursor does not hide the cursor.) updated by
- I can reproduce the problem - thanks for the report. And no we are not going to unban you, so stop asking. M23
- 4:04 PM Ticket #3599 (_WinAPI_ShowCursor does not hide the cursor.) created by
- I tried to run my as admin..no effect :( by the way,unban be …
Feb 28, 2018:
- 10:52 AM Ticket #3520 (Unexpected parameter type limit of _GUICtrlTreeView_GetItemParam) closed by
- Rejected: I close as no info where provided
- 10:49 AM Ticket #3583 (AutoIT Window Info (64) produces incorrect position numbers) closed by
- No Bug: In Fact that the way Windows Works when Windows are maximized https://blogs.msdn.microsoft.com/oldnewthing/20120326-00/?p=8003
Feb 27, 2018:
- 6:29 PM Ticket #3597 (_EventLog__Read - sample script from helpfile (Undefinied func)) updated by
- This and other files added to the "Fixes" thread. M23
- 6:18 PM Ticket #3597 (_EventLog__Read - sample script from helpfile (Undefinied func)) updated by
-
Reporter changed
- 5:54 PM Ticket #3589 (GDIPlus.au3 contains unecessary string conversions) closed by
- No Bug: In fact the conversion is not done one by one but as the size is not specified the current solution is better
- 5:30 PM Ticket #3255 (Drag & Drop not working when Windows DPI setting is above 100%) updated by
- I reproduce your pb uder Window10 RS3 I don't know how to correct as it is working under Windows 7 Jon certainly can understand and fix it (change by WIndows DPI handling is certainly the pb)
- 3:47 PM Ticket #3597 (_EventLog__Read - sample script from helpfile (Undefinied func)) updated by
- Hi Jpm.Where can i download fixed UDF? Can you let Melba know to put it in his topic?
- 3:31 PM Ticket #3598 (_EventLog__Report example doesn't compile.) closed by
- Duplicate: Already reported and fixed
- 1:55 PM Ticket #3598 (_EventLog__Report example doesn't compile.) created by
- _EventLogReport Help example doesn't compile. In EventLog.au3 …
- 8:25 AM Ticket #3597 (_EventLog__Read - sample script from helpfile (Undefinied func)) closed by
- Fixed: Thanks It is already fixed using "WinApiSys.au3"
Feb 26, 2018:
- 9:30 PM Ticket #3597 (_EventLog__Read - sample script from helpfile (Undefinied func)) updated by
- You are banned - and we are not going to unban you. M23
- 8:41 PM Ticket #3597 (_EventLog__Read - sample script from helpfile (Undefinied func)) updated by
- It's got nothing to do with the fixes in that link, the error is that the wrong file is included in the EventLog.au3 file. It should be using the WinApiSys.au3 include, but it's using the WinAPISysInternals.au3 include in the header. Although, the beta include for EventLog.au3 uses jus tthe WinAPI.au3 file. So either of those should work.
- 4:46 PM Ticket #3597 (_EventLog__Read - sample script from helpfile (Undefinied func)) created by
- Hello Errors appear after applying "fixes" from this topic. …
Feb 24, 2018:
- 7:17 PM Ticket #3596 (_ArrayAdd fails to add a specified value at the end of an existing 1D array) closed by
- Duplicate: Closing assuming the changes have fixed it.
Feb 22, 2018:
- 6:03 PM Ticket #3596 (_ArrayAdd fails to add a specified value at the end of an existing 1D array) updated by
- Have you seen this post in the forums: https://www.autoitscript.com/forum/topic/192254-33143-fixes/ ... and didn't that fix this? Jos
- 5:40 PM Ticket #3596 (_ArrayAdd fails to add a specified value at the end of an existing 1D array) updated by
- "Component: AutoIt" was selected rather than "Standard UDFs" because _ArrayAdd worked OK using the previous production release of AutoIt, but on reflection I notice that Array.au3 has been changed for the latest production release therefore "Component: Standard UDFs" maybe should have been selected instead.
- 5:28 PM Ticket #3596 (_ArrayAdd fails to add a specified value at the end of an existing 1D array) created by
- At production version 3.3.14.3 _ArrayAdd fails to add a specified …
- 8:57 AM Ticket #3595 (Call("Ubound", $array) crashes if $array is empty) updated by
- It also works if you add the optional parameter: […] But I agree with BrewManNH - unless you can come up with a sensible use case this is so obscure it does not deserve to have any time spent on it. M23
Feb 21, 2018:
- 8:52 PM Ticket #3595 (Call("Ubound", $array) crashes if $array is empty) closed by
- No Bug: Why would you use such a silly method to call a builtin function in the first place?
- 12:35 AM Ticket #3595 (Call("Ubound", $array) crashes if $array is empty) updated by
- If I'm not wrong Autoit3.exe parses the value of $aEmpty first before loading the function Call() in my first example. For it to work as intended I need to put the quotes in the parameters as well.
- 12:16 AM Ticket #3595 (Call("Ubound", $array) crashes if $array is empty) updated by
- I figured it out. For some reason […] works. But […] doesn't.
- 12:06 AM Ticket #3595 (Call("Ubound", $array) crashes if $array is empty) updated by
- […] Also crashes, Call() doesn't seem to handle empty arrays as parameters well.
Feb 20, 2018:
- 11:54 PM Ticket #3595 (Call("Ubound", $array) crashes if $array is empty) created by
- […] Problem signature: Problem Event Name: APPCRASH …
Feb 19, 2018:
Feb 18, 2018:
- 10:00 PM Ticket #3593 (IsFunc() - check if function exist by string) closed by
- Rejected: hmm... I never would have thought that the Execute() function works in this way too. This is a good work around Thanks. In this case IsFunc() should be treated as a separate function to check as it is (checking on if given parameter is already function) btw. This will be a little funny as I reject my own ticket.
- 11:51 AM Ticket #3594 (Error in FTPEx.au3, Autoit version 3.3.14.13) closed by
- Fixed
- 11:49 AM Ticket #3594 (Error in FTPEx.au3, Autoit version 3.3.14.13) updated by
-
The _WinAPI_MakeQWord function is found in WinAPIConv.au3 - which library is not called by FTPEx.au3.
Could you please add the following line at the top of your script and see if it works them:
#include <WinAPIConv.au3>If it does then we will add the missing include to FTPEx.au3. M23 Edit: I see this has already been done for the next release, so it looks as if my guess was correct! - 10:40 AM Ticket #3594 (Error in FTPEx.au3, Autoit version 3.3.14.13) created by
- This error does not exist in 3.3.14.0, haven't checked with …
Feb 17, 2018:
- 10:47 AM Ticket #3593 (IsFunc() - check if function exist by string) updated by
- Problem may be solved by one additional string: […]
Feb 16, 2018:
- 11:00 PM Ticket #3593 (IsFunc() - check if function exist by string) updated by
-
Version changed
Automatic ticket cleanup. - 10:40 PM Ticket #3593 (IsFunc() - check if function exist by string) updated by
-
Description changed
- 10:36 PM Ticket #3593 (IsFunc() - check if function exist by string) updated by
-
Description changed
- 10:34 PM Ticket #3593 (IsFunc() - check if function exist by string) updated by
-
Description changed
- 10:26 PM Ticket #3593 (IsFunc() - check if function exist by string) created by
- IsFunc() should have feautre to check if string is reperesenting …
- 10:13 PM Ticket #2929 (Check if a method exists using IsFunc()) closed by
- Rejected: You should check it by COM Error Handler Look for ObjEvent() function, or ask on the forum.
Feb 15, 2018:
- 7:35 AM Ticket #3255 (Drag & Drop not working when Windows DPI setting is above 100%) updated by
- Pixelseach and Mousemove have the same problem wenn Windows DPI is divernt than 100% like 4k Display and WindowsDPI 150%
Feb 13, 2018:
- 3:11 PM Ticket #3585 (pb _GUICtrlTreeView_Sort not sorting level 1 treeview -- With Solution) closed by
- Fixed: Fixed by revision [11958] in version: 3.3.15.1
- 1:52 PM Tickets #3230,3586 batch updated by
-
Owner, Milestone changed
Fixed by revision [11957] in version: 3.3.14.3 - 1:41 PM Ticket #3590 (Autoit product installation deleting all psmodulepath entries but its own) updated by
-
Owner, Status changed
- 1:40 PM Ticket #3590 (Autoit product installation deleting all psmodulepath entries but its own) updated by
- It seems to work ok on my tests here. But I only have a few pre-existing variables whereas you have a lot of paths. It could be a bug due to path length within the NSIS installer that I'll have to investigate.
- 9:47 AM Ticket #3589 (GDIPlus.au3 contains unecessary string conversions) updated by
- Thanks, I would have prefer to have a chinese,Japanese/Korean validation I just wait a little bit before validation
Feb 12, 2018:
- 1:48 PM Ticket #3589 (GDIPlus.au3 contains unecessary string conversions) updated by
- Replying to Jpm: > re you sure that it is working on Asian Windows? Why not? All of these members declared as WCHAR * in Microsoft documentation. AutoIt internally also uses WCHAR. Furthermore, conversion to multibyte and then to AutoIt strings from char[] (one by one as single chars) as is done by _WinAPI_WideCharsToMultibyte() will break the string data. I do not have Asan Windows, but on Russian all of these string in latin alphabet.
- 7:47 AM Ticket #3589 (GDIPlus.au3 contains unecessary string conversions) updated by
- re you sure that it is working on Asian Windows?
Feb 11, 2018:
- 8:01 PM Ticket #3592 (_ArrayAdd doesn't work) closed by
- Duplicate: https://www.autoitscript.com/trac/autoit/ticket/3587 https://www.autoitscript.com/forum/topic/192254-33143-fixes/
- 6:16 PM Ticket #3592 (_ArrayAdd doesn't work) created by
- _ArrayAdd adds blank lines and not the content. Check the first …
Feb 9, 2018:
- 5:23 PM Ticket #3591 (Error in the RegExp) closed by
- No Bug
- 5:20 PM Ticket #3591 (Error in the RegExp) updated by
- What were you hoping to see in the _ArrayDisplay output? Your RegExp isn't valid, so you won't see anything with that as written. To validate your RegExp, I'd suggest going here https://regex101.com/ to test it before declaring a bug
- 10:31 AM Ticket #3591 (Error in the RegExp) updated by
- I don't see any bug here, just a bad regular expression
- 8:47 AM Ticket #3591 (Error in the RegExp) created by
- It is not working: […]
- 4:43 AM Ticket #3590 (Autoit product installation deleting all psmodulepath entries but its own) created by
- Ok. So this has occurred on two machines that I have installed the …
Feb 8, 2018:
- 7:34 PM Ticket #3589 (GDIPlus.au3 contains unecessary string conversions) created by
- _GDIPlus_Encoders may be rewritten without using …
- 6:52 PM Ticket #3588 (Strange behavior of RunAs()) closed by
- No Bug: Please use the forum for support questions as I am not convinced this is a bug. Jos
- 5:01 PM Ticket #3586 (_ArraySwap, error in description of parameter $bCol) closed by
- Fixed: Fixed by revision [11955] in version: 3.3.15.1
- 4:46 PM Ticket #3230 (_WideCharToMultiByte fails with double-byte codepages) closed by
- Completed: Added by revision [11954] in version: 3.3.15.1
- 1:00 PM Ticket #3230 (_WideCharToMultiByte fails with double-byte codepages) updated by
-
Milestone changed
Automatic ticket cleanup. - 12:53 PM Ticket #3230 (_WideCharToMultiByte fails with double-byte codepages) reopened by
- I reopen this ticket as the solution is now to use and extra parameter whichwill use the byte type leaving char for other cases
Feb 7, 2018:
- 11:06 PM Ticket #3588 (Strange behavior of RunAs()) updated by
- I forget to mention environment of tests. RunAs() was tested on Windows XP SP 32bit Czech ed., Windows 7 Pro 32bit Czech Ed., Windows 10 Home and Pro 64bit Czech locale. RunAsWait() on W10 Home only. Every scripts was started from SciTE and compiled to x86 target. Krsta
- 10:48 PM Ticket #3588 (Strange behavior of RunAs()) updated by
- RunAsWait() have same problem. Tested in versions: 3.3.14.2, 3.3.14.3, 3.3.15.0
- 10:41 PM Ticket #3588 (Strange behavior of RunAs()) created by
- If I use RunAs() function to start a program, the program is started …
Feb 6, 2018:
- 7:13 PM Ticket #3587 (_ArrayAdd - do not add) closed by
- Fixed: Already fixed - look in the forum for the sticky thread. M23
Feb 4, 2018:
- 6:46 AM Ticket #3587 (_ArrayAdd - do not add) created by
- _ArrayAdd is not working anymore expect for Boolean array. Standard …
- 2:22 AM Ticket #3586 (_ArraySwap, error in description of parameter $bCol) created by
- *it is: [optional] If True then for 2D array above parameters …
Feb 2, 2018:
- 9:07 PM Ticket #3585 (pb _GUICtrlTreeView_Sort not sorting level 1 treeview -- With Solution) created by
- with deep tree, _GUICtrlTreeView_Sort does not sort it. Proposed …
- 3:01 PM Ticket #3584 (Finder Tools does not seem to handle overlapped controls properly) created by
- When a form control is contained in the pixel footprint of another …
- 1:29 PM Milestone 3.3.14.3 completed
Note:
See TracTimeline
for information about the timeline view.
