Search found 233 matches

by SteveMylo
13 Jul 2022, 17:55
Forum: Ask for Help (v1)
Topic: Interacting with DaVinci using UIAutomation
Replies: 74
Views: 9511

Re: Interacting with DaVinci using UIAutomation

Hey Descolada , thanks. Another Query. After watching the Automators tutorial. using FindAllByType() is fantastic. And then clicking click() on the actual index works perfectly too. For example, clicking on the bottom Right 'House icon' (Project manager) in DaVinci. image.png UIA := UIA_Interface() ...
by SteveMylo
05 Jul 2022, 19:44
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 584436

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

BaBa44 Can't help you out, maybe someone else can. In the mean time, here is the previous version. I have made adjustments to it you'll notice but at least you will have a working file. Otherwise track down a pervious version https://drive.google.com/file/d/1mPN3HTXczp9SG6WSXJuT6SmdHJc_k97B/view?us...
by SteveMylo
05 Jul 2022, 06:11
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 584436

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

@BaBa44 delete the find text function FINDTEXT.ahk ,download it agian , problem solved.
Eveytime i messed with the function & stuffed up, I could never get it to work again.
So i just reinstalled it so to speak.
by SteveMylo
01 Jul 2022, 08:51
Forum: Ask for Help (v1)
Topic: Interacting with DaVinci using UIAutomation
Replies: 74
Views: 9511

Re: Interacting with DaVinci using UIAutomation

Kind of hacky and and this point ImageSearch/FindText would probably work just as fine, but it works. :P yeah I use FINDTEXT a lot. Yes your hacky way worked well, although I had my own hacky way (see below) by assessing the height of the Cropping Panel compared to the transform panel. So what exac...
by SteveMylo
30 Jun 2022, 20:28
Forum: Ask for Help (v1)
Topic: How do I click and edit text fields in apps using Acc Libraries?
Replies: 38
Views: 4842

Re: How do I click and edit text fields in apps using Acc Libraries?

@GimpyGosling Haha. Yeah we've been at it. Your functions sound great. Well done. Fun to tinker isn't it
by SteveMylo
30 Jun 2022, 19:30
Forum: Ask for Help (v1)
Topic: Interacting with DaVinci using UIAutomation
Replies: 74
Views: 9511

Re: Interacting with DaVinci using UIAutomation

This has been great. Your examples have all worked perfectly. I've even started automating my DOPUS.Lister File explorer with this just for fun. And well if you like a challenge I have another question about Davinci. You don't have to answer unless you want to but it may help others in complex situa...
by SteveMylo
29 Jun 2022, 23:16
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 584436

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

what i really want to happen is like this whenever I click the green box, it will auto-click the red box G'day. I have tested this code and it works going off YOUR images provided. Firstly, please install the latest FINDTEXT function, if you have an older version I don't think this will work. See t...
by SteveMylo
28 Jun 2022, 17:42
Forum: Ask for Help (v1)
Topic: How do I click and edit text fields in apps using Acc Libraries?
Replies: 38
Views: 4842

Re: How do I click and edit text fields in apps using Acc Libraries?

Descolada Everything is working great, great tool! Two Questions if you have time. 1. When you created the TreeWalker, Can you go to the 2nd or 3rd sibling ? not just the next or previous ? I'll paste the Next Sibling code below for your convenience. 2. In the inspector.exe tool when you click on t...
by SteveMylo
25 Jun 2022, 17:07
Forum: Ask for Help (v1)
Topic: Confused about SoundPlay and Wave volume Topic is solved
Replies: 36
Views: 5088

Re: Confused about SoundPlay and Wave volume Topic is solved

Skrell wrote:
teadrinker wrote:
25 Jun 2022, 10:49
Attached.
It worked!!! THANK YOU THANK YOU!! You made my weekend!!

[youtube] https://youtu.be/vZCLA7boX1g[/youtube]
by SteveMylo
23 Jun 2022, 07:35
Forum: Ask for Help (v1)
Topic: How do I click and edit text fields in apps using Acc Libraries?
Replies: 38
Views: 4842

Re: How do I click and edit text fields in apps using Acc Libraries?

Descolada wrote:
23 Jun 2022, 04:58
@SteveMylo, simplest way would be to do if XTest { .... }. But you can also toggle the Inspector button:
Genius. Thanks. Learned a lot. It works and I would love to learn more. Must go through all the paperwork now Thanks Champ. :clap:
by SteveMylo
23 Jun 2022, 03:15
Forum: Ask for Help (v1)
Topic: How do I click and edit text fields in apps using Acc Libraries?
Replies: 38
Views: 4842

