Search found 8 matches

by mprost
24 Mar 2024, 11:20
Forum: Ask for Help (v1)
Topic: Can an AutoHotkey script be notified of volume changing and muting/unmuting?
Replies: 28
Views: 6178

Re: Can an AutoHotkey script be notified of volume changing and muting/unmuting?

BTW, in case somebody is interested in something like this but for AHK v2, I found this script posted by u/plankoe in this reddit thread : #Requires AutoHotkey v2.0 #Include Audio.ahk ; https://github.com/thqby/ahk2_lib/blob/master/Audio/Audio.ahk Persistent() OnVolumeChange(myFunction) ; to remove ...
by mprost
22 Jul 2023, 06:41
Forum: Scripts and Functions (v2)
Topic: Class_SQLiteDB v2.0.6 - 2023-11-28
Replies: 55
Views: 66709

Re: Class_SQLiteDB v2.0.1 - 2023-04-03

Hi. Thank you for taking the time to port your excellent class to v2. I've recently started using it and noticed that the error returned by OpenDB when the database doesn't exist and Create (the 3rd parameter) is false is ErrorMsg <out of memory>, ErrorCode <14> , instead of ErrorMsg <unable to open...
by mprost
09 Dec 2022, 12:03
Forum: Bug Reports
Topic: MonitorGetPrimary() function inconsistent with v1 SysGet MonitorPrimary Topic is solved
Replies: 7
Views: 1158

Re: MonitorGetPrimary() function inconsistent with v1 SysGet MonitorPrimary Topic is solved

Can you try this and say if it returns the right monitor? Hi. Thank you for the quick response. This code: #Requires AutoHotkey v2.0-beta MsgBox "winapi:`t" GetPrimaryMonitor() "`n`nahk:`t" MonitorGetName(p := MonitorGetPrimary()) "`t [" p "]" GetPrimaryMonitor() ; https://devblogs.microsoft.com/ol...
by mprost
09 Dec 2022, 04:21
Forum: Bug Reports
Topic: MonitorGetPrimary() function inconsistent with v1 SysGet MonitorPrimary Topic is solved
Replies: 7
Views: 1158

MonitorGetPrimary() function inconsistent with v1 SysGet MonitorPrimary Topic is solved

[Moderator note: This thread was moved to "Bug Reports" as it was determined to be one and was reported as such.] Hi. I'm converting a script from v1.1.36.02 to v2.0-rc.2 and I'm experiencing inconsistent results when I try to determine the primary monitor. This is my system's (Windows 10 21H2) cur...
by mprost
10 Aug 2021, 12:48
Forum: Scripts and Functions (v1)
Topic: Reduce Flicker dramatically (Double Buffer)
Replies: 30
Views: 14578

Re: Reduce Flicker dramatically (Double Buffer)

Thank you, thank you, thank you, I was about to port a GUI to Python just to avoid this problem and this simple line eliminated the flicker completely.
by mprost
16 Jul 2021, 06:52
Forum: Scripts and Functions (v1)
Topic: MsgBox2 - customizable msgbox - 2020/07/31 AHK v1
Replies: 53
Views: 13015

Re: MsgBox2 - customizable msgbox - 2020/07/31

First of all, thank you both, TheArkive and warapik217 for your code, it works really great and it has a lot of customizability. Just a quick note, there's a tiny mistake in warapik217 's code, in line 948 it says: GuiControl, % hwnd . ":Focus", "Button" . btnDefault and it should say: GuiControl, %...
by mprost
24 Dec 2018, 02:54
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 175450

Re: Radial menu scripts - updates 2018-12-21

Thank you for your work.

Go to advanced search