Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/19/2023 in all areas

  1. Spent the weekend making animations and putting more of the battle system code together. It's coming along. Making the animations is quite time consuming (even with Aseprite). I've got another screen shot but the forum thing says the file is too big I'll have to downsize the file and try again later. Decided to make a note of the source size. As of 9/19/2023 over 5500 lines of code across the entire project Here's some compiled animations
    4 points
  2. Uploaded a fix for: Backspace selected #include line API UDF path/description for the include file required. Can't get the duplicate include to go wrong yet. Will do some more testing later. Think/hope I found the reason why this is happening and updated the lua script, so please try this last version.
    2 points
  3. You can use an Enter or Tab to select an proposed variable from the dropdown list, which is then inserted in the editor, but the Enter/Tab used isn't forwarded. With this option you can define what character you like to have added after the inserted variable name.so in this shown example , the Enter is added after you use Enter to select the variable from the drop-down. All clear?
    1 point
  4. I can confirm both problems are fixed. Thanks Jos! 👍 Everything seems to be working as expected now.
    1 point
  5. Are you sure that your arguments are correct for specifying the profile? FWIW, this is what is shown in the wiki -- so the equivalent using _WD_CapabilitiesAdd would be _WD_CapabilitiesAdd('args', '--profile-directory', Default)
    1 point
  6. @Nine how can catch with regex pattern, e.g. one click on the control 0x001D0E6A WindowsForms10.BUTTON.app.0.1a52015 _r22_ad1 20 1904234 so as not to catch any of the rest, without the use of INSTANCE ? $hWnd = WinWait("ShareX - Color picker", "", 3) ConsoleWrite("$hWnd=" & $hWnd & @CRLF) ;pick color from screen WindowsForms10.BUTTON.app.0.1a52015 _r22_ad1 $hPickColorFromScreen = ControlGetHandle($hWnd, "", '[REGEXPCLASS:WindowsForms10\.BUTTON\.app\.0\..+_r\d+_ad1; INSTANCE:20]') ConsoleWrite("$hPickColorFromScreen=" & $hPickColorFromScreen & @CRLF) ControlClick($hWnd, '', $hPickColorFromScreen) Edit: or this is a need case ?
    1 point
×
×
  • Create New...