Search found 11 matches

by MarkL
12 Nov 2022, 08:30
Forum: Ask for Help (v1)
Topic: Compile UIA script, and trusted location
Replies: 4
Views: 509

Re: Compile UIA script, and trusted location

mikeyww wrote:
12 Nov 2022, 07:59
In case helpful, there is a separate v2 forum board.
Thank you for your reply.
The v2 mentioned in my post was just an example of UIA issues. I use both v1 and v2.
by MarkL
12 Nov 2022, 07:37
Forum: Ask for Help (v1)
Topic: Compile UIA script, and trusted location
Replies: 4
Views: 509

Compile UIA script, and trusted location

Hello, Thank you for your time reading my messages. I have some questions about UIA 1> How to correctly compile a script in UIA mode? To compile, I right click on .ahk file and choose "Compile Script (GUI)", then at "Base File" "Browse" to "C:\Program Files\AutoHotkey\v2.0-beta.15\AutoHotkey64_UIA.e...
by MarkL
06 Oct 2022, 19:33
Forum: Ask for Help (v1)
Topic: Does AHK Regex support balanced parentheses?
Replies: 2
Views: 262

Re: Does AHK Regex support balanced parentheses?

AutoHotkey uses PCRE, which supports subroutines and recursive calls. Subroutines can be used to match balanced parentheses. This PCRE pattern solves the nested parentheses problem (assume the PCRE_EXTENDED option is set so that white space is ignored): \( ( [^()]++ | (?R) )* \) https://www.pcre.or...
by MarkL
06 Oct 2022, 19:14
Forum: Ask for Help (v1)
Topic: Does AHK Regex support balanced parentheses?
Replies: 2
Views: 262

Does AHK Regex support balanced parentheses?

As per I understand from this SO post, to support Regex balanced parentheses, it must support assign and delete variable on-the-fly such as (?<var>) and (?<-var>)
I see that AHK Regex can remove option on-the-fly such as (?-im), but how about variable?

Is it possible with AHK Regex?
by MarkL
06 Mar 2019, 13:46
Forum: Ask for Help (v1)
Topic: Detect AHK generated keys
Replies: 3
Views: 1321

Re: Detect AHK generated keys

Still not working. Still different result no matter "P" or "T" or leave it blank. #SingleInstance force ; Force single-instance w:: ;if GetKeyState("w") ;if GetKeyState("w", "P") if GetKeyState("w", "T") MsgBox, You are actually pressing {w} key else MsgBox, {w} key was sent via a program return e::...
by MarkL
06 Mar 2019, 13:14
Forum: Forum Issues
Topic: Unable to make any post anywhere!!!
Replies: 38
Views: 16591

Re: Unable to make any post anywhere!!!

Already posted in "Ask for help" forum. Thank you.
by MarkL
06 Mar 2019, 13:12
Forum: Forum Issues
Topic: Unable to make any post anywhere!!!
Replies: 38
Views: 16591

Re: Unable to make any post anywhere!!!

hmm.. It's working now! but why?
by MarkL
06 Mar 2019, 13:10
Forum: Ask for Help (v1)
Topic: Detect AHK generated keys
Replies: 3
Views: 1321

Detect AHK generated keys

I tried using GetKeyState to detect AHK generated keys, but no luck when {w down} is sent. {w} and {w down} give different result even though they are both sent by AHK script (press e to send {w down} , and press f to send {w} ) Also did some search through manual and found one interesting thing abo...
by MarkL
06 Mar 2019, 13:02
Forum: Forum Issues
Topic: Unable to make any post anywhere!!!
Replies: 38
Views: 16591

Re: Unable to make any post anywhere!!!

I am not able to post here also. Here is the screenshot of preview:
AHK.png
AHK.png (79.98 KiB) Viewed 8799 times
by MarkL
06 Mar 2019, 11:56
Forum: Forum Issues
Topic: Unable to make any post anywhere!!!
Replies: 38
Views: 16591

Re: Unable to make any post anywhere!!!

I got HTTP ERROR 500. Also tried to post a random topic with a few words. Nothing seems to work.
by MarkL
06 Mar 2019, 11:12
Forum: Forum Issues
Topic: Unable to make any post anywhere!!!
Replies: 38
Views: 16591

Re: Unable to make any post anywhere!!!

I am having the same issue. Just registered, already activated email but can't post new topic in "Ask for Help" forum. New members usually register when they need help, and then realize that they can't get help soon enough... sad :(

Go to advanced search