Search found 26 matches
- 12 Nov 2018, 14:17
- Forum: Scripts and Functions
- Topic: [Editor] CodeQuickTester - Write and run code without saving to a temporary file
- Replies: 194
- Views: 80631
Re: [Editor] CodeQuickTester - Write and run code without saving to a temporary file
@SpecialGuest Thanks for the update but I have this when I click to open on your code: https://i.imgur.com/M2HIeJV.jpg Thanks for letting me know. Hadn't really had the chance to look at it very long last night. Just saw the regular integration wasn't doing anything and attempted to fix the link. I...
- 11 Nov 2018, 18:26
- Forum: Scripts and Functions
- Topic: [Editor] CodeQuickTester - Write and run code without saving to a temporary file
- Replies: 194
- Views: 80631
Re: [Editor] CodeQuickTester - Write and run code without saving to a temporary file
Keep it comin' GeekDude 8-) By the way: I would love to see this get tabs some day Desperate attempt at fixing integration (to be ignored lol) : I also had to change the user script for the integration to this for it to work on the current forum : // ==UserScript== // @name Code box to CodeQuickTest...
- 01 Nov 2018, 07:04
- Forum: Ask For Help
- Topic: Altsubmit Open or Close
- Replies: 3
- Views: 746
Re: Altsubmit Open or Close
Try this and modify to your likings : Gui, Add, CheckBox, gOnChange vCheckBoxID x20 y0 w90 h20, OFF Gui, Add, ListView, x20 y20 w610 h300 Grid vListViewID, Column A|Column B|... Gui, Show, w650 h340, Listview with an AltSubmit Switch return OnChange: Gui, Submit, NoHide If CheckBoxID ; = 1 { GuiCont...
- 31 Oct 2018, 19:47
- Forum: Forum Issues
- Topic: Feedback: phpBB forum interface switch
- Replies: 165
- Views: 32900
Re: Feedback: phpBB forum interface switch
Please fix the width on that style : .wrap {max-width:95%} Meanwhile Tampermonkey will do this fine : // ==UserScript== // @name AHK Forum // @version 0.x // @description fixing PHPBB // @author sGuest // @match https://autohotkey.com/boards/* // @grant none // ==/UserScript== (function() { 'use str...
- 31 Oct 2018, 19:03
- Forum: Ask For Help
- Topic: Altsubmit Open or Close
- Replies: 3
- Views: 746
Re: Altsubmit Open or Close
Hi chngrcn, I think this should help you on your way: Add a g-label to you checkbox that when fired (on-change : (un)check) executes a label with a guicontrol command. Depending on your checkbox' vVariable value (0/1) you will either + or - the AltSubmit option on your lisview https://autohotkey.com...
- 29 Jul 2018, 17:57
- Forum: Scripts and Functions
- Topic: FastMatrix
- Replies: 17
- Views: 4423
Re: FastMatrix
Please do. Very interested in this as well.
AI, machine learning, neural networks and the likes are all topics one can not have enough knowledge about.
I'm not there yet but I'm learning. (Udacity atm - if you know good places do tell)
Thanks for sharing !
AI, machine learning, neural networks and the likes are all topics one can not have enough knowledge about.
I'm not there yet but I'm learning. (Udacity atm - if you know good places do tell)
Thanks for sharing !

- 26 Jul 2018, 17:36
- Forum: Scripts and Functions
- Topic: [Editor] CodeQuickTester - Write and run code without saving to a temporary file
- Replies: 194
- Views: 80631
Re: [Script] CodeQuickTester - Write and run code without saving to a temporary file
Yeah I like that last one. Still looks clear to me as well. As for the autodownload it's indeed to avoid having to save all the scritps I open. I'm the kinda user that opens a lot of stuff at once or keeps windows open. Maybe tabs could solve the many windows you get when you do that. Still think sa...
- 25 Jul 2018, 17:38
- Forum: Scripts and Functions
- Topic: [Editor] CodeQuickTester - Write and run code without saving to a temporary file
- Replies: 194
- Views: 80631
Re: [Script] CodeQuickTester - Write and run code without saving to a temporary file
I meant like saving the scripts when you open them from a codebox. So you don't need to download/save them too. A "Get" buttom next to "Open" could do that so you would still have a regular "Open" button as well. A snippet manager could indeed be overkill - a companion app would be nice but maybe to...
- 24 Jul 2018, 17:36
- Forum: Scripts and Functions
- Topic: [Editor] CodeQuickTester - Write and run code without saving to a temporary file
- Replies: 194
- Views: 80631
Re: [Script] CodeQuickTester - Write and run code without saving to a temporary file
Really handy and creative. Would love to see an auto-saving feature (on load) / snippets manager, optionally with a link to the thread it came from maybe ? This way one can easily load already opened scripts without having to save them first or manually find them later. I only use it to open scripts...
- 23 Jul 2018, 19:32
- Forum: Scripts and Functions
- Topic: PushBullet Class [AHK v2]
- Replies: 4
- Views: 2391
Re: PushBullet Class [AHK v2]
Nice job :+1: and thanks for sharing. I previously had some fun with this somewhat similar yet more limited Telegram script: https://autohotkey.com/boards/viewtopic.php?f=6&t=24919 The fact this Pushbullet setup is bidirectional in communication is a big plus, and it can handle quite a bit more. I'm...
- 27 May 2018, 08:00
- Forum: Scripts and Functions
- Topic: HotVoice - Speech Recognition + Volume detection for AHK (C# DLL)
- Replies: 110
- Views: 28927
Re: HotVoice - Speech Recognition + Volume detection for AHK (C# DLL)
A hyphen works indeed
Thanks and keep up the good work. It looks promising.
I'll be sure to test that new version too later on as well but first I'm trying a few things with the "old" version.

I'll be sure to test that new version too later on as well but first I'm trying a few things with the "old" version.
- 26 May 2018, 18:55
- Forum: Scripts and Functions
- Topic: HotVoice - Speech Recognition + Volume detection for AHK (C# DLL)
- Replies: 110
- Views: 28927
Re: HotVoice - Speech Recognition + Volume detection for AHK (C# DLL)
Thanks for sharing this. Pretty fun to play around with and useful as well. I did notice that the last version makes two-worded triggers throw an error (due to the choices I guess) : Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invoc...
- 18 Feb 2018, 19:06
- Forum: Scripts and Functions
- Topic: Registry Search utility
- Replies: 2
- Views: 1147
Re: Registry Search utility
Thanks for sharing :thumbup: Here's a way to avoid RegJump: Set the Last Key and then "reopen" Regedit on that "last visited key". cmd:=" (ltrim join& REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit /v LastKey /t REG_SZ /d Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows...
- 06 Jan 2018, 11:54
- Forum: Ask For Help
- Topic: Recording from mic - what are the new methods? Topic is solved
- Replies: 19
- Views: 4720
Re: Recording from mic - what are the new methods? Topic is solved
Really glad to hear that gave you some ideas. And thanks for the info again
Makes sense now.
Feel free to share your experiments with us, I think I can speak for everyone saying we're always looking forward to see them.
Greetz

Feel free to share your experiments with us, I think I can speak for everyone saying we're always looking forward to see them.
Greetz

- 06 Jan 2018, 11:24
- Forum: Ask For Help
- Topic: Recording from mic - what are the new methods? Topic is solved
- Replies: 19
- Views: 4720
Re: Recording from mic - what are the new methods? Topic is solved
Thanks for the assisstance. No more crashes finally! Yes, I think that will do nicely. The channeldata is not a big issue. If you wouldn't mind I'd love to know how this works logically: t :=110-NumGet(buf,4*(A_Index-1),"Float")*3000 As I don't quite grasp it. Like why 110 and 3000 ? I noticed those...
- 04 Jan 2018, 22:02
- Forum: Ask For Help
- Topic: Recording from mic - what are the new methods? Topic is solved
- Replies: 19
- Views: 4720
Re: Recording from mic - what are the new methods? Topic is solved
Thanks. I might have a solution for the microphone issue 8-) You can choose the Stereo Mix recording device where all sound output passes through. Just play some music or so. I've made a compact version using your player and the recording demo you linked. Check it out : (warning: it crashes often. A...
- 01 Jan 2018, 16:29
- Forum: Ask For Help
- Topic: Recording from mic - what are the new methods? Topic is solved
- Replies: 19
- Views: 4720
Re: Recording from mic - what are the new methods? Topic is solved
Hi Tygerbyte Thanks for the swift reply. I actually came from VA before I went to Bass.dll for it's capability of getting a somewhat detailed view on the audio frequencies. The second script works fine indeed for audio level detection. (the first one fails here) Yet for me it is quite important to b...
- 01 Jan 2018, 12:36
- Forum: Ask For Help
- Topic: Recording from mic - what are the new methods? Topic is solved
- Replies: 19
- Views: 4720
Re: Recording from mic - what are the new methods? Topic is solved
Dear noname, Is there a stable way to set up an EQ for this script? I've added the one you once made for that Chilltrax ♥ bass-player if i remember well. I'm glad you enjoyed Chilltrax by the way ☺ Yes that was me. So I removed the writing to file (not needed for me atm) and made it monitor just the...
- 28 Oct 2017, 15:55
- Forum: Scripts and Functions
- Topic: Close Windows by Class (similar windows)
- Replies: 3
- Views: 1116
Re: Close Windows by Class (similar windows)
Thanks for sharing
seems handy indeed

- 28 Oct 2017, 15:53
- Forum: Ask For Help
- Topic: Is this script correct?
- Replies: 1
- Views: 529
Re: Is this script correct?
Hello andbusca,
maybe try this instead:
send {control down}{up}{control up}{control down}{down}{control up}
otherwise it looks fine to me
maybe try this instead:
send {control down}{up}{control up}{control down}{down}{control up}
otherwise it looks fine to me