Search found 50 matches

by Philharmonic
02 Nov 2021, 14:33
Forum: Ask for Help (v1)
Topic: Plugin Window Topic is solved
Replies: 63
Views: 14303

Re: Plugin Window Topic is solved

I'm not malcev but I think I can explain it: f11:: WinMenuSelectItem, Pro Tools, , Audiosuite, Noise Reduction, RX 7 De-click winwait, AudioSuite wingetpos,,, w, h controlclick, % "x" w-45 " y" h-25,,,,, NA Once you detected the window, you get the width and the Height of the window (that is the ri...
by Philharmonic
01 Nov 2021, 16:23
Forum: Ask for Help (v1)
Topic: Plugin Window Topic is solved
Replies: 63
Views: 14303

Re: Plugin Window Topic is solved

I use ahkspy. https://github.com/serzh82saratov/AhkSpy/blob/master/AhkSpy.ahk Go to tab "Control" and on the top You will see ---(Mouse)---. Here You can see coordinates relative to Window. Hi Malcev, So I finally had a chance to dive into your recommended ahkspy and I am at a complete lost. AHKspy...
by Philharmonic
30 Aug 2021, 09:43
Forum: Ask for Help (v1)
Topic: Plugin Window Topic is solved
Replies: 63
Views: 14303

Re: Plugin Window Topic is solved

malcev wrote:
29 Aug 2021, 17:02
I use ahkspy.
https://github.com/serzh82saratov/AhkSpy/blob/master/AhkSpy.ahk
Go to tab "Control" and on the top You will see ---(Mouse)---.
Here You can see coordinates relative to Window.
Thanks a bunch! I'll look into that.
by Philharmonic
29 Aug 2021, 11:45
Forum: Ask for Help (v1)
Topic: Plugin Window Topic is solved
Replies: 63
Views: 14303

Re: Plugin Window Topic is solved

Render button always has the same offset from window position. Therefore it is easy to get its position. Hi Malcev, I've been using your script suggestion for a while now and it has been wonderful for me. Saves a lot of time on mundane task. Now I would like to add another step that requires to cli...
by Philharmonic
31 Mar 2021, 12:44
Forum: Ask for Help (v1)
Topic: Simultaneous mouse press/clicks - Trackball
Replies: 9
Views: 723

Re: Simultaneous mouse press/clicks - Trackball

it does not work Again, what is it ? So the code with the msgbox doesn't work either? Then it seems to be a specific trackball issue. The msgbox does not work, that's why I believe it has something to do with the trackball But afaics you didn't really answer these questions - which might help to co...
by Philharmonic
30 Mar 2021, 15:59
Forum: Ask for Help (v1)
Topic: Simultaneous mouse press/clicks - Trackball
Replies: 9
Views: 723

Re: Simultaneous mouse press/clicks - Trackball

I don't have a trackball or the mentioned program. But to help potential helpers, what does not work? Does MButton & XButton1:: XButton1 & MButton:: msgbox return do anything ? Please try also outside of that program. Or does the hotkey trigger, but the Audiosuite just doesn't react (correctly) to ...
by Philharmonic
25 Mar 2021, 12:54
Forum: Ask for Help (v1)
Topic: Simultaneous mouse press/clicks - Trackball
Replies: 9
Views: 723

Re: Simultaneous mouse press/clicks - Trackball

try this: ~MButton & XButton1:: WinMenuSelectItem, Pro Tools, , Audiosuite, Noise Reduction, RX 7 Mouth De-click winwait, AudioSuite wingetpos,,, w, h controlclick, % "x" w-45 " y" h-25,,,,, NA MouseMove, PrevX, PrevY Sleep, 2500 if WinExist("ahk_class DigiFloaterClass") WinKill Return This code wo...
by Philharmonic
24 Mar 2021, 23:15
Forum: Ask for Help (v1)
Topic: Simultaneous mouse press/clicks - Trackball
Replies: 9
Views: 723

Simultaneous mouse press/clicks - Trackball

Hi all, I'm trying to figure out how to simultaneously press and click the top two buttons on my Kensington Trackball to initiate a plugin I use in my DAW. I have already remapped each individual buttons to do what I like, but pressing two at the same time does not work. I thought it was a simple sc...
by Philharmonic
26 Dec 2020, 21:05
Forum: Ask for Help (v1)
Topic: Plugin Window Topic is solved
Replies: 63
Views: 14303

Re: Plugin Window Topic is solved

