Timeline
Dec 13, 2022:
- 5:40 PM Ticket #3881 (Missing Extras\WM_NOTIFY.au3 file) updated by
- Most of the many initial tests I have created were used when copying the code in the website examples. I agree with [OJBakker] (https://www.autoitscript.com/forum/topic/208076-is-include-just-a-fictional-placeholder-and-i-have-to-create-that-file-myself/) that we should inform the user on these rare examples shown on the autoit website. If I had website access I would gladly change the few examples that include a reference to this function and add a comment similar to the following: #include "Extras\WM_NOTIFY.au3" ; located in \helpfile\examples in autoit installation directory
Dec 2, 2022:
- 6:29 PM Ticket #3934 (_WinAPI_SetTimer TimerID must be nonzero) updated by
- In case it may help you, there are 2 additional sentences found on msdn, topic KillTimer function (these 2 sentences are not found in AutoIt help file) KillTimer function (winuser.h) BOOL KillTimer( [in, optional] HWND hWnd, [in] UINT_PTR uIDEvent ); ... [in] uIDEvent Type: UINT_PTR The timer to be destroyed. If the window handle passed to SetTimer is valid, this parameter must be the same as the nIDEvent value passed to SetTimer. If the application calls SetTimer with hWnd set to NULL, this parameter must be the timer identifier returned by SetTimer.
- 10:08 AM Ticket #3934 (_WinAPI_SetTimer TimerID must be nonzero) updated by
- If you set the TimerID to 0, the return value is a 1 for success, and not the correct 0 for TimerID. […]
Dec 1, 2022:
- 5:23 PM Ticket #3934 (_WinAPI_SetTimer TimerID must be nonzero) closed by
- Completed: Added by revision [12932] in version: 3.3.17.0
- 2:41 PM Ticket #3934 (_WinAPI_SetTimer TimerID must be nonzero) updated by
- I think that […] Is wrong as your example is demonstrating that the […] is working any way adding an example with last parameter set to 0 is a good idea
Nov 30, 2022:
- 12:00 PM Ticket #3934 (_WinAPI_SetTimer TimerID must be nonzero) updated by
-
Version changed
Automatic ticket cleanup. - 11:26 AM Ticket #3934 (_WinAPI_SetTimer TimerID must be nonzero) created by
- "A nonzero timer identifier" should be added to the TimerID …
Nov 24, 2022:
- 4:53 PM Ticket #3181 (Can't press Alt+Tab when HotKeySet - Alt+Esc) updated by
- Replying to tohatemp@…: > doesn't work > > Windows 10 64 bit Enterprise LTSC Evaluation Join the forum in case you want to discuss this first, but ticket remains closed.
- 1:46 PM Ticket #3181 (Can't press Alt+Tab when HotKeySet - Alt+Esc) updated by
- doesn't work Windows 10 64 bit Enterprise LTSC Evaluation
- 1:45 PM Ticket #3181 (Can't press Alt+Tab when HotKeySet - Alt+Esc) updated by
- doesn't work Windows 10 Enterprise LTSC Evaluation
Nov 16, 2022:
- 3:09 PM Ticket #3928 (WinWaitActive() prevents Raw Input's WM_INPUT messages from queueing ...) closed by
- Works For Me
- 3:05 PM Ticket #3932 (_WinAPI_GetRawInputData Helpfile Example) closed by
- Completed: Added by revision [12918] in version: 3.3.17.0
- 3:00 PM Ticket #3932 (_WinAPI_GetRawInputData Helpfile Example) updated by
-
Version changed
Automatic ticket cleanup. - 2:55 PM Ticket #3932 (_WinAPI_GetRawInputData Helpfile Example) updated by
- for me is not a bug but a feature request …
- 2:55 PM Ticket #3932 (_WinAPI_GetRawInputData Helpfile Example) updated by
-
Type changed
- 11:41 AM Ticket #3932 (_WinAPI_GetRawInputData Helpfile Example) updated by
- this can benefice to other examples I will work on it Cheers
- 8:41 AM Ticket #3932 (_WinAPI_GetRawInputData Helpfile Example) created by
- Playing around with above example and wondering why nothing's …
- 6:44 AM Ticket #3931 (x86 compiled binaries miss DEP attribute) updated by
- Replying to Jpm: > did you check with the latest version 3.3.16.1? Yes I tried with the latest version 3.3.16.1 and it has the same output regarding lack of DEP compliancy attribute
Nov 15, 2022:
- 5:48 AM Ticket #3931 (x86 compiled binaries miss DEP attribute) updated by
-
Owner, Status changed
- 5:48 AM Ticket #3930 (DllStructs created in one scope gets dropped if chained with a ...) closed by
- No Bug
- 5:47 AM Ticket #3931 (x86 compiled binaries miss DEP attribute) updated by
- did you check with the latest version 3.3.16.1?
- 2:56 AM Ticket #3931 (x86 compiled binaries miss DEP attribute) created by
- Binaries compiled for x86 have DEP compliancy attribute set to false. …
Nov 14, 2022:
- 7:57 PM Ticket #3930 (DllStructs created in one scope gets dropped if chained with a ...) updated by
- Thought so too, in which case I think this pitfall should probably be stated in the documentation, that the lifetime of DllStructs pertains to the scope where it is allocated, and so DllStructCreate when supplying a pointer will not count as valid references.
- 1:20 PM Ticket #3930 (DllStructs created in one scope gets dropped if chained with a ...) updated by
- In fact your concern come from the fact that parameter pass to parseStruct() is a temporary variable. So how can you map a permanent area with the DllStructGetPtr() and get a valid result. That the reason why you get such behavior. I will close the ticket as No bug. Cheers
- 11:45 AM Ticket #3928 (WinWaitActive() prevents Raw Input's WM_INPUT messages from queueing ...) updated by
- So, if I understand nothing to change, in a simple manner, inside AutoIt code Cheers
- 11:09 AM Ticket #3929 (Memory leak when returning struct members within With...EndWith) updated by
- Fix, I sent a proposal to Jon
Note:
See TracTimeline
for information about the timeline view.
