Search found 16806 matches

by boiler
Yesterday, 18:44
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 861
Views: 2031250

Re: Issues with registering, Post your username here...

OK. I moved all of the posts from your other accounts (jeremyzed6250, zed6250, jeremybrown82) to this one. I don't have permission to remove those accounts, so I'll leave that to @joedf if he wants to do that. They now have 0 posts.
by boiler
Yesterday, 18:11
Forum: Forum Issues
Topic: How do I edit a pending post
Replies: 3
Views: 24

Re: How do I edit a pending post

Please answer -- So this account (zed6250jb) is the one you want to keep open? We will close the others.
by boiler
Yesterday, 18:05
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 861
Views: 2031250

Re: Issues with registering, Post your username here...

There are three usernames with 6250 plus zed in them including the one you are posting from now, which all use the same email address, plus jeremybrown82, which uses a different email address. It doesn't seem to be an issue with registering, however, as each has posted a number of times. Are you mak...
by boiler
Yesterday, 17:48
Forum: Forum Issues
Topic: How do I edit a pending post
Replies: 3
Views: 24

Re: How do I edit a pending post

If you mean a post that hasn't been approved yet, there is no way to edit it. And I don't think you have editing privileges at all until you are past the new member status -- probably after something like 10 or 15 points, depending on various factors.
by boiler
Yesterday, 17:45
Forum: Ask for Help (v2)
Topic: Error: Hotkeys/hotstrings are not allowed inside functions or classes.
Replies: 13
Views: 89

Re: Error: Hotkeys/hotstrings are not allowed inside functions or classes.

@zed6250jb -- Once again, please use [code][/code] tags when posting code on the forum! Thank you.
by boiler
Yesterday, 15:27
Forum: Ask for Help (v2)
Topic: Turn off Double Click on Wacom Pen.
Replies: 3
Views: 50

Re: Turn off Double Click on Wacom Pen.

The Wacom setting window on the left is the same as mine (except mine is in English), so I recognize that you have the "Tip Double Click Distance" set to "Off", but that does not turn off double-clicking. What it does is turn off what they call "Double-click assist", which is a function of the table...
by boiler
Yesterday, 13:23
Forum: Gaming Help (v1)
Topic: Help with dual boxing script...
Replies: 5
Views: 66

Re: Help with dual boxing script...

Do you have just one monitor, and does Window Spy show the top-left corner pixel as being screen coordinate (0, 0)? And does it also show the two other locations you want to click as screen coordinates (28, 58) and (1057, 58)? Maybe it's worth attaching a screenshot.
by boiler
Yesterday, 10:18
Forum: Ask for Help (v2)
Topic: Turn off Double Click on Wacom Pen.
Replies: 3
Views: 50

Re: Turn off Double Click on Wacom Pen.

