-
Posts
3,699 -
Joined
-
Last visited
-
Days Won
14
jaberwacky last won the day on March 6 2024
jaberwacky had the most liked content!
About jaberwacky
- Birthday 09/12/1980
Profile Information
-
Member Title
jaberwacky
jaberwacky's Achievements
-
ioa747 reacted to a post in a topic: MouseHoverCallTips [10/11/2025]
-
argumentum reacted to a post in a topic: MouseHoverCallTips [10/11/2025]
-
User Interface Builder - GUI Designer
jaberwacky replied to 0xC0FFEE's topic in AutoIt Example Scripts
Hello! I'm getting this error: (493,26) : error: _WinAPI_GetCapture() already defined. Func _WinAPI_GetCapture()- 5 replies
-
- guibuilder
- koda
-
(and 3 more)
Tagged with:
-
MouseHoverCallTips [10/11/2025]
jaberwacky replied to jaberwacky's topic in AutoIt Technical Discussion
Finally! Latest version in the OP. Huge shoutout to Jos because I leaned very heavily on his AutoItGotoDefinition (you did write that I assume?). -
ioa747 reacted to a post in a topic: MouseHoverCallTips [10/11/2025]
-
argumentum reacted to a post in a topic: MouseHoverCallTips [10/11/2025]
-
MouseHoverCallTips [10/11/2025]
jaberwacky replied to jaberwacky's topic in AutoIt Technical Discussion
Latest version! Works on AutoItObject methods now! A big shoutout to ioa747 too! -
jaberwacky reacted to a post in a topic: MouseHoverCallTips [10/11/2025]
-
argumentum reacted to a post in a topic: MouseHoverCallTips [10/11/2025]
-
jaberwacky reacted to a post in a topic: MouseHoverCallTips [10/11/2025]
-
MouseHoverCallTips [10/11/2025]
jaberwacky replied to jaberwacky's topic in AutoIt Technical Discussion
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. -
argumentum reacted to a post in a topic: MouseHoverCallTips [10/11/2025]
-
MouseHoverCallTips [10/11/2025]
jaberwacky replied to jaberwacky's topic in AutoIt Technical Discussion
Meh, still has issues. I'm done with this. -
ioa747 reacted to a post in a topic: MouseHoverCallTips [10/11/2025]
-
argumentum reacted to a post in a topic: MouseHoverCallTips [10/11/2025]
-
MouseHoverCallTips [10/11/2025]
jaberwacky replied to jaberwacky's topic in AutoIt Technical Discussion
Latest update! Check it out! -
AutoIt Extension for Visual Studio Code
jaberwacky replied to LoganCH's topic in AutoIt Projects and Collaboration
Nvm, I was looking at it wrong. Sorry! -
AutoIt Extension for Visual Studio Code
jaberwacky replied to LoganCH's topic in AutoIt Projects and Collaboration
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? -
jaberwacky reacted to a post in a topic: Help File/Documentation Issues. (Discussion Only)
-
Help File/Documentation Issues. (Discussion Only)
jaberwacky replied to guinness's topic in AutoIt Technical Discussion
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 -
jaberwacky reacted to a post in a topic: IPC Techniques through ROT Objects
-
jaberwacky reacted to a post in a topic: [SOLVED THANKS!!] Run an .au3 script from another .au3 script???
-
jaberwacky reacted to a post in a topic: WebP v0.5.0 build 2025-08-23 beta
-
genius257 reacted to a post in a topic: AutoIt parser in AutoIt
-
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?
-
genius257 reacted to a post in a topic: Another AutoIt extension for Visual Studio Code
-
jaberwacky reacted to a post in a topic: Another AutoIt extension for Visual Studio Code
-
jaberwacky reacted to a post in a topic: Visual Studio Code Extension currently available and future plans for SciTE?
-
Another AutoIt extension for Visual Studio Code
jaberwacky replied to genius257's topic in AutoIt Projects and Collaboration
I'm a dummy, I thought I was using your extension! I am now though .. I'll let you know how it goes! -
jaberwacky reacted to a post in a topic: Beep Player
-
Create an AI AutoIt Engineer to debug
jaberwacky replied to DavidBoughan's topic in AutoIt General Help and Support
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. -
Yeah, the calltip stuff I made has really been hit hard by bit rot. I need to get around to updating all of that.
-
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.
-
True AutoIt multi-threading! Split off
jaberwacky replied to LAteNightSpecial's topic in AutoIt General Help and Support
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.