Search found 177 matches

by x32
20 Feb 2024, 16:46
Forum: Scripts and Functions (v1)
Topic: PotPlayer x64 Function Library
Replies: 29
Views: 12558

Re: PotPlayer x64 Function Library

Here's the library. I haven't looked at it since the day I first posted it so it likely needs updating. Fyi, my username was Specter333. When this forum started going to hell it would not let me re-register with the same user name. Now that it has fully gone to hell I have pulled all my post down bu...
by x32
06 Mar 2023, 13:55
Forum: Ask for Help (v1)
Topic: Help with my DMX script.
Replies: 5
Views: 404

Re: Help with my DMX script.

The DLLs do exist, I downloaded them so I could try to learn to use them. What shouldn't exist is punishing people who attempt to get a script working before bothering people on the forum. I've posted in this forum and the old forum at least a half dozen times trying to get help starting this projec...
by x32
06 Mar 2023, 09:58
Forum: Scripts and Functions (v1)
Topic: USB Controlled Relay library
Replies: 5
Views: 4709

Re: USB Controlled Relay library

Would I be able to use your code with any relay board or is this limited to the one pictured? Today was the first time ever hearing about these boards as I posted over at r/Arduino on Reddit with an idea to use an Arduino and a few relay modules to be turn on/off the switches on a USB hub with swit...
by x32
06 Mar 2023, 09:27
Forum: Ask for Help (v1)
Topic: Help with my DMX script.
Replies: 5
Views: 404

Re: Help with my DMX script.

So you saw through my thinly disguised attempt at getting around an idiotic rule. You have nothing to say about whether or not the dll calls are on the right track?
by x32
26 Feb 2023, 19:25
Forum: Scripts and Functions (v1)
Topic: USB Controlled Relay library
Replies: 5
Views: 4709

Re: USB Controlled Relay library

While I don't like to bump old threads, I just recently had to implement a relay like this with AutoHotkey and stumbled across this thread. I suspect others might do the same so here is my solution. I didn't implement all the functions, but I looked at usb_relay_device.h and used DllCall to call th...
by x32
26 Feb 2023, 18:34
Forum: Ask for Help (v1)
Topic: Help with my DMX script.
Replies: 5
Views: 404

Help with my DMX script.

sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
by x32
26 Feb 2023, 18:07
Forum: Ask for Help (v1)
Topic: Did Chat GPT get my DMX script correct?
Replies: 1
Views: 315

Did Chat GPT get my DMX script correct?

I have been wanting to control DMX lighting with AHK using the Enttec OpenDMX interface for at least 10 years, maybe closer to 20. I just don't have a grasp on the dll call concept. I heard it said that Chat GPT can write software and I was excited to give DMX another go. Over the last couple of day...
by x32
03 Feb 2023, 10:43
Forum: Ask for Help (v1)
Topic: Someone updated my library.
Replies: 5
Views: 655

Re: Someone updated my library.

Thanks boiler I did look in the docs but only on the Content tab, didn't think to search the index. I did find the page but it is still above my head. I've updated a working example using the class and I am able to draw the control but not able to spin it, or animate it, or whatever the terminology ...
by x32
03 Feb 2023, 09:01
Forum: Ask for Help (v1)
Topic: Someone updated my library.
Replies: 5
Views: 655

Someone updated my library.

I have a lib file I use to make rotary knobs in guis, it can be found here . This morning I was Googling to see if there was a way to change the knob's color and I ran across this GitHub page by Ixiko with my library but it has been updated and is now called class_Rotary_Knob.ahk . I'm excited to se...
by x32
28 Jan 2023, 18:30
Forum: Ask for Help (v1)
Topic: Slider and Progress Range Topic is solved
Replies: 2
Views: 340

Re: Slider and Progress Range Topic is solved

mikeyww wrote:
28 Jan 2023, 18:21
Range is an option, so it belongs in the same parameter as the other options.
Doh, I knew it was going to be something obvious. Thanks
by x32
28 Jan 2023, 18:11
Forum: Ask for Help (v1)
Topic: Slider and Progress Range Topic is solved
Replies: 2
Views: 340

Slider and Progress Range Topic is solved

