Search found 30 matches

by Joefango
04 Aug 2023, 15:05
Forum: Scripts and Functions (v2)
Topic: [v2] FindText - Capture screen image into text and then find it
Replies: 30
Views: 12261

Re: [v2] FindText - Capture screen image into text and then find it

gregster Descolada As a middle newbie I can't see even reading the documentation how I could found the correct syntax, if I look at the given example ControlClick "x55 y77", "Some Window Title" the x and y parameter as well as the coordinate's values are encapsulated in one pair of quote and also t...
by Joefango
02 Aug 2023, 06:16
Forum: Scripts and Functions (v2)
Topic: [v2] FindText - Capture screen image into text and then find it
Replies: 30
Views: 12261

Re: [v2] FindText - Capture screen image into text and then find it

Descolada Thanks for your answer I would never have found it from myself! Unfortunately it doesn't works but no error is thrown, I know the regular click from FindText script provided is working but I wouldn't want the mouse to move. I continue my tests but how did you get the correct syntax for Co...
by Joefango
01 Aug 2023, 09:07
Forum: Scripts and Functions (v2)
Topic: [v2] FindText - Capture screen image into text and then find it
Replies: 30
Views: 12261

Re: [v2] FindText - Capture screen image into text and then find it

Hi, I'm trying the FindText lib and it looks really cool but I fill really dump spending 3 hours trying to pass the var X and Y to a simple function like ControlClick ? Here is simple test code #Include FindText.ahk t1:=A_TickCount, Text:=X:=Y:="" Text:="|<>*86$13.zzlzuTxryxzTTjnrwvzBzqy7RjgrlNxqzvT...
by Joefango
05 Jun 2023, 05:08
Forum: Scripts and Functions (v2)
Topic: UIA v2
Replies: 355
Views: 47971

Re: UIA v2

Hi, Descolada thank for your feedback Though it's very likely not related to the UIA One thing to notice is that when I use the windows inspector there is no error with the detection... (just saying) otherwise - I tried all videos fixes (no success) - I changed the line code in UIA and I got an othe...
by Joefango
04 Jun 2023, 09:46
Forum: Scripts and Functions (v2)
Topic: UIA v2
Replies: 355
Views: 47971

Re: UIA v2

Hi Descolada, thank you very much for your help (comments are appreciate) the problem is that the menu you are trying to select the "Height" item from is actually a new window. This means that AdobeEl will not contain it, and neither ElementFromPath nor FindElement will find it. The hint that it's a...
by Joefango
02 Jun 2023, 12:17
Forum: Scripts and Functions (v2)
Topic: UIA v2
Replies: 355
Views: 47971

Re: UIA v2

Hi, I'm trying to click an (hidden) button in the following application Adobe Substance 3D Painter. I managed to get the first step but I'm locked into the second. Here is what work for the first step: AdobeEl := UIA.ElementFromHandle("ahk_exe Adobe Substance 3D Painter.exe") AdobeEl.ElementFromPath...
by Joefango
22 Mar 2023, 12:04
Forum: Scripts and Functions (v2)
Topic: UIA v2
Replies: 355
Views: 47971

Re: UIA v2 beta

No luck this time! I can stick with Click("left") for the moment. Thanks a lot taking from your time to answer me and do some tests
by Joefango
22 Mar 2023, 09:19
Forum: Scripts and Functions (v2)
Topic: UIA v2
Replies: 355
Views: 47971

Re: UIA v2 beta

Thanks for your reply I will read it carefully, the program is called Affinity designer from Serif. perhaps you are trying to interact with a wrong element The highlight function seems to target the correct button that lets me think it have the correct information if it has Invoke for example, then ...
by Joefango
22 Mar 2023, 08:14
Forum: Scripts and Functions (v2)
Topic: UIA v2
Replies: 355
Views: 47971

Re: UIA v2 beta

Hello, I just discover this UIA thing and it looks awesome thank you so much for doing that. I'm a middle noob at programming but with your examples I managed to make (small) progress. For now I want to use UIA lib mainly to perform clicks on toolbar's button in programs. I have an issue when I try ...
by Joefango
30 Jan 2020, 05:43
Forum: J'ai besoin d'aide
Topic: Problème quand je send altgr
Replies: 3
Views: 2752

