Search found 238 matches

by joekingcool
01 Mar 2024, 13:06
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 248745

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

Hellbent i started tring to merge my gui with your scale gui. been following allot of it. not sure how to make them compatible. i tried to just plug in functions into your gui scale. i expected it would be long shot. i understand some things in how your scaling so might be able to tweak somethings ...
by joekingcool
01 Mar 2024, 12:58
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 248745

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

@Arekusei

thats pretty cool , good work ;)

i wanted to make overlays for cpu gpu usage etc like this. ive seen some good examples on here. but its on back burner for now
by joekingcool
29 Feb 2024, 01:59
Forum: Ask for Help (v1)
Topic: how to use winspy to get all displayed data from active app into array Topic is solved
Replies: 4
Views: 191

Re: how to use winspy to get all displayed data from active app into array Topic is solved

i was creating a way to automatically send me the id and password of a remote desktop app. to make things easier for remoting to my moms pc. sees overly cautious and never wants to keep it installed and its always frustrating to get her to give the info. so i was going get the info then send email/t...
by joekingcool
28 Feb 2024, 22:19
Forum: Ask for Help (v1)
Topic: find top left and bottom right corner coordinates of active window Topic is solved
Replies: 6
Views: 168

Re: find top left and bottom right corner coordinates of active window Topic is solved

i see it does accept multiple words and finds best topics based on that. thanks
image.png
image.png (323.96 KiB) Viewed 141 times
by joekingcool
28 Feb 2024, 22:00
Forum: Ask for Help (v1)
Topic: find top left and bottom right corner coordinates of active window Topic is solved
Replies: 6
Views: 168

Re: find top left and bottom right corner coordinates of active window Topic is solved

ive never had much luck with built in search's on forums, when using multiple keywords. although i really should of in this case. i usually just type ahk then keywords into google. thanks again!
by joekingcool
28 Feb 2024, 19:10
Forum: Ask for Help (v1)
Topic: how to use winspy to get all displayed data from active app into array Topic is solved
Replies: 4
Views: 191

Re: how to use winspy to get all displayed data from active app into array Topic is solved

thanks , but it didnt have any text that i could use from windowsspy. im thinking if it dont show up in windowsspy then ahk wont be able to get the text displayed on a active app... so ive already moved to a plan B and used a different app that i dont need the info on it.. should i delete this post?...
by joekingcool
28 Feb 2024, 16:03
Forum: Ask for Help (v1)
Topic: find top left and bottom right corner coordinates of active window Topic is solved
Replies: 6
Views: 168

find top left and bottom right corner coordinates of active window Topic is solved

i would like an ahk script to find the top left and bottom right coordinates in a certain app thats open.

is that possible with just ahk. or do i need windowspy and cmdline of it to do that?
by joekingcool
28 Feb 2024, 14:21
Forum: Ask for Help (v1)
Topic: how to use winspy to get all displayed data from active app into array Topic is solved
Replies: 4
Views: 191

how to use winspy to get all displayed data from active app into array Topic is solved

i have an app that i need to get all displayed data and parse into a text file. i might need ocr app to read the text. but wanting to see what ahk can do by its self, with just the title,process,class,unique idclassnn etc. example would be notepad. would give file,edit,format,view,help and maybe the...
by joekingcool
06 Jan 2024, 18:20
Forum: Ask for Help (v1)
Topic: help with script syntax Topic is solved
Replies: 2
Views: 264

Re: help with script syntax Topic is solved

thank you ! i love it!
by joekingcool
06 Jan 2024, 16:56
Forum: Ask for Help (v1)
Topic: help with script syntax Topic is solved
Replies: 2
Views: 264

help with script syntax Topic is solved

i had a script mikeyww helped me with and im tring to get it to be a function so it can get values from csv format txt document. i don't really fully understand the .push cmd with objects . if the txt document is comas separated then read cell(1,a) original script that read threw the csv #Requires A...
by joekingcool
30 Dec 2023, 15:14
Forum: Ask for Help (v1)
Topic: take line from txt export as txt doc Topic is solved
Replies: 4
Views: 423

Re: take line from txt export as txt doc Topic is solved

