Search found 627 matches

by Delta Pythagorean
12 Dec 2019, 02:07
Forum: Ask for Help (v1)
Topic: Autocomplete a combobox in GUI
Replies: 9
Views: 4938

Re: Autocomplete a combobox in GUI

You can use the following code to do autocomplete on a ComboBox and an Edit control respectively. Read the function's documentation below to better understand how to use and control the functions to your liking. ; ComboBox Control ---------------------------------------- Gui, Add, ComboBox, w640 gC...
by Delta Pythagorean
28 Nov 2019, 14:19
Forum: Wish List
Topic: Execution continues after Reload command
Replies: 13
Views: 4938

Re: Execution continues after Reload command

A. You can use a quick workaround of using the Run command to reload the script, just remember that SingleInstance will screw you over.
B. You can force exiting the script by using Process, Close, % PID.
C. You can use Thread and Interrupt to create forced threads.
by Delta Pythagorean
28 Nov 2019, 14:08
Forum: Ask for Help (v1)
Topic: Multible add in menu
Replies: 1
Views: 369

Re: Multible add in menu

A. This is Scripts and Functions, this is the section you'd go to, to post your code that you created that would benefit the community. The section you're looking for is Ask for Help. B. To fix this, you have to understand how variables work. Look here . C. To actually fix this and make it work, use...
by Delta Pythagorean
18 Nov 2019, 16:23
Forum: Scripts and Functions (v1)
Topic: Hotstring Menus for Multiple Options
Replies: 8
Views: 7194

Re: Hotstring Menus for Multiple Options

You can simplify this down by making the parameter variadic and letting the user chose which label to set the menu to work off of. [...] Certainly, something worth considering. It ends the need to parse the string and adds subroutine flexibility. Based upon this prompting, I'm currently working on ...
by Delta Pythagorean
14 Nov 2019, 07:40
Forum: Scripts and Functions (v1)
Topic: Hotstring Menus for Multiple Options
Replies: 8
Views: 7194

Re: Hotstring Menus for Multiple Options

