Jump to content

jaberwacky

Active Members
  • Posts

    3,699
  • Joined

  • Last visited

  • Days Won

    14

jaberwacky last won the day on March 6 2024

jaberwacky had the most liked content!

2 Followers

About jaberwacky

  • Birthday 09/12/1980

Profile Information

  • Member Title
    jaberwacky

Recent Profile Visitors

4,802 profile views

jaberwacky's Achievements

  1. Hello! I'm getting this error: (493,26) : error: _WinAPI_GetCapture() already defined. Func _WinAPI_GetCapture()
  2. Finally! Latest version in the OP. Huge shoutout to Jos because I leaned very heavily on his AutoItGotoDefinition (you did write that I assume?).
  3. Latest version! Works on AutoItObject methods now! A big shoutout to ioa747 too!
  4. Thank you! You gave me the inspiration to get it working again. Regular calltips work but the ones for AutoItObject methods don't at the moment for all use cases.
  5. Meh, still has issues. I'm done with this.
  6. Latest update! Check it out!
  7. Nvm, I was looking at it wrong. Sorry!
  8. Hello lovely people. I installed Autoit3 and VSCode and installed Damien's extension. When I ran a script then I would see the errors and warnings neatly output to the console. However when I installed Scite4AutoIt3 then I no longer get the problems in the console. Anyone know how to change this?
  9. Edit 1: no, I'm silly ... Edit 2: Wait ... no, I think this is a mistake after all ... So, in the _GUICtrlEdit_SetTabStops parameters section: Array of tab stops in the following format: [0] - Tab stop 1 [2] - Tab stop 2 [n] - Tab stop n
  10. Not having delved too deeply into your code, I was wondering if ByRef could be your solution? Pass an array to a function and process it without having to return the modified array?
  11. I'm a dummy, I thought I was using your extension! I am now though .. I'll let you know how it goes!
  12. I have given code to ChatGPT and asked it to look for issues. You pretty much have do one thing at a time, ask it if it can be improved, etc. I no longer have any examples but I've had ChatGPT do modifications I wouldn't have thought of by myself. Also I have it write code for me that I can't be bothered with because it gets in the way of my birds eye view of the program.
  13. Yeah, the calltip stuff I made has really been hit hard by bit rot. I need to get around to updating all of that.
  14. I have noticed that when I run these multithreading -- I'll call them emulations in an attempt to not rile feathers and which seem to work well for everyone else they however always result in a "AutoIt3.exe ended.rc:-1073741819" for me. I hope that sentence wasn't too oddly structured for non native speakers. I feel that it might be.
  15. Wheeeewwww, I've been thinking about multiple threads trying to modify the same data structure. I think I'm going to leave that alone for now. Thank you two for responding to my post. I'll definitely revisit this if I need to.
×
×
  • Create New...