Re: How do I click and edit text fields in apps using Acc Libraries?

Descolada Ah nice. Yeah, it's a bit of a workaround. But great work. Already learned a bit. I managed to get the rotation angle parameters working just by guessing XText := davinci.FindFirstByNameAndType("Position", "Text") ; this takes you to Rotation Angle I can't figure out how to find out if th...
by SteveMylo
22 Jun 2022, 17:11
Forum: Ask for Help (v1)
Topic: How do I click and edit text fields in apps using Acc Libraries?
Replies: 38
Views: 4842

Re: How do I click and edit text fields in apps using Acc Libraries?

Clicking the "Media Pool" button is especially easy: Thanks, although i'll have to learn the UIAutomation way of coding, clicking the media pool wasn't the problem. if you see my :arrow: post just before, ,.....when I try to click on the ZOOM parameter using ACC Viewer path coding, it'll always cli...
by SteveMylo
22 Jun 2022, 08:09
Forum: Ask for Help (v1)
Topic: How do I click and edit text fields in apps using Acc Libraries?
Replies: 38
Views: 4842

Re: How do I click and edit text fields in apps using Acc Libraries?

So the 'e-script' isn't clicking/activating your '4.2.2.1.1.2.2.1.3.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.2.1'-path element? :think: ha well you are very advanced and it's hard to follow. But.. The script I just shared before works perfectly. But when a certain part of the GUI is open in the editing progra...
by SteveMylo
22 Jun 2022, 07:58
Forum: Scripts and Functions (v1)
Topic: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick buttons
Replies: 113
Views: 46436

Re: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick button

evilC amazing thankyou. I'll be paying someone in the future to do it for me. Can I ask, do you do paid work if on offer? full rates?. To add things like this to codes? I prefer someone in Australia close by to sit with but you are very well known so I can trust you cause I've seen tonnes of your w...
by SteveMylo
22 Jun 2022, 07:53
Forum: Ask for Help (v1)
Topic: How do I click and edit text fields in apps using Acc Libraries?
Replies: 38
Views: 4842

Re: How do I click and edit text fields in apps using Acc Libraries?

That's the one! thanks, I should have referenced it but I figured you guys have already linked to their threads already which is how I found it. Cheers.
I think inspect.ahk could really help with these editing programs but It looks incredibly complex
by SteveMylo
22 Jun 2022, 07:15
Forum: Ask for Help (v1)
Topic: How do I click and edit text fields in apps using Acc Libraries?
Replies: 38
Views: 4842

Re: How do I click and edit text fields in apps using Acc Libraries?

to click an element, putting it on focus, right? :think: Almost all areas of these editing programs have the same focus and Controls names, so it's really hard. We just aren't clever enough. Well, Myself and the guy who originally posted aren't that good at coding. BUT..... After searching through ...
by SteveMylo
22 Jun 2022, 03:59
Forum: Ask for Help (v1)
Topic: How do I click and edit text fields in apps using Acc Libraries?
Replies: 38
Views: 4842

Re: How do I click and edit text fields in apps using Acc Libraries?

Well, was just for the records. So is this, the (AFAICS) updated "AccViewer" that is able to identify acc-paths more reliably, kindly provided by @rommmcek : https://www.autohotkey.com/boards/viewtopic.php?p=382050#p382050 + [Download] That one you provided is definitely better. But yes, UIA viewer...
by SteveMylo
22 Jun 2022, 01:34
Forum: Ask for Help (v1)
Topic: How do I click and edit text fields in apps using Acc Libraries?
Replies: 38
Views: 4842

Re: How do I click and edit text fields in apps using Acc Libraries?

@SteveMylo Would you mind leaving of what Chrome/Edge release that path ID is? Thx :) This question is key, as using a path that is provided with any script in the forum gets most likely outdated after Chrome/Edge has been updated. In case you are new to this topic I’d recommend to go with UIA (the...
by SteveMylo
22 Jun 2022, 00:47
Forum: Ask for Help (v1)
Topic: How do I click and edit text fields in apps using Acc Libraries?
Replies: 38
Views: 4842

Re: How do I click and edit text fields in apps using Acc Libraries?

@GimpyGosling Any Luck on this? I'm trying to do the exact same thing in Davinci?

Go to advanced search