Search found 628 matches

by Delta Pythagorean
27 Nov 2021, 09:19
Forum: Ask for Help (v1)
Topic: Send ñ or Ñ
Replies: 6
Views: 1833

Re: ñ'Ñ'

I don't know what this post is implying... I would guess you meant to post a reply to another thread and it didn't work?
by Delta Pythagorean
20 Nov 2021, 21:06
Forum: Wish List
Topic: [v2] Check for if var is callable function Topic is solved
Replies: 6
Views: 2432

Re: [v2] Check for if var is callable function Topic is solved

I did state that I'd rather this be built-in than to include there anywhere I needed it but in the meantime this could work.
by Delta Pythagorean
20 Nov 2021, 04:52
Forum: Wish List
Topic: [v2] Check for if var is callable function Topic is solved
Replies: 6
Views: 2432

[v2] Check for if var is callable function Topic is solved

For v1, there is a function called Isfunc() allowing to see if a string or function reference is a callable function. However, v2 does not have this function, nor does there exist a "simple" way to see if a string or reference is a callable function without using try and catch.
by Delta Pythagorean
20 Oct 2021, 06:28
Forum: Scripts and Functions (v2)
Topic: A simple Class for calling V1's libs in V2
Replies: 11
Views: 3149

Re: A simple Class for calling V1's libs in V2

The best way to do it is through the __Call meta-method. I've provided some documentation to go along with my version of this class: /** * Include an AutoHotkey v1 library into an AutoHotkey v2 script/program. * * @example * Persistent(true) * test := IncludeLib("<OSDTIP>") * test.OSDTIP_Pop("Notifi...
by Delta Pythagorean
18 Oct 2021, 12:09
Forum: Scripts and Functions (v2)
Topic: A simple Class for calling V1's libs in V2
Replies: 11
Views: 3149

Re: A simple Class for calling V1's libs in V2

Wouldn't it be better to use the __Call method instead of using the do method?
by Delta Pythagorean
27 Sep 2021, 12:58
Forum: Wish List
Topic: more Built=in variables
Replies: 2
Views: 1491

Re: more Built=in variables

As Lex has said...
lexikos wrote: I personally would prefer that there were less built-in variables that directly correspond to environment variables, not more.
The man just doesn't wanna add more.
by Delta Pythagorean
23 Sep 2021, 14:02
Forum: Scripts and Functions (v2)
Topic: SysMeter
Replies: 6
Views: 3052

Re: SysMeter

Do you have a preferred place to recommend features or otherwise?
by Delta Pythagorean
16 Aug 2021, 11:21
Forum: Scripts and Functions (v2)
Topic: range() iterator
Replies: 6
Views: 2485

Re: range() iterator

@swagfag
Beat 'em to it I guess lol
by Delta Pythagorean
16 Aug 2021, 07:11
Forum: Scripts and Functions (v2)
Topic: range() iterator
Replies: 6
Views: 2485

Re: range() iterator

Doesn't seem to work now, is there a chance you could update it?
by Delta Pythagorean
03 Aug 2021, 15:48
Forum: Scripts and Functions (v1)
Topic: Sort Panel - Text Sorting Tool
Replies: 9
Views: 3030

Re: Sort Panel - Text Sorting Tool

@jNizM
Apologies, I didn't see it before posting. My bad!
by Delta Pythagorean
02 Aug 2021, 19:46
Forum: Scripts and Functions (v1)
Topic: Sort Panel - Text Sorting Tool
Replies: 9
Views: 3030

Re: Sort Panel - Text Sorting Tool

Although it looks cool in the screenshot provided, the gradients given for the headers don't work for me, it just shows the two colors as blocks on each half.
Here's a screenshot for more info:
image_2021-08-02_204405.png
(29.36 KiB) Downloaded 218 times
My signature (below) has my AHK and Windows info if needed.
by Delta Pythagorean
21 Jul 2021, 13:12
Forum: Scripts and Functions (v1)
Topic: BoxCur(128, 64) : Create/apply 128x64 bordered box as system-wide cursor.
Replies: 12
Views: 1692

Re: BoxCur(128, 64) : Create/apply 128x64 bordered box as system-wide cursor.

Selection? What? Where does it say that this is for a selection? Who would need a 128x64 sized selection?
by Delta Pythagorean
21 Jul 2021, 09:13
Forum: Scripts and Functions (v1)
Topic: BoxCur(128, 64) : Create/apply 128x64 bordered box as system-wide cursor.
Replies: 12
Views: 1692

Re: BoxCur(128, 64) : Create/apply 128x64 bordered box as system-wide cursor.

I tried the example but I guess my desktop background is too simple. Didn't think of it to be an inverted mouse cursor. But my question was why a box instead of a crosshair or something a little more practical. I can see the use of an inverted mouse cursor function, but the reason for a box makes no...
by Delta Pythagorean
20 Jul 2021, 13:41
Forum: Ask for Help (v1)
Topic: PROBLEM -- Automatically close an Error Message Window
Replies: 4
Views: 283

Re: PROBLEM -- Automatically close an Error Message Window

The reason it's only running "for a millisecond" is because there's no way for the script to continue running that same code over and over. It's just going to run it once and quit. You have to implement a loop and a way to close the loop should you choose to want to exit the script. quit_loop := Fal...
by Delta Pythagorean
20 Jul 2021, 13:33
Forum: Scripts and Functions (v1)
Topic: BoxCur(128, 64) : Create/apply 128x64 bordered box as system-wide cursor.
Replies: 12
Views: 1692

Re: BoxCur(128, 64) : Create/apply 128x64 bordered box as system-wide cursor.

What use would this have?
It's just a box that replaces your mouse cursor? What?
by Delta Pythagorean
30 Jun 2021, 15:44
Forum: Scripts and Functions (v1)
Topic: ChooseColors() : Color selection UI
Replies: 34
Views: 7925

Re: ChooseColors() : Color selection UI

Yes, but I meant more something like this:
5tyYE[1].png
5tyYE[1].png (27.15 KiB) Viewed 4761 times
Where everything is aligned horizontally instead of vertically.
by Delta Pythagorean
29 Jun 2021, 22:04
Forum: Scripts and Functions (v1)
Topic: ChooseColors() : Color selection UI
Replies: 34
Views: 7925

Re: ChooseColors() : Color selection UI

While this is nice, wouldn't it be a better idea to move the gradient block to the side instead of on top and make the "sliders" parallel to their edit boxes?
by Delta Pythagorean
26 Jun 2021, 19:12
Forum: Wish List
Topic: Universal variables and ability to change built in ones
Replies: 2
Views: 1287

Re: Universal variables and ability to change built in ones

Are you suggesting to use Environment variables?

Go to advanced search