Re: Problème quand je send altgr

hmmm, et si on force le mode texte? :think: Send {Blind}{Text}| Nope cela ne marche pas non plus! Par contre ce code là envoi bien le symbole dans une zone texte mais n'active pas le raccourci en dehors de la zone texte... Send, {U+7C} Mais j'ai trouvé la solution ce matin après encore 2 heures d'e...
by Joefango
29 Jan 2020, 13:12
Forum: J'ai besoin d'aide
Topic: Problème quand je send altgr
Replies: 3
Views: 2752

Problème quand je send altgr

Bonjour, J'ai un programme qui utilise un raccourci avec la touche | je sais pas son nom en français mais les anglo-saxon l'appelle pipe bar ou vertical bar. Pour activer ce raccourci je fais la combinaison Altgr + 6 et ça marche depuis le clavier. Donc j'essai d'envoyer cette combinaison de touches...
by Joefango
21 Sep 2017, 04:18
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171979

Re: Radial menu scripts - updates 2017-07-25

Hi guys, I'm new here. I've been using Radial Menu for the last few months and I have to say this tool makes things so much easier for me. Thanks so much for making this and for all the effort you guys have been putting in to improve RM. So let's get to my problem. I've made a context sensitive RM ...
by Joefango
01 Feb 2017, 14:28
Forum: Hors Sujet
Topic: Avais pas vu ça
Replies: 3
Views: 18157

Avais pas vu ça

Bonjour,

J'avais pas vu cette section française du forum, c'est une bonne chose ça merci!

Je me sers d'Autohotkey pour faire des trucs simples! J'utilise aussi le Radial Menu Script de Learning One dont je ne peu plus me passer maintenant!
:xmas:
@+
by Joefango
01 Jan 2017, 11:17
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171979

Re: Radial menu scripts - updates 2016-12-27

Hi L1,
Great to see you and hear some news! I use it also every day and can't live without now! I also check frequently the forum to see if there is no update pending :D
:bravo:
by Joefango
13 Aug 2016, 16:04
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171979

Re: Radial menu scripts

I'm not a good coder also, but from what I know the main menu and additional menus like yours (56,57) are not working the same way. for instance Submenus are not available with additional menus. If you want to use context sensitive menus(without submenu feature) and with the 'right click drag down',...
by Joefango
12 Aug 2016, 14:55
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171979

Re: Radial menu scripts

Hello,
Maybe the right click is set for the main menu and you can't override it to show your context sensitive menu ?... In this case try to delete the RMShowHotkey in the general settings and you should have the ability to bind your menus to the right click
by Joefango
01 Jul 2016, 14:52
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171979

Re: Radial menu scripts

hi, Have you read the nice documentation made by L1 ? basically you can create additional menus and show them according to the application you are using. Say you are working on paint you can have a menu for paint,using notepad you can have a menu for notepad, webrowser,etc... I use it a lot while wo...
by Joefango
13 Jun 2016, 02:22
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171979

Re: Radial menu scripts

1) No it works only if the window is active, to send keys on a background running app you need to use an other command named ControlSend: https://autohotkey.com/docs/commands/ControlSend.htm . You need to learn how we can find or identify windows by looking here: https://autohotkey.com/docs/misc/Win...
by Joefango
12 Jun 2016, 02:33
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171979

Re: Radial menu scripts

1) I just tested on vlc and mediaplayer and it works fine here. The window have to be active. is it the case ? 3) 3) How do you open a process that already exists, without starting a new one? I was a little confused by the request... This is normal you need to tell autohotkey to check if a process o...
by Joefango
11 Jun 2016, 15:20
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171979

Re: Radial menu scripts

In MyFunction.ahk you need that:

Code: Select all

Send(What) {
	Send, %What%
	return
}
And in the item action

Code: Select all

Action=	fun Send|I,{Space}Bmf,{Space}F2,{Space}Cp
You can find keys reference here: https://autohotkey.com/docs/commands/Send.htm

Go to advanced search