Search found 13 matches

by EatNoMeat
27 Mar 2019, 19:58
Forum: Ask for Help (v1)
Topic: Using PostMessage, is it actually possible to click coordinates in a window without specifying a control?
Replies: 8
Views: 5440

Re: Using PostMessage, is it actually possible to click coordinates in a window without specifying a control?

You might want to look at ControlSend,, !{Tab}, ahk_exe YourGameName.exe No effect when directed at the game exe, or any other exe. If sending a "blind" Alt+Tab works I'm not sure what you mean by blind . If you mean sending Alt+Tab without specifying a target (eg, by using the Send command or manu...
by EatNoMeat
27 Mar 2019, 03:16
Forum: Ask for Help (v1)
Topic: Using PostMessage, is it actually possible to click coordinates in a window without specifying a control?
Replies: 8
Views: 5440

Re: Using PostMessage, is it actually possible to click coordinates in a window without specifying a control?

Not sure what the end goal is with this. Thank you for the reply. Although there was an initial goal that led me to posting this thread, I actually posted it primarily out of a general interest in learning about, and cataloging, AutoHotkey capabilities, and, in this particular case, possibly identi...
by EatNoMeat
14 Mar 2019, 17:39
Forum: Ask for Help (v1)
Topic: Using PostMessage, is it actually possible to click coordinates in a window without specifying a control?
Replies: 8
Views: 5440

Using PostMessage, is it actually possible to click coordinates in a window without specifying a control?

I've seen many people say that we can use PostMessage to click at specified window coordinates without specifying a control. However I have never actually gotten it to work. For example, I have seen many people say this should work, but I can't get it to work: loop 2 PostClick(100,100,"Untitled - No...
by EatNoMeat
11 Mar 2019, 14:40
Forum: Ask for Help (v1)
Topic: WinActivate causing game to freeze
Replies: 6
Views: 1681

Re: WinActivate causing game to freeze

This is from google, but only seems to be tested only on W7 so take care: https www.reddit.com /r/AutoHotkey/comments/5p8n0o/locate_the_taskbar_button_associated_with_an_app/ Broken Link for safety The Acc_ functions that are being mentioned there can be found inside the file [acc.ahk] that is here...
by EatNoMeat
10 Mar 2019, 12:41
Forum: Ask for Help (v1)
Topic: WinActivate causing game to freeze
Replies: 6
Views: 1681

Re: WinActivate causing game to freeze

Thank you for the reply Could it be for being too fast? If you let about 1s between detecting the prompt and activating the game does it do the same? No, the firewall prompts aren't even involved at this point of testing. For testing, I've stripped everything away except for the following, which I r...
by EatNoMeat
25 Feb 2019, 18:10
Forum: Ask for Help (v1)
Topic: WinActivate causing game to freeze
Replies: 6
Views: 1681

WinActivate causing game to freeze

I'm trying to make a script to deal with firewall prompts stealing focus from my full screen game. The script simply uses the WinActivate command to reactivate the game window after focus has been stolen. Unfortunately, 80% of the time, it causes the game to freeze (screen goes black and stays black...
by EatNoMeat
22 Jan 2018, 17:05
Forum: Ask for Help (v1)
Topic: Is it possible to remove the 1024 character per-line limit for a GUI Edit box?
Replies: 2
Views: 853

Re: Is it possible to remove the 1024 character per-line limit for a GUI Edit box?

Thanks for info. Nice to know that it's a Windows limitation and not an Autohotkey limitation.
by EatNoMeat
18 Jan 2018, 06:49
Forum: Ask for Help (v1)
Topic: Is it possible to remove the 1024 character per-line limit for a GUI Edit box?
Replies: 2
Views: 853

Is it possible to remove the 1024 character per-line limit for a GUI Edit box?

Is it possible to remove the 1024 character per-line limit for a GUI Edit box?
by EatNoMeat
08 Mar 2016, 09:42
Forum: Ask for Help (v1)
Topic: Unusual behavior: ControlClick only working if window is inactive
Replies: 2
Views: 995

Re: Unusual behavior: ControlClick only working if window is inactive

I'm not reporting a bug; I'm reporting unusual behavior; something I thought would be of interest to Autohotkey developers. I would have reported it in the unusual behavior section but there isn't one. In six years of using Autohotkey, I had never encountered a window with controls that Autohotkey c...
by EatNoMeat
03 Mar 2016, 12:56
Forum: Ask for Help (v1)
Topic: Unusual behavior: ControlClick only working if window is inactive
Replies: 2
Views: 995

Unusual behavior: ControlClick only working if window is inactive

I made a script to manage certain firewall prompts for me. The firewall software I'm using is freeware called Privatefirewall. The script simply uses ControlClick to click Allow or Block in accordance with predefined rules. For some reason ControlClick cannot click the buttons on the prompt unless t...
by EatNoMeat
26 Aug 2015, 07:24
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 626735

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

I'm trying to completely disable automatic indenting (ie, every time AciTE4AutoHotkey is opened, indenting is already disabled) I added the following lines to SciTEUser.properties tabsize=0 indent.size=0 use.tabs=0 indent.auto=0 indent.automatic=0 With those lines added, indenting is still enabled a...
by EatNoMeat
30 Jan 2014, 18:55
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 626735

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Thank you for making SciTE4AutoHotkey. It's awesome. Just wanted to let you know that SciTE4AutoHotkey doesn't remember the Wrap setting (found under Options) or the Use tabs & Tab Size settings (found under Indention Settings). These three settings revert to default every time the program is closed...

Go to advanced search