You can simplify this down by making the parameter variadic and letting the user chose which label to set the menu to work off of. ::brb::HotStringMenu("MenuLabel", "Hello",, "Goodbye", "See you later!") MenuLabel: MsgBox, % "You said: " A_ThisMenuItem Return HotstringMenu(Handle, TextList*) { For E...
by Delta Pythagorean
11 Nov 2019, 03:39
Forum: Other Utilities & Resources
Topic: Cudatext - editor
Replies: 4
Views: 4475

Re: Cudatext - editor

By what I've seen, this is so close to Sublime Text, I'm not quite convinced on this. Although it looks nice, Sublime Text has stuck with me for about.. 3 years now? I switched off of Notepad++ because of its clunky way of doing syntax highlighting, and most of the plugins made for the thing were ou...
by Delta Pythagorean
11 Nov 2019, 03:25
Forum: Bug Reports
Topic: bug? Hotstring using just a colon
Replies: 7
Views: 3899

Re: bug?

For a single character hotstring, you can use a hotkey instead, like so:

Code: Select all

:::
MsgBox, Colon
Return

`;::
MsgBox, SemiColon
Return
Both work respective to what was pressed (individual key or shift modifier).
by Delta Pythagorean
11 Nov 2019, 03:18
Forum: Scripts and Functions (v1)
Topic: KillBill, vol. 1: find and close processes.
Replies: 8
Views: 2372

Re: KillBill, vol. 1: find and close processes.

Looks and works great, wouldn't mind a few things though. An icon for each process, if no icon found, use the default program icon. And a way to toggle processes that users can interact with. For example: An admin with full power can interact with anything, but a Guest account could only interact wi...
by Delta Pythagorean
09 Nov 2019, 23:32
Forum: Wish List
Topic: "AT" like in PEARL
Replies: 6
Views: 1821

Re: "AT" like in PEARL

What exactly does this do?
by Delta Pythagorean
07 Nov 2019, 05:58
Forum: Ask for Help (v1)
Topic: Can the corners of a text label be rounded?
Replies: 2
Views: 524

Re: Can the corners of a text label be rounded?

Well, technically yes. But you'd have to use a library called GDIP+.
I recommend to look into it here.
Keep in mind, it's not the easiest thing to learn.
by Delta Pythagorean
07 Nov 2019, 05:55
Forum: Ask for Help (v1)
Topic: Autocomplete a combobox in GUI
Replies: 9
Views: 4938

Re: Autocomplete a combobox in GUI

You can use the following code to do autocomplete on a ComboBox and an Edit control respectively. Read the function's documentation below to better understand how to use and control the functions to your liking. ; ComboBox Control ---------------------------------------- Gui, Add, ComboBox, w640 gCb...
by Delta Pythagorean
21 Oct 2019, 20:23
Forum: Ask for Help (v1)
Topic: Help Script pls
Replies: 4
Views: 707

Re: Help Script pls

Well, first of all, this thread is for posting your scripts and functions that you made, not asking for one. To ask for HELP go here . Second, if you'd like to get started with AutoHotkey, you can go here . Third, if you don't think you're up to the task of typing every piece of code out letter by l...
by Delta Pythagorean
11 Oct 2019, 20:05
Forum: Off-topic Discussion
Topic: Behind the Mask [Username Lore]
Replies: 4
Views: 2589

Behind the Mask [Username Lore]

As the title hints at. What's the story behind your username? Did you come up with it on your own or did you have some help from a program/script/combo of words? I'll start with mine: Delta is simply the difference, or change, in a certain quantity. Mostly pertaining to math. I'm used to change quit...
by Delta Pythagorean
14 Sep 2019, 05:26
Forum: Scripts and Functions (v1)
Topic: Save/Load a TreeView and save Check/Bold/Expanded attributes for each node
Replies: 13
Views: 5530

Re: Save/Load a TreeView and save Check/Bold/Expanded attributes for each node

On line 127 and 128, the following can be added to skip out on blank lines. This is mostly for lines that have nothing on them such as a trailing newline at the end of a file or maybe an empty space. 126 ... 127 If (CurLine == "") 128 Continue 129 ... TL;DR: this just skips empty lines. I would add ...
by Delta Pythagorean
11 Sep 2019, 06:10
Forum: Ask for Help (v1)
Topic: Autohotkey for Mac
Replies: 28
Views: 164606

Re: Autohotkey for Mac

If I remember correctly, IronAHK is supposed to work on platforms outside of Windows if I'm not mistaken.
Either that or I'm making sh*t up.
by Delta Pythagorean
08 Sep 2019, 04:23
Forum: Wish List
Topic: do When
Replies: 3
Views: 2826

Re: do When

Wouldn't this count as both an OnMessage and an #If?
by Delta Pythagorean
31 Aug 2019, 20:41
Forum: Scripts and Functions (v1)
Topic: [Tool] Show Me That Color (display selected text colors in a GUI)
Replies: 28
Views: 9299

Re: [Tool] Show Me That Color (display selected text colors in a GUI)

Not bad, although I think this script could me modified into a color picker of some sorts. Just an Idea I guess. It's not meant to be a color picker. ;) when you have a text representing a hexadecimal color (for example #FAC4B8) you have to do several annoying steps like copying the text open a ded...
by Delta Pythagorean
31 Aug 2019, 17:12
Forum: Scripts and Functions (v1)
Topic: [Tool] Show Me That Color (display selected text colors in a GUI)
Replies: 28
Views: 9299

Re: [Tool] Show Me That Color (display selected text colors in a GUI)

Not bad, although I think this script could me modified into a color picker of some sorts. Just an Idea I guess.
by Delta Pythagorean
22 Aug 2019, 18:09
Forum: Scripts and Functions (v1)
Topic: [Class] string-similarity.ahk
Replies: 30
Views: 11069

Re: [Library] string-similarity.ahk

Pardon my French but, I'll be damned. This might be more useful to me in the future but for right now, I'd more or less use this for some sort of an AI.

Go to advanced search