Search found 524 matches

by gwarble
02 Feb 2022, 11:59
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 207066

Re: EitherMouse 0.8 - Multiple mice, individual settings...

Unfortunately I have been unsuccessful in fighting the unfair false-positive situation that big companies are imposing on independent developers (and meanwhile undermining the effectiveness of true malicious code detection) /rant https://forums.malwarebytes.com/topic/256759-eithermouse/ https://www....
by gwarble
05 Jan 2022, 20:32
Forum: Wish List
Topic: Dark theme / Windows themed AHK
Replies: 32
Views: 14783

Re: Dark theme / Windows themed AHK

Wonderful, thanks guys, I've wanted dark menus from the taskbar for a while and randomly decided to search for a solution. In my case, all my workstations are set up as Light "app mode", Dark "window mode" (ie dark taskbar, see screenshot), which yielded the dark menu solution in this thread non-fun...
by gwarble
01 Oct 2021, 17:18
Forum: Ask for Help (v1)
Topic: nIPN/W[$L:QSgt-K;\;Rh"y^><]CfBQF\l,J8q-ch\up2qQ]jq:Wg-wcQB$5jO}Y|=uTbFxfLNJi1b_OntFxSxaD!-?0LCcI[I#-sL"};\j'7}^J]TSymDs^
Replies: 17
Views: 2691

Re: what is the longest character ? W ? M ? ______________________ !?




just like any (unicode) character, if your font doesn't support it you will only get a box like “☐”
by gwarble
16 Sep 2021, 13:04
Forum: Off-topic Discussion
Topic: Report False-Positives To Anti-Virus Companies
Replies: 116
Views: 963214

Re: Report False-Positives To Anti-Virus Companies

i believe that answer is to your question how can I be sure? looking at the source code is the only way to be sure, otherwise you're trusting the code/script or you're trusting someone else... author, antivirus vendor, etc. Antivirus companies have one goal, sell to more users, and its worse for the...
by gwarble
25 Aug 2021, 16:57
Forum: Scripts and Functions (v1)
Topic: RunCMD() v0.97 : Capture stdout to variable. Non-blocking version. Pre-process/omit individual lines.
Replies: 247
Views: 87236

Re: RunCMD() - Code updated

SKAN wrote:
13 May 2020, 15:53
You may call A_Args.RunCMD.PID := 0 from a hotkey or routine to exit gracefully... or
call Process, Close, % A_Args.RunCMD.PID to terminate.
by gwarble
20 Aug 2021, 19:27
Forum: Scripts and Functions (v1)
Topic: CreateGradient() : Creates a linear gradient bitmap. (Horizontal / Vertical)
Replies: 24
Views: 3493

Re: CreateGradient() : Creates a linear gradient bitmap. (Horizontal / Vertical)

No I don't have any idea what I'm talking about :) I literally just want to create a bitmap that is a smooth continuous 2D gradient in an arbitrary window rectangle to use as a background that is more pleasant than a 1D gradient or solid color When I googled it there were some nested array functions...
by gwarble
20 Aug 2021, 18:37
Forum: Scripts and Functions (v1)
Topic: CreateGradient() : Creates a linear gradient bitmap. (Horizontal / Vertical)
Replies: 24
Views: 3493

Re: CreateGradient() : Creates a linear gradient bitmap. (Horizontal / Vertical)

thanks for the explanation... What if the desired output bitmap rectangle was a subset of one of those triangles? It would prevent defining the exact color at the corners, but it could result in a pleasant looking 2D gradient while only generating one triangle...
by gwarble
19 Aug 2021, 18:19
Forum: Scripts and Functions (v1)
Topic: CreateGradient() : Creates a linear gradient bitmap. (Horizontal / Vertical)
Replies: 24
Views: 3493

Re: CreateGradient() : Creates a linear gradient bitmap. (Horizontal / Vertical)

Thanks for another awesome function SKAN Any chance of a 2D gradient in the works? Like your color picker gradient but with each corner a specific color (even better would be 3 or 4 or more points in space relative to top left or center, like the top left corner, top right corner, and bottom center ...
by gwarble
17 Aug 2021, 18:49
Forum: Ask for Help (v1)
Topic: Logitech G110 keyboard - problem with 2 SetTimers
Replies: 10
Views: 786

Re: Problem with 2 SetTimers

there’s a dozen ways to skin a cat, but my advice is to figure out the logic behind it (and simplify along the way until functional and understandable), then add back in what you need on my phone so no testing, but looking at your logic, i think all the windows would have to exist (multiple negative...
by gwarble
11 Jun 2021, 09:15
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 207066

Re: EitherMouse 0.8 - Multiple mice, individual settings...

That's probably the cause, I haven't tried a setup like that but I will try to find a solution.
by gwarble
10 Jun 2021, 17:18
Forum: Scripts and Functions (v1)
Topic: Imagen() : A fade-in/fade-out animator for picture control
Replies: 62
Views: 12779

Re: Imagen() : A fade-in/fade-out animator for picture control

seems not, thanks anyway for a great function!
by gwarble
10 Jun 2021, 12:28
Forum: Scripts and Functions (v1)
Topic: Imagen() : A fade-in/fade-out animator for picture control
Replies: 62
Views: 12779

Re: Imagen() : A fade-in/fade-out animator for picture control

in this example, can you fade a new background (ImgBack) image while the front image is in place?

Or more simply, if you have a text control overlaying the image, can you fade a new image without the text disappearing with Imagen()?
by gwarble
05 Jun 2021, 19:24
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 207066

Re: EitherMouse 0.8 - Multiple mice, individual settings...

@Kruskal: Thanks for the update I overlooked months ago... I'm not sure why that would have any effect but I will keep it on my radar. @RSMilward: I can't think of any reason that landscape/portrait monitor would have any effect, but do the two monitors have two different DPIs set (ie scale/size ove...
by gwarble
17 Dec 2020, 16:11
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 207066

Re: EitherMouse 0.8 - Multiple mice, individual settings...

Yes the left handed (mirrored) cursors are useful to distinguish and more intuitive for some left handed mouse users... It doesn't change the color on purpose, it just doesn't know yours are purple (it can be any color you want as long as its white ;) ) I will see if I can duplicate your problem on ...
by gwarble
17 Dec 2020, 09:21
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 207066

Re: EitherMouse 0.8 - Multiple mice, individual settings...

mirror meaning left handed, ie mirrored across the x axis visually

so EitherMouse by itself with no other mouse utilities or ahk scripts running is making your cursor disappear? does it happen with windows dedault mouse cursor scheme? any behavior that seems to cause it?
by gwarble
16 Dec 2020, 22:47
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 207066

Re: EitherMouse 0.8 - Multiple mice, individual settings...

Hmm, interesting... Are you using the mirrored cursor option? If so I think there might be a problem with Windows 10 and animated cursors... If not, then I will have to investigate, never seen that reg key
by gwarble
11 Dec 2020, 21:12
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 207066

Re: EitherMouse 0.8 - Multiple mice, individual settings...

yes they are

did you make sure you copied the entire posted code? i don’t see any reason for that error but i will test when i get back to my computer
Edit: yeah start over, it works for me, maybe a copy/paste error
by gwarble
11 Dec 2020, 18:08
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 207066

Re: EitherMouse 0.8 - Multiple mice, individual settings...

try downloading the latest AHK_L version 1.1.33.02

Go to advanced search