i got it, just needed to take break and focus on previous example :) Loop, parse, f, `n, `r { If InStr(A_LoopField, "://") { A := StrSplit(A_LoopField, "/" ) FileCreateDir,% A[9] FileCreateDir,% A[9]"\season "A[10] FileOpen(A[9]"\season "A[10]"\S" A[10] "E" A[11] ".strm", "w").Write(A_LoopField) } }
by joekingcool
30 Dec 2023, 12:44
Forum: Ask for Help (v1)
Topic: take line from txt export as txt doc Topic is solved
Replies: 4
Views: 423

Re: take line from txt export as txt doc Topic is solved

william_ahk well i got a little more trickery one but same concept if willing to accept the challenge ;) https://tvnow.com/api/stream/user@gmail.com/pass/tvshow/tt9794044/1/1 #EXTINF:-1 tvg-id="tt9794044" https://tvnow.com/api/stream/user@gmail.com/pass/tvshow/tt9794044/1/2 #EXTINF:-1 tvg-id="tt979...
by joekingcool
30 Dec 2023, 01:50
Forum: Ask for Help (v1)
Topic: take line from txt export as txt doc Topic is solved
Replies: 4
Views: 423

Re: take line from txt export as txt doc Topic is solved

just awesome !!!!!!!!!!!!!!
thanks!!!!!
by joekingcool
30 Dec 2023, 01:14
Forum: Ask for Help (v1)
Topic: take line from txt export as txt doc Topic is solved
Replies: 4
Views: 423

take line from txt export as txt doc Topic is solved

i have a list of website links from an m3u file and i need to create file for each one. with id as name of the file. i got a way to cleanup the m3u so it only has links. example #EXTINF:-1 tvg-id="tt16431870" tvg-name="tt16431870" tvg-type="movies" https://tvnow.com/api/stream/user@gmail.com/pass/mo...
by joekingcool
28 Dec 2023, 22:34
Forum: Ask for Help (v1)
Topic: best way to read variable's from text document like ini array json Topic is solved
Replies: 2
Views: 249

Re: best way to read variable's from text document like ini array json Topic is solved

thanks again Mikeyww !!! just made few tweaks to see if a variable would work inside the brackets.. #Requires AutoHotkey v1.1.35 showFile := A_ScriptDir "\test.csv" If !FileExist(showFile) { MsgBox 48, Error, % "File not found.`n`n" showFile Return } Else show := [] Loop Read, % showFile { part := S...
by joekingcool
28 Dec 2023, 18:02
Forum: Ask for Help (v1)
Topic: best way to read variable's from text document like ini array json Topic is solved
Replies: 2
Views: 249

best way to read variable's from text document like ini array json Topic is solved

i need a way to read the below from a text document, into variables. ive seen many methods but would like the variable's to be easy to keep track of. each row is associated. so the first row example. tt1111 would be the show name and 1 would be the season number. im going to have this run through a ...
by joekingcool
19 Dec 2023, 19:34
Forum: Ask for Help (v1)
Topic: edit a certain object in json file, related to another object
Replies: 41
Views: 2282

Re: edit a certain object in json file, related to another object

v1 works great thanks! im working on integrating and finetuning. also got chunjee script and malcev. when i get caught up i ll post each approach.
by joekingcool
19 Dec 2023, 07:24
Forum: Ask for Help (v1)
Topic: edit a certain object in json file, related to another object
Replies: 41
Views: 2282

Re: edit a certain object in json file, related to another object

i got the input text to remove the (year) if its in the title. name := rtrim(RegExReplace(name,"\(\d{4}\)", " ")) but after linking my script that gets the input, im having v2 compatibility issues. this works in v1. been looking over allot v2 loop related topics. if i get one fixed others popup titl...
by joekingcool
19 Dec 2023, 04:35
Forum: Ask for Help (v1)
Topic: edit a certain object in json file, related to another object
Replies: 41
Views: 2282

Re: edit a certain object in json file, related to another object

:?: Do you need all movies to include the date in parentheses? Or just some of them will require this? Based on the json data you have posted, the RecordingPath in not always included with each title. So I'm trying to figure out how to determine what the title should be, cause the formatting of the...

Go to advanced search