When you say you turned off double click for the pen, do you mean that you had "Double Click" mapped to one of the pen's buttons and now you've turned it off, or do you mean (if it's like mine) that you set the "Tip Double Click Distance" to "Off"?
by boiler
Yesterday, 05:12
Forum: Ask for Help (v2)
Topic: DropDownList OnEvent Change Topic is solved
Replies: 1
Views: 39

Re: DropDownList OnEvent Change Topic is solved

In the second script, you didn’t assign the GuIControl objects to DLL1 and DLL2. You assigned the OnEvent method result to them. You would want to do this: #Requires AutoHotkey 2.0 weight := ["0.0", "0.5", "0.75"] Gui1 := Gui() DLL1 := Gui1.AddDropDownList("x10 ym w50 choose1", weight) DLL1.OnEvent(...
by boiler
21 Apr 2024, 16:33
Forum: Ask for Help (v2)
Topic: How to use Window Spy with multiple monitors
Replies: 21
Views: 220

Re: How to use Window Spy with multiple monitors

Here are 2 attempts at the Syntax. … Neither seem to work. You posted in the v2 section, and all the code and links in the replies have been v2-based, including the exact page where you would find the v2 ControlClick syntax, but then you post attempts using v1 syntax. And even in that one, you are ...
by boiler
21 Apr 2024, 15:46
Forum: Ask for Help (v2)
Topic: rebind error Topic is solved
Replies: 7
Views: 103

Re: rebind error Topic is solved

zed6250jb wrote: I'm not even able to remap the numpad arrows to the regular arrow keys, let alone get the universal ir remote working with this part. Any thoughts on the below code snippet?
It’s Numpad…, not Numbpad….

Please use [code][/code] tags when posting code on the forum.
by boiler
21 Apr 2024, 13:47
Forum: Ask for Help (v1)
Topic: Control mod not recognized with long press of left mouse
Replies: 3
Views: 39

Re: Control mod not recognized with long press of left mouse

By the way I was on this forum and made a number of posts (mostly in the ClipJump thread) over 10 years ago, but when I recently went to get back, they didn't have any record of my logon. No worries, same logon name. That was on the old forum . There is a bunch of history as to why, but this one st...
by boiler
21 Apr 2024, 12:26
Forum: Ask for Help (v1)
Topic: Control mod not recognized with long press of left mouse
Replies: 3
Views: 39

Re: Control mod not recognized with long press of left mouse

Your hotkey is not for Ctrl+Click. It just for Click, so it won’t fire if Ctrl is held down. If you want the hotkey to fire with Ctrl, either add it:

Code: Select all

~^LButton::
~LButton::
…or use the wildcard modifier:

Code: Select all

~*LButton::
by boiler
21 Apr 2024, 06:08
Forum: Ask for Help (v1)
Topic: SoundPlay in Timer
Replies: 7
Views: 98

Re: SoundPlay in Timer

kashmirLZ wrote: If I use a higher polling rate than 1000, is it inefficient to keep calling SetTimer, playMissedAlarm, -1 like that?
It seems to me you’d be stacking up a bunch of threads waiting for the prior one to finish playing, so I would think you wouldn’t want too many of those.
by boiler
21 Apr 2024, 05:57
Forum: Gaming Help (v1)
Topic: Help with dual boxing script...
Replies: 5
Views: 66

Re: Help with dual boxing script...

How wide is each window?
by boiler
20 Apr 2024, 07:03
Forum: Gaming
Topic: pixelsearch for moving color
Replies: 1
Views: 51

Re: pixelsearch for moving color

AHK would probably not be fast enough to find and click on the pixel when it’s in motion unless it is moving pretty slowly.
by boiler
20 Apr 2024, 04:49
Forum: Ask for Help (v1)
Topic: Remove the extra filename extension (*.js.download)
Replies: 2
Views: 43

Re: Remove the extra filename extension (*.js.download)

Code: Select all

fold:="C:\Users\sam\Desktop\calculateur_files"
loop, Files, %fold%\*.download
	FileMove, % A_LoopFileFullPath, % RegExReplace(A_LoopFileFullPath, "\.download$")
by boiler
19 Apr 2024, 22:12
Forum: Ask for Help (v2)
Topic: CheckColor / WaitColor - Color names of HEX color Topic is solved
Replies: 13
Views: 210

Re: CheckColor / WaitColor - Color names of HEX color Topic is solved

Is there any good way to compare e.g. LightGreen with lightgreen ? I’m not sure what you mean. If you had both entries in your map and the were both mapped to the same color value? It would result in the last one as it enumerates the map unless you were to break after thr first one, then it would r...
by boiler
19 Apr 2024, 16:50
Forum: Ask for Help (v2)
Topic: CheckColor / WaitColor - Color names of HEX color Topic is solved
Replies: 13
Views: 210

Re: CheckColor / WaitColor - Color names of HEX color Topic is solved

No conversion is necessary because they are the same number . As I said, it's stored as an integer, and hex is just one way of representing it. You're seeing the decimal representation, but it equals the same as the hexadecimal representation. And it's neither hex nor decimal internally -- it's just...
by boiler
19 Apr 2024, 16:21
Forum: Ask for Help (v2)
Topic: Running And Searching Excel as a Background App
Replies: 3
Views: 31

Re: Running And Searching Excel as a Background App

You should post v1 code that you says works as you want so we're not guessing at what you're trying to replicate. If you're not already, you should look into using a COM object approach.

Go to advanced search