Search found 12 matches

by Yogi
20 Sep 2022, 20:58
Forum: Ask for Help (v1)
Topic: Long Gui, not all the controls are visible - window gets cut off Topic is solved
Replies: 0
Views: 317

Long Gui, not all the controls are visible - window gets cut off Topic is solved

Hi there, I have a GUI that does not have a specified height as the GUI is filled with heavily variable information in different controls that is very difficult to predict. I have implemented a feature that allows the GUI to slide up to compensate for this and I would greatly prefer not so set up a ...
by Yogi
10 Sep 2022, 00:06
Forum: Scripts and Functions (v1)
Topic: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids (now for v2!)
Replies: 141
Views: 61228

Re: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids

Thank you for this!

Is there by chance a way to set the height automatically depending on the contents of the html file - up to the GUI option MaxSize?
by Yogi
01 Sep 2022, 21:09
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 584373

Re: FindText - Capture screen image into text and then find it Topic is solved

This is incredible. I can't imagine being able to code something like this in multiple lifetimes, well done!
by Yogi
23 Aug 2022, 19:47
Forum: Ask for Help (v1)
Topic: Deleting Key from Object based on key's existence in another Topic is solved
Replies: 0
Views: 270

Deleting Key from Object based on key's existence in another Topic is solved

Hi there, in this example there are two objects: Reference := {"5C" : {"b" : "Banana" , "p" : "Pear"}} testing := {"1a" : {"a" : "Apple" , "b" : "Banana" , "p" : "Pear"} , "2" : {"d" : "Dog" , "e" : "Elephant" , "f" : "Frog"} , "3" : {"g" : "Goat" , "h" : "Helicopter" , "i" : "Indigo"}} I want to de...
by Yogi
23 Aug 2022, 03:28
Forum: Ask for Help (v1)
Topic: HTTP Request working in browser/postman but incorrect response in Autohotkey Topic is solved
Replies: 5
Views: 1195

Re: HTTP Request working in browser/postman but incorrect response in Autohotkey Topic is solved

lexikos wrote:
23 Aug 2022, 03:17
whr.SetRequestHeader("Accept-Encoding", "gzip, deflate, br")
Some quick searching indicates that WinHttpRequest doesn't support gzip, or at least doesn't decode it automatically.
That's the ticket! Thank you!
by Yogi
23 Aug 2022, 00:48
Forum: Ask for Help (v1)
Topic: HTTP Request working in browser/postman but incorrect response in Autohotkey Topic is solved
Replies: 5
Views: 1195

Re: HTTP Request working in browser/postman but incorrect response in Autohotkey Topic is solved

AFAICS you need an API key setting too, isn't it so? :think: https://docs.data.nasdaq.com/docs/getting-started https://docs.data.nasdaq.com/docs/in-depth-usage BTw, The response that I get with your code: 謟 That is a strange reponse hah. I have an API key but it doesn't seem to work with it either....
by Yogi
22 Aug 2022, 23:17
Forum: Ask for Help (v1)
Topic: HTTP Request working in browser/postman but incorrect response in Autohotkey Topic is solved
Replies: 5
Views: 1195

HTTP Request working in browser/postman but incorrect response in Autohotkey Topic is solved

With any browser or the program postman, I'm able to get a response from the following URL with no headers specified: https://api.nasdaq.com/api/ipo/calendar However when I try it with autohotkey, I get NO response. If I include the following headers: whr := ComObjCreate("WinHttp.WinHttpRequest.5.1"...
by Yogi
21 Aug 2022, 13:35
Forum: Ask for Help (v1)
Topic: Unexpected Behaviour, simple script Topic is solved
Replies: 4
Views: 1021

Re: Unexpected Behaviour, simple script Topic is solved

Tab/DropDownList/ComboBox/ListBox: Value should contain a pipe-delimited list of entries to be appended at the end of the control's list . To replace (overwrite) the list instead, include a pipe as the first character (e.g. | Red|Green|Blue). are u doing that somewhere? Thank you so much, that full...
by Yogi
21 Aug 2022, 07:38
Forum: Ask for Help (v1)
Topic: Unexpected Behaviour, simple script Topic is solved
Replies: 4
Views: 1021

Re: Unexpected Behaviour, simple script Topic is solved

run the script with a debugger attached, set watches on ButtonList , RegexActiveTitle1 , WatchList_OBJ and observe their contents as u step through the script Thanks but it's exactly the same as the MsgBoxes. https://i.imgur.com/sioz3NW.png The label hasn't been triggererd after using the hotkey in...
by Yogi
21 Aug 2022, 06:03
Forum: Ask for Help (v1)
Topic: Unexpected Behaviour, simple script Topic is solved
Replies: 4
Views: 1021

Unexpected Behaviour, simple script Topic is solved

Hello. I have this reasonably simple script that's been giving me a headache for a few days. Not because it doesn't work ... but because it works! There's two aspects to it for the most part. A hotkey that will grab the Window Title from the active window (if the first word is between 0 - 15 charact...
by Yogi
17 Aug 2022, 21:37
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 463203

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

Can you run chrome: 1) in the background and 2) take a screenshot of a webpage using this without ever seeing the application? Browny points for being able to tell it the region to capture. I liked the IE.Visible = False command to get quick updates on things without launching the browser but sites...
by Yogi
07 Aug 2022, 19:49
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 463203

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

Can you run chrome: 1) in the background and 2) take a screenshot of a webpage using this without ever seeing the application? Browny points for being able to tell it the region to capture. I liked the IE.Visible = False command to get quick updates on things without launching the browser but sites ...

Go to advanced search