Search found 35 matches
- 13 Feb 2021, 16:19
- Forum: Scripts and Functions
- Topic: Facade Functional Programming Suite
- Replies: 75
- Views: 14724
Re: Facade Functional Programming Suite
Very cool!
- 26 Jan 2021, 01:05
- Forum: Ask For Help
- Topic: FileSelectFile still not support multiple Filter at dialog's "files of type" drop-down list Topic is solved
- Replies: 18
- Views: 3112
Re: FileSelectFile still not support multiple Filter at dialog's "files of type" drop-down list Topic is solved
It seems to crash after selecting multiple folders (Using your provided example). No matter what version of AHK I run, 32 or 64. Any suggestions?
- 26 Jan 2021, 00:52
- Forum: Scripts and Functions
- Topic: Voxel Space Render
- Replies: 6
- Views: 287
Re: Voxel Space Render
Yeah I got it working now @Spawnova not sure why it wasn't working before.. ^_^ That is sooo cool... You should do tutorials on this like this.
- 24 Jan 2021, 22:13
- Forum: Scripts and Functions
- Topic: Voxel Space Render
- Replies: 6
- Views: 287
Re: Voxel Space Render
Doesnt seem to load for me, have the required gdip.ahk but it just shows a blue gui then closes. * Windows 10 AHK 1.1.32.00 Make sure the 2 image files downloaded correctly, there should be a color map and a heightmap in the same directory, otherwise I'm not sure sorry =[ BTW, nice work @Spawnova :...
- 24 Jan 2021, 06:12
- Forum: Scripts and Functions
- Topic: Voxel Space Render
- Replies: 6
- Views: 287
Re: Voxel Space Render
Doesnt seem to load for me, have the required gdip.ahk but it just shows a blue gui then closes.
* Windows 10 AHK 1.1.32.00
* Windows 10 AHK 1.1.32.00
- 12 Jan 2021, 02:05
- Forum: Ask For Help
- Topic: Setting RGB value minus "0x" as array index
- Replies: 1
- Views: 56
Setting RGB value minus "0x" as array index
Hello everybody, hope we are keeping well. I have run into a problem that with my current level and understanding I cannot seem to break. I am trying to build a reference of all the colours my mouse pointer captures below it and then logs how many times they exist. I am trying to get it to come out ...
- 14 Nov 2020, 03:27
- Forum: Scripts and Functions
- Topic: [lib] CSV - AutoHotkey library for working with CSV Files
- Replies: 28
- Views: 12455
Re: [lib] CSV - AutoHotkey library for working with CSV Files
@ahk7
Thanks for the reply. Unfortunately I am still not fully understanding... Do you mean its the header for a column that I would have in the CSV file? Sorry if this is coming off as really stupid
Thanks for the reply. Unfortunately I am still not fully understanding... Do you mean its the header for a column that I would have in the CSV file? Sorry if this is coming off as really stupid
- 13 Nov 2020, 20:31
- Forum: Scripts and Functions
- Topic: [lib] CSV - AutoHotkey library for working with CSV Files
- Replies: 28
- Views: 12455
Re: [lib] CSV - AutoHotkey library for working with CSV Files
what exactly is the "CSV_Identifier" supposed to be? sorry for bumping an old post
- 12 Nov 2020, 19:59
- Forum: Ask For Help
- Topic: HTML DOM and dropdownmenu
- Replies: 2
- Views: 787
Re: HTML DOM and dropdownmenu
Try this: WB.document.getElementsByTagName("select")[3].selectedIndex := 3 or WB.document.getElementsByTagName("select")[3].value := "300" Thanks for your help, unfortunately Error: 0x80020006 - 名前が不明です(Name cannot be found)。Specifically: 3 I also tried changing the nth to 1,2 and 3 and no change. ...
- 12 Nov 2020, 03:43
- Forum: Ask For Help
- Topic: HTML DOM and dropdownmenu
- Replies: 2
- Views: 787
HTML DOM and dropdownmenu
Hello everybody, I hope we are keeping safe in these unusual times. I have run into a problem that I cannot solve and would love your help and teaching :) I started learning about DOM and HTML automation I am trying to log into the website our work uses then go to the main mail/bulletin area and the...
- 12 Oct 2020, 21:52
- Forum: Ask For Help
- Topic: Pushing data to array, reading and displaying array
- Replies: 8
- Views: 262
Re: Pushing data to array, reading and displaying array
Sorry for bumping, but I managed to figure it out thanks to both of you ^^ I then used what I learned and make a cool little "Random person generator" like you see they have on some websites, which is pretty cool
Thanks again 


