Search found 5 matches

by nallan
18 Jan 2019, 00:52
Forum: Ask for Help (v1)
Topic: RegExMatch getting match text Topic is solved
Replies: 1
Views: 608

Re: RegExMatch getting match text Topic is solved

worked out what I needed to do
val := "the first name is <``First name``> and the last name is <``Last name``>"

use regexmatch(val, "<``(.*?)``>", found)
then use found1 to get the subvalue inside the ()
by nallan
17 Jan 2019, 20:38
Forum: Ask for Help (v1)
Topic: RegExMatch getting match text Topic is solved
Replies: 1
Views: 608

RegExMatch getting match text Topic is solved

Hi all I've got a variable containing text like the following the first name is <``First name``> and the last name is <``Last name``> What I'm trying to do is pull out all the tokens <``.*``> I need to know what the .* part of the match is. I assume I can do it somehow with RegExMatch, but not sure ...
by nallan
06 Jan 2019, 19:14
Forum: Ask for Help (v1)
Topic: only allow shortcut active in gui treeview control Topic is solved
Replies: 4
Views: 1051

only allow shortcut active in gui treeview control Topic is solved

Hi I have a treeview built using autohotkeys gui, add function. I'm trying to add the ability to press the del key on a node of the treeview to allow deleting of that node. Has anyone got any suggestions on how I go about only allowing the del key to be active in the autohotkey gui and only on the t...
by nallan
16 Dec 2018, 00:58
Forum: Scripts and Functions (v1)
Topic: Firefox/Chrome, get tab names/focus tab
Replies: 43
Views: 41607

Re: Firefox/Chrome, get tab names/focus tab

Hi
I'm having an issue getting the JEE_ChromeFocusTabByName function working in google chrome 71. As far as I can tell it looks like the
oChild.accDoDefaultAction(0)
line isn't working. Has anyone else had this issue. I wonder if chrome broke the dodefaultaction on the tab to click it?

Go to advanced search