Render button always has the same offset from window position. Therefore it is easy to get its position. Ahhh. Really. So regardless of the size of the window, the offset is always the same huh. Wow :bravo: I'll probably change my current script to the one you wrote because from testing it seems ve...
by Philharmonic
25 Dec 2020, 00:59
Forum: Ask for Help (v1)
Topic: Plugin Window Topic is solved
Replies: 63
Views: 14303

Re: Plugin Window Topic is solved

Just installed this software and I do not understand why all suggested You to use imagesearch or findtext? As I said before it works like this: (on my monitor 1920x1080) f11:: WinMenuSelectItem, Pro Tools, , Audiosuite, Noise Reduction, RX 7 De-click winwait, AudioSuite wingetpos,,, w, h controlcli...
by Philharmonic
08 Dec 2020, 03:23
Forum: Ask for Help (v1)
Topic: Continue/loop and inefficient script Topic is solved
Replies: 6
Views: 1655

Re: Continue/loop and inefficient script Topic is solved

according to your description, you use an unconditional Break at the end of the Loop , but you need a conditional Break , a Break that is only taken when a specific condition occurs Loop { Send, ^c Sleep, 200 if not clipboard break Send, {Enter} ; and your following code } In this example it occurs...
by Philharmonic
07 Dec 2020, 19:47
Forum: Ask for Help (v1)
Topic: Continue/loop and inefficient script Topic is solved
Replies: 6
Views: 1655

Re: Continue/loop and inefficient script Topic is solved

you need to check a condition with If and a Break to escape from the loop Hubert Thanks for the response! I tried inputting break at the very end, but then it stops the loop. Could you please provide me an example? To be clear actually, when I input Break at the end of the script, it runs through t...
by Philharmonic
07 Dec 2020, 01:42
Forum: Ask for Help (v1)
Topic: Continue/loop and inefficient script Topic is solved
Replies: 6
Views: 1655

Re: Continue/loop and inefficient script Topic is solved

hd0202 wrote:
07 Dec 2020, 01:22
you need to check a condition with If and a Breakto escape from the loop
Hubert
Thanks for the response!

I tried inputting break at the very end, but then it stops the loop. Could you please provide me an example?
by Philharmonic
07 Dec 2020, 01:13
Forum: Ask for Help (v1)
Topic: Continue/loop and inefficient script Topic is solved
Replies: 6
Views: 1655

Re: Continue/loop and inefficient script Topic is solved

PrintScreen:: Click, 2 Sleep, 700 Loop { Send, ^c Sleep, 200 Send, {Enter} Sleep, 500 SendInput, {;} Sleep, 500 SendInput, {b} Sleep, 500 Send, ^+!r Sleep, 500 Send, ^v SendInput, {_}{F}{X} Sleep, 350 Send, {Enter} Sleep, 500 SendInput, {p} Sleep, 500 Send, {Tab} Sleep, 600 Send, +{Tab} Sleep, 600 ...
by Philharmonic
07 Dec 2020, 00:07
Forum: Ask for Help (v1)
Topic: Continue/loop and inefficient script Topic is solved
Replies: 6
Views: 1655

Continue/loop and inefficient script Topic is solved

PrintScreen:: Click, 2 Sleep, 700 Send, ^c Sleep, 200 Send, {Enter} Sleep, 500 SendInput, {;} Sleep, 500 SendInput, {b} Sleep, 500 Send, ^+!r Sleep, 500 Send, ^v SendInput, {_}{F}{X} Sleep, 350 Send, {Enter} Sleep, 500 SendInput, {p} Sleep, 500 Send, {Tab} Sleep, 600 Send, +{Tab} Sleep, 600 Send, ^...
by Philharmonic
09 Jul 2020, 21:07
Forum: Ask for Help (v1)
Topic: Plugin Window Topic is solved
Replies: 63
Views: 14303

Re: Plugin Window Topic is solved

Just installed this software and I do not understand why all suggested You to use imagesearch or findtext? As I said before it works like this: (on my monitor 1920x1080) f11:: WinMenuSelectItem, Pro Tools, , Audiosuite, Noise Reduction, RX 7 De-click winwait, AudioSuite wingetpos,,, w, h controlcli...
by Philharmonic
03 May 2020, 15:18
Forum: Ask for Help (v1)
Topic: Plugin Window Topic is solved
Replies: 63
Views: 14303

Re: Plugin Window Topic is solved

Just installed this software and I do not understand why all suggested You to use imagesearch or findtext? As I said before it works like this: (on my monitor 1920x1080) f11:: WinMenuSelectItem, Pro Tools, , Audiosuite, Noise Reduction, RX 7 De-click winwait, AudioSuite wingetpos,,, w, h controlcli...

Go to advanced search