Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/27/2022 in all areas

  1. Ok ... I see you are running a pretty old version ... but it should still work. Did you change the SciTEUSer.properties and are these lines missing as it is clear that the au3.keywords.user.abbreviations.properties isn't imported from that output? # Add the below lines to your SciTEUser.properties when you want to add User Abbreviations and UDFS import au3.keywords.user.abbreviations import au3.UserUdfs
    2 points
  2. Hi everybody In AutoIt help file (3.3.16.1) we find the same example in 3 topics related to window subclassing. These 3 topics are : _WinAPI_SetWindowSubclass _WinAPI_DefSubclassProc _WinAPI_RemoveWindowSubclass (there is a 4th topic closely related, _WinAPI_GetWindowSubclass , but it doesn't show an example, no big deal) We can't run these examples "as-is" because of the 1st line in the script, which generates a fatal error : ==> Error opening the file.:  #include <Extras\WMDebug.au3>  To solve this, I created a subfolder named Extras (under \Include) and copied in it the file "WMDebug.au3" found at this location : ..... \Examples\Helpfile\Extras\WMDebug.au3 Maybe this little issue could be fixed in a future release ? Thanks in advance Edit: another solution is to modify the path of the include file in the script, without creating any subfolder on disk : ; #include <Extras\WMDebug.au3> #include <..\Examples\Helpfile\Extras\WMDebug.au3>
    2 points
  3. This is my experiment to achieve multi-threading in AutoIt 😅 Source code, usage and examples in this github repo: https://github.com/nomi-san/true-autoit-multi-threading
    1 point
  4. I renamed with all calls to this func and i seems to work. FunSkin.au3
    1 point
×
×
  • Create New...