This is a piece of a script I'm working on I separated out for trouble shooting. The slider is only for troubleshooting, I need the progress bar range set to 0 to 125. As far as I can tell I have the control correct but I still only get a range of 0 to 100. Same with the slider. I get an output from...
by x32
17 Jan 2023, 10:05
Forum: Ask for Help (v1)
Topic: Can't use "scroll" as a variable. Is this a bug?
Replies: 10
Views: 647

Re: Can't use "scroll" as a variable. Is this a bug?

swagfag wrote:
17 Jan 2023, 09:00
VScroll: Provides a vertical scroll bar if appropriate for this type of control.
Thanks good to know, although I still haven't been able to find vscroll in the manual. But the search function only takes you to a page, and the pages are so long, it's likely in there somewhere.
by x32
17 Jan 2023, 08:53
Forum: Scripts and Functions (v1)
Topic: Dip Switch Calculator
Replies: 7
Views: 1142

Re: Dip Switch Calculator

jNizM wrote:
17 Jan 2023, 07:09
You could use GitHub.
Not sure why I didn't think of that. I just signed up there. I'll post any future projects on it. Thanks
by x32
17 Jan 2023, 08:38
Forum: Ask for Help (v1)
Topic: Can't use "scroll" as a variable. Is this a bug?
Replies: 10
Views: 647

Can't use "scroll" as a variable. Is this a bug?

When I give a button the variable name "scroll" it adds an up/down control and doesn't respond to it's variable. If I use any other variable for the scroll button it works fine. I can't find anything about using "scroll" as a variable in the manual. Is this a bug? https://iili.io/HaWYy5G.png Gui, Ad...
by x32
17 Jan 2023, 06:13
Forum: Scripts and Functions (v1)
Topic: Dip Switch Calculator
Replies: 7
Views: 1142

Re: Dip Switch Calculator

Maybe attach the zip file to this thread, and edit your original post. I don't have anyplace else to host the zip file, likely no chance of ahk.net coming back. I've uploaded the only two images needed for the script to the original post. Now anyone can copy the script, download the images, and ren...
by x32
16 Jan 2023, 13:09
Forum: Scripts and Functions (v1)
Topic: Dip Switch Calculator
Replies: 7
Views: 1142

Re: Dip Switch Calculator

geek wrote:
16 Jan 2023, 12:20
Just a heads up, your image is not embedding for me because it is not HTTPS. Setting up HTTPS with your hosting provider is usually free and pretty easy these days, I'd highly recommend it
Thanks for the heads up. Uploaded to another host. Please let me know if there are still problems.
by x32
16 Jan 2023, 11:00
Forum: Scripts and Functions (v1)
Topic: Dip Switch Calculator
Replies: 7
Views: 1142

Dip Switch Calculator

This was originally made to demonstrate how dip switches function. Eventually I figured out how to use it to calculate switch settings. to download the script and needed pictures. You can either click on each individual switch to set a value or enter a value into the edit box. That value is displaye...
by x32
25 Nov 2022, 22:33
Forum: Ask for Help (v1)
Topic: USB-UIRT Transmit
Replies: 16
Views: 3637

Re: USB-UIRT Transmit

I see this is a few months old but it just popped up in a Google search I was doing for another project. Anyway, if it helps, I have recently partially updated my old USBUIRT library which would be much easier to use I believe. Support for the USBUIRT had gone away for a few years but there is a Win...
by x32
28 Jan 2022, 08:24
Forum: Ask for Help (v1)
Topic: How to Change system cursor? Not as simple as it looks!!
Replies: 8
Views: 942

Re: How to Change system cursor? Not as simple as it looks!!

jly wrote:
28 Jan 2022, 08:07
hello, it's missing function: Cursor_Restore()
Cursor_Set(OutputVar)
Sorry, I copied the wrong page. Corrected now, please try it again.
by x32
28 Jan 2022, 07:47
Forum: Ask for Help (v1)
Topic: Login credentials in URL
Replies: 2
Views: 365

Re: Login credentials in URL

I imagine that the Web page could be designed so that it does not accept a password in the URL. That's what I'm afraid of. I should also ask if anyone has had any success in using one of VLC's other interfaces with AHK. At my level of experience the HTTP interface is the only one I can comprehend.

Go to advanced search