Search found 31 matches
- 22 Nov 2020, 07:19
- Forum: Scripts and Functions
- Topic: Ordered Associative Array
- Replies: 20
- Views: 3982
Re: Ordered Associative Array
Hello, wonderful post. I know I am digging up a few years back, but as with AHK... there is not much choice. So apologies if this annoys the mods. This class allowed me to finally reformat downloaded json, but keep the order it was when I download the file. I modified the line in the JSON lib to use...
- 26 Oct 2020, 13:31
- Forum: Scripts and Functions
- Topic: Radial menu class
- Replies: 9
- Views: 2635
Re: Radial menu class
This is very nice! I like how clean it is. May I ask what the .ini file is for and if you have an example of the ini file? Thanks again. Thanks, I use it every day at my work. It has been a long time when I wrote the part of the ini file, it was with the intention to build a radial menu by an ini f...
- 28 Sep 2020, 20:20
- Forum: Ask For Help
- Topic: Scrolling area within resizable window
- Replies: 3
- Views: 153
- 22 Sep 2020, 16:52
- Forum: Ask For Help
- Topic: Scrolling area within resizable window
- Replies: 3
- Views: 153
Scrolling area within resizable window
I have gathered a bit of information about how to implement a scrolling window, and I want to take that idea a bit further. I am running into a few issues. First the main window cannot be given the +Resize option, or it's contents will drift off the window diagonally down and to the right. I think t...
- 20 Feb 2020, 15:15
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 622
- Views: 228677
Re: FindText - Capture screen image into text and then find it Topic is solved
ok , got a real problem as of lately over here thats been bugging the hell out of my noob mind, ive been tinkering with a script to autolaunch my games that use game launchers , which have buttons like > Play< or > Launch Game< this is what ive gotten to work with from chunjee> these are my coords>...
- 08 Feb 2020, 17:57
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 622
- Views: 228677
Re: FindText - Capture screen image into text and then find it Topic is solved
Bearvius Inside the GUI function, you can add a line to reset the hotkey "conditions" maybe you have changed them? inside the capture section you can put this line near the top, and it may fix your issue. Maybe you have put other conditional hotkeys into your script and it is affecting this library...
- 29 Jan 2020, 15:32
- Forum: Scripts and Functions
- Topic: A needless class to turn a progress bar into a slider (colorful gui sliders)
- Replies: 12
- Views: 2766
Re: A needless class to turn a progress bar into a slider (colorful gui sliders)
Your right, I did some modifications for my own script since the testbench I built it in. Ahh I found the difference, in this testbench I was trying out inserting into another window as a parent. Its kinda strange. Thats why there is that empty "" in the third parameter. Here is the unaltered base t...
- 27 Jan 2020, 22:52
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 622
- Views: 228677
Re: FindText - Capture screen image into text and then find it Topic is solved
This weekend I spent some time learning how to use classes in AHK, and I have come up with a tool designed for FindText that I thought I should share. ; PanelManager - This class manages every gamestate within one place ; ------------------------------------------------------------------------------...
- 27 Jan 2020, 22:33
- Forum: Scripts and Functions
- Topic: A needless class to turn a progress bar into a slider (colorful gui sliders)
- Replies: 12
- Views: 2766
Re: A needless class to turn a progress bar into a slider (colorful gui sliders)
I took the code you built and as a learning exercise I built another class to create the color selection sliders to make a color picker. Its pretty awesome how it works once you figure out classes, I was always so timid to try using them because they seemed confusing. Here is what I came up with, ma...
- 26 Jan 2020, 15:35
- Forum: Scripts and Functions
- Topic: A needless class to turn a progress bar into a slider (colorful gui sliders)
- Replies: 12
- Views: 2766
Re: A needless class to turn a progress bar into a slider (colorful gui sliders)
Bravo, another wonderful class! This thread deserves a bump! 

- 26 Jan 2020, 15:09
- Forum: Scripts and Functions
- Topic: Color Picker
- Replies: 21
- Views: 5926
Re: Color Picker
Wow, you never cease to amaze. Thank you for your continued efforts with AHK, you are doing a great service to the community.
- 26 Jan 2020, 00:16
- Forum: Tutorials
- Topic: Classes in AHK, Basic tutorial.
- Replies: 29
- Views: 67254
Re: Classes in AHK, Basic tutorial.
Thank you for the time you put into this demonstration. It was very helpful.
- 25 Jan 2020, 23:13
- Forum: Scripts and Functions
- Topic: Color Picker
- Replies: 21
- Views: 5926
Re: Color Picker
Hellbent Your work has been inspiring me to give GDIP a try, I have found your button class videos and the complimenting code to be very useful in learning how to use GDIP as a class to simplify the organization of all the repetative code. I am still in the process of learning how you did your togg...
- 24 Jan 2020, 03:19
- Forum: Ask For Help
- Topic: Help with RegionGetColor
- Replies: 0
- Views: 301
Help with RegionGetColor
I am asking if others are still able to use the RegionGetColor function. I have tried to find any way to get this function working, since I have written a function to average the pixel area unique colors. But its so slow gathering all the pixel information, it can take minutes for a very very large ...
- 10 Jan 2020, 18:48
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 622
- Views: 228677
Re: FindText - Capture screen image into text and then find it Topic is solved
@xoabc
This in including a library file, and you may not have followed the instruction to place the file into a library folder. Make the file and place it into Documents\Autohotkey\Lib\FindText.ahk
This in including a library file, and you may not have followed the instruction to place the file into a library folder. Make the file and place it into Documents\Autohotkey\Lib\FindText.ahk
- 27 Dec 2019, 14:57
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 622
- Views: 228677
Re: FindText - Capture screen image into text and then find it Topic is solved
Hello and happy holidays. Admittedly I am not an AHK veteran but I cannot seen to get this to work after reading all of the tutorials and every page of this thread. The popup window that activates the script and asks the user to select the text/image to search for works fine, but after "test" runs,...
- 17 Dec 2019, 11:51
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 622
- Views: 228677
Re: FindText - Capture screen image into text and then find it Topic is solved
@feiyue OMG THANK YOU that fixes the flicker, even at 15ms refresh.
- 16 Dec 2019, 22:28
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 622
- Views: 228677
Re: FindText - Capture screen image into text and then find it Topic is solved
Thank you for fixing that issue :bravo: , I can confirm that has resolved the crash that was occuring. I recreated the same if, else if situation and it now works. :dance: The issue remains though regarding the mouse flickering with the screenshot() function. When doing FindText() rapidly you will n...
- 15 Dec 2019, 17:25
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 622
- Views: 228677
Re: FindText - Capture screen image into text and then find it Topic is solved
the process exits and the icon shows in the tray, until i mouse over it. The image is being found, but possibly too rapidly in sequence from the previous search? If I combine the two searches into one by appending them onto the end of it, it will work. But if I try do the same search in a new Else I...
- 15 Dec 2019, 04:32
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 622
- Views: 228677
Re: FindText - Capture screen image into text and then find it Topic is solved
feiyue Thanks for the reply, I will play with that and see if I can make something more flexible :) I found a critical bug as well, related to using findtext function. If I place two back to back findtext expressions it seems to randomly crash my script. if (ok:=FindText(x,y,xx,yy,0,0,text)) { } el...