- 02 Oct 2020, 05:02
- Forum: Ask For Help
- Topic: Pushing data to array, reading and displaying array
- Replies: 8
- Views: 262
Re: Pushing data to array, reading and displaying array
Here are three ways I know of. I started with my least favorite and ended with what I think is the best: ; two arrays that hopefully correspond array1 := ["Bill", "Joe", "Me"] array2 := ["password", "password", "password"] ; one multidimensional array array[1, "name"] := "Bill" array[1, "pass"] := ...
- 02 Oct 2020, 04:53
- Forum: Ask For Help
- Topic: Pushing data to array, reading and displaying array
- Replies: 8
- Views: 262
Re: Pushing data to array, reading and displaying array
Aims: Create a script that creates an amount of email accounts and generates random passwords, then saves said data to a txt file with then the ability to pull out said created EMAIL ; PASSWORD as 2 separate array variables that I can loop through. Current progress: Email addresses are created alon...
- 30 Sep 2020, 06:29
- Forum: Ask For Help
- Topic: Pushing data to array, reading and displaying array
- Replies: 8
- Views: 262
Pushing data to array, reading and displaying array
Hello everybody, I have been trying to use this exercise as a way to learn arrays but I have gotten myself muddled and confused and would love it if you lovely folks could help. As I have been at this for a few days and cannot see just what I need to do to continue. Aims: Create a script that create...
- 12 Aug 2020, 06:43
- Forum: Ask For Help
- Topic: Copy paste into Google Translate
- Replies: 10
- Views: 3135
Re: Copy past into Google Translate
Can not test without your variables but clearing the clipboard at the start should stop repeats. If I am wrong then ignore this
Code: Select all
Sleep 33
clipboard =
Send ^c
Sleep 40
run, chrome.exe https://translate.google.com/#auto/en/"%toTranslate%"%clipboard%
WinWaitActive, ahk_exe chrome.exe
Send ^v
Return
- 31 Jul 2020, 06:55
- Forum: Scripts and Functions
- Topic: Using Google Translate to automate text translation
- Replies: 162
- Views: 38614
Re: Using Google Translate to automate text translation
rommmcek Thank you for all your hardwork! Sorry for basically making your write me a script. I really appreciate it though, going through all the versions and see what was changed to what effect ^_^ Its a great learning experience. Also Thank you so much for the GoogleTranslate oJSON tutorial <3 Go...
- 29 Jul 2020, 16:44
- Forum: Scripts and Functions
- Topic: Using Google Translate to automate text translation
- Replies: 162
- Views: 38614
Re: Using Google Translate to automate text translation
@rommmcek Unfortunately I cannot. I just lack the knowledge at this point. As you said it had one less index I thought maybe it would be r.2 but that did not work, neither did r.1. Am I totally heading in the wrong direction? Or is there something more I need to look at?
- 29 Jul 2020, 14:47
- Forum: Scripts and Functions
- Topic: Using Google Translate to automate text translation
- Replies: 162
- Views: 38614
Re: Using Google Translate to automate text translation
rommmcek Thank you. Thank you! I would really LOVE TO LEARN how to do something like this, but all the guides for like COM and AHK seem to be at least 9 years old +... I was wondering if you could give some tips on what I would need to look into to learning to do stuff like this? Looking at the cod...
- 29 Jul 2020, 03:17
- Forum: Scripts and Functions
- Topic: Using Google Translate to automate text translation
- Replies: 162
- Views: 38614
Re: Using Google Translate to automate text translation
rommmcek That is amazing and I will probably have a use for it, but at the moment I really only need it to just open the tooltip ater highlighting a word or sentence translate it to the appropriate language and if that language be Japanese in the same tool tip if possible or a separate one undernea...
- 26 Jul 2020, 01:24
- Forum: Scripts and Functions
- Topic: Using Google Translate to automate text translation
- Replies: 162
- Views: 38614
Re: Using Google Translate to automate text translation
Thank you rommmcek especially for helping me see how to improve my code ^^ and teadrinker . This is perfect! One last request/question I saw a few replies back that someone else also wanted to add the romaji spelling or hiragana spelling for Japanese words. The transliteration, how would one go abou...