What feature would you like, or what problem are you facing?
Some examples still are written without using functions from the UDF:
- 007-HTTP_StatusCodeTracking.au3
- 009-Auditor.au3
- 011-TwinWebView.au3
- 012-GetCookies.au3
- 014-pdfJS-Static_PDF_Viewer.au3
- 016-CSV_Editor.au3
for example they use:
ObjCreate() instead the UDF function
- many
Object.Properties that are not suplemented in the UDF as separate functions but they should be suplemented
- standard
ConsoleWrite() instead a wrapped example which at least for me using standard ConsoleWrite() make harder to find what is going one in the examples when I do not see the ScriptLineNumber reference in the Console log.
What's your proposed solution?
those examples should be reviewed and refactored
Screenshots
none
Do you want to work on this issue/improvement?
Yes
Any additional context?
none
What feature would you like, or what problem are you facing?
Some examples still are written without using functions from the UDF:
for example they use:
ObjCreate()instead the UDF functionObject.Propertiesthat are not suplemented in the UDF as separate functions but they should be suplementedConsoleWrite()instead a wrapped example which at least for me using standard ConsoleWrite() make harder to find what is going one in the examples when I do not see the ScriptLineNumber reference in the Console log.What's your proposed solution?
those examples should be reviewed and refactored
Screenshots
none
Do you want to work on this issue/improvement?
Yes
Any additional context?
none