#3881 closed Bug (No Bug)
Missing Extras\WM_NOTIFY.au3 file
| Reported by: | Kloud | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.14.0 | Severity: | None |
| Keywords: | WM_NOTIFY.au3 helpfile | Cc: |
Description
I found that the example in the helpfile for _GUICtrlListView_Create() uses the Extras\WM_NOTIFY.au3 file which does not exist. Now I was encouraged to create a ticket as all examples in the helpfile should work out of the box
Attachments (0)
Change History (5)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
follow-up: 4 comment:3 by , 4 years ago
This is not resolved, the file is missing in most new AU3 installs.
comment:4 by , 4 years ago
Replying to anonymous:
This is not resolved, the file is missing in most new AU3 installs.
Please discuss this on the forum here:
https://www.autoitscript.com/forum/forum/2-autoit-general-help-and-support/
comment:5 by , 3 years ago
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

File is there located in ....\AutoIt3\Examples\Helpfile\Extras.
Please check.
Jos