@submeg
Always happy to help (:
Cheers,
tigerlilz
Search found 364 matches
- 27 Feb 2021, 16:16
- Forum: Scripts and Functions
- Topic: COM Object Reference
- Replies: 54
- Views: 70965
- 27 Feb 2021, 15:59
- Forum: AutoHotkey v2 Help
- Topic: Longpress detect at AutoHotkey v2
- Replies: 1
- Views: 110
Re: Longpress detect at AutoHotkey v2
cdull Read the docs (: KeyWait docs Return Value Type: Integer (boolean) This function returns 0 (false) if the function timed out or 1 (true) otherwise. F7:: { if (KeyWait("F7", "T0.2") ; Long press) msgbox(1) else ; Single press msgbox(2) } In v2, you must enclose multi-line hotkey definitions in...
- 30 Jan 2021, 16:42
- Forum: Scripts and Functions
- Topic: The easiest way to change the skin of the GUI - skinsharp
- Replies: 6
- Views: 386
Re: The easiest way to change the skin of the GUI - skinsharp
tuzi I've been able to partially reskin all windows system-wide using my Screen Dimmer app (its v2-only, but also compiled version is on GitHub in case you want to test out the skinning feature without installing AHK v2). If you use my app, look under background modes to change individual system el...
- 26 Jan 2021, 00:42
- Forum: Scripts and Functions
- Topic: AHK - WMI - Snippets
- Replies: 32
- Views: 22344
Re: AHK - WMI - Snippets
Hi jNizM , Thank you for creating this thread! I recently was able to figure out how to get/set the backlight brightness on a laptop display monitor because of using your cleaned up examples (appeared to be the best I could find anywhere on the net). I thought you would probably like to know this, s...
- 22 Jan 2021, 16:33
- Forum: AutoHotkey v2 Scripts and Functions
- Topic: AutoHotkey v2 compilation helper
- Replies: 1
- Views: 406
Re: AutoHotkey v2 compilation helper
@RewireStream7
seems cool but you know you can compile v2 scripts the same way as v1 scripts with ahk2exe? you just move the v2 .bin files to the appropriate folder
seems cool but you know you can compile v2 scripts the same way as v1 scripts with ahk2exe? you just move the v2 .bin files to the appropriate folder
- 20 Nov 2020, 02:55
- Forum: AutoHotkey v2 Scripts and Functions
- Topic: Monitor Config Class [a122] - Brightness, Contrast, Gamma, DisplayArea, Color Gain & Drive, VCP Query/Setting, Degauss
- Replies: 8
- Views: 2865
Re: Monitor Config Class [a122] - Brightness, Contrast, Gamma, DisplayArea, Color Gain & Drive, VCP Query/Setting, Degau
TheArkive , Thank you ^^; It was adapted from the great work of jNizM. You have an impressive list of v2 libs on the forums - I really appreciate all your contributions! Those images showing modified system colors are actually from a early beta version of a screen dimmer app I'm developing, and act...
- 18 Nov 2020, 17:35
- Forum: AutoHotkey v2 Scripts and Functions
- Topic: tigerlily's Screen Dimmer [a122] - Multi-Monitor Screen Dimmer for Developers, Students, Gamers & Digital Nomads
- Replies: 28
- Views: 1822
Re: tigerlily's Screen Dimmer [a122] - Multi-Monitor Screen Dimmer for Developers, Students, Gamers & Digital Nomads
@boiler
Awesome, glad that worked for you. Thanks for testing my app!
Cheers,
tigerlily
Awesome, glad that worked for you. Thanks for testing my app!
Cheers,
tigerlily
- 18 Nov 2020, 16:43
- Forum: Ask For Help
- Topic: Volume Meter Flickers Topic is solved
- Replies: 9
- Views: 202
Re: Volume Meter Flickers Topic is solved
@Epialis
try to make the volume meter transparent with
WinSet, Transparent, 0, Volume Meter WinTitle [docs]
Cheers,
tigerlily
try to make the volume meter transparent with
WinSet, Transparent, 0, Volume Meter WinTitle [docs]
Cheers,
tigerlily
- 16 Nov 2020, 16:32
- Forum: AutoHotkey v2 Development
- Topic: change from v1 to v2 - is it possible to get a whole list of all errors?
- Replies: 6
- Views: 1684
Re: change from v1 to v2 - is it possible to get a whole list of all errors?
Taurus I did this with a pretty large script about the same size as yours. It wasn't an insanely complex script, but still had a lot of things that needed to be completely switched to v2 and wasn't basic. It would have been nice to have what you are talking about, however I just went one line at a ...
- 16 Nov 2020, 16:07
- Forum: AutoHotkey v2 Scripts and Functions
- Topic: Monitor Config Class [a122] - Brightness, Contrast, Gamma, DisplayArea, Color Gain & Drive, VCP Query/Setting, Degauss
- Replies: 8
- Views: 2865
Re: Monitor Config Class [a122] - Brightness, Contrast, Gamma, DisplayArea, Color Gain & Drive, VCP Query/Setting, Degau
@Greast,
Can you please be more specific? What is the code you are trying to use? Are you running the latest version of AHK v2?
Happy to assist you in making the code work for you, I believe you are not using the script correctly.
Cheers,
tigerlily
- 16 Nov 2020, 15:56
- Forum: AutoHotkey v2 Scripts and Functions
- Topic: tigerlily's Screen Dimmer [a122] - Multi-Monitor Screen Dimmer for Developers, Students, Gamers & Digital Nomads
- Replies: 28
- Views: 1822
Re: tigerlily's Screen Dimmer [a122] - Multi-Monitor Screen Dimmer for Developers, Students, Gamers & Digital Nomads
hi boiler , Sorry hear about about that, I have not encountered this issue. The SetSysColors WinAPI appears to have inconsistent effects on different systems. To fix this, simply select Windows Default Theme under the Background Themes tab. Note: This will reset your system colors to Windows Defaul...
- 18 Sep 2020, 15:08
- Forum: AutoHotkey v2 Scripts and Functions
- Topic: CreateDirectoryMap [122] - Create a directory map based on any path
- Replies: 1
- Views: 358
Re: CreateDirectoryMap [122] - Create a directory map based on any path
Did a little benchmarking with this and it is miles quicker and better at finding file/folders that you are looking for compared to using the WIndows Explorer search feature (which is horrendous imo). Especially when the name of the file/folder is extremely long. I had to track down a random ambiguo...
- 10 Sep 2020, 11:33
- Forum: Scripts and Functions
- Topic: GuiShow() with MonitorN option supported
- Replies: 3
- Views: 319
Re: GuiShow() with MonitorN option supported
@tmplinshi
Is the purpose of this script to make the GUI show up in a specified monitor screen instead of the default primary screen?
Is the purpose of this script to make the GUI show up in a specified monitor screen instead of the default primary screen?
- 10 Sep 2020, 11:29
- Forum: AutoHotkey v2 Scripts and Functions
- Topic: Window Spy for AHKv2 - 2021/02/21 - a124
- Replies: 14
- Views: 4689
Re: Window Spy for AHKv2 - 2020/07/31 - a122
@Steely Wing
Works like a charm - thank you!
Works like a charm - thank you!
- 09 Sep 2020, 14:36
- Forum: AutoHotkey v2 Scripts and Functions
- Topic: Window Spy for AHKv2 - 2021/02/21 - a124
- Replies: 14
- Views: 4689
Re: Window Spy for AHKv2 - 2020/07/31 - a122
TheArkive Just tried this out again and still getting some odd control sizing again. Seems like nothing works as good as a compiled v1 version XD. Also, you need to take out the #INCLUDE TheArkive_Debug.ahk from the top of the script since I don't think you intended to leave that in there :D On a s...
- 09 Sep 2020, 10:07
- Forum: AutoHotkey v2 Scripts and Functions
- Topic: CreateDirectoryMap [122] - Create a directory map based on any path
- Replies: 1
- Views: 358
CreateDirectoryMap [122] - Create a directory map based on any path
Hello, I'm building a way to monitor if files/folders have changed in my synced Google Drive folder (local). This function helps by creating a Map object that contains file and folder information of every file and folder found within a given path. You can also use it to store/check the data of files...
- 08 Sep 2020, 18:06
- Forum: Scripts and Functions
- Topic: Emoji() : 40 unicode icons
- Replies: 14
- Views: 931
Re: Emoji() : Working script with 40 unicode icons
Super cool @SKAN
I was planning to make something like this a long time ago but got sidetracked on more important work projects :*D nice work
I was planning to make something like this a long time ago but got sidetracked on more important work projects :*D nice work
- 05 Sep 2020, 11:56
- Forum: AutoHotkey v2 Development
- Topic: Syntax for AHK V2 documentation not valid according to compiler Topic is solved
- Replies: 13
- Views: 1108
Re: Syntax for AHK V2 documentation not valid according to compiler Topic is solved
JamesR404 The solution to your issue is pretty simple, I've ran into it myself: 1. Download the latest V2 .zip file from the AutoHotkey Homepage and unzip it. https://www.autohotkey.com/download/2.0/AutoHotkey_2.0-a122-f595abc2.zip 2. Copy the Ahk2Exe.exe found in Program Files > AutoHotkey > Compi...
- 03 Sep 2020, 22:04
- Forum: AutoHotkey v2 Scripts and Functions
- Topic: tigerlily's Screen Dimmer [a122] - Multi-Monitor Screen Dimmer for Developers, Students, Gamers & Digital Nomads
- Replies: 28
- Views: 1822
Re: tigerlily's Screen Dimmer [a122] - Multi-Monitor Screen Dimmer for Developers, Students, Gamers & Digital Nomads
partof 1. Your logic behind concealing identity is wrong, or else there would be no known scandalous activity ever to happen by a publicly known person 2. I reveal my identity to who I trust to have that valuable information, just as you would do if you were in a group of random people: you wouldn'...
- 02 Sep 2020, 17:02
- Forum: Scripts and Functions
- Topic: Brightness and Temperature Fast Control
- Replies: 17
- Views: 2737
Re: Brightness and Temperature Fast Control
@Lisa19
That is a false-positive, there is no trojan in my app if you downloaded it from GitHub.... check the source yourself by opening the .exe file with notepad to safely examine.
That is a false-positive, there is no trojan in my app if you downloaded it from GitHub.... check the source yourself by opening the .exe file with notepad to safely examine.