Search found 1352 matches

by Dorian (MJT support)
Mon Oct 26, 2020 6:21 pm
Forum: General Discussion
Topic: Help with Opening Spotify and start playlist
Replies: 37
Views: 72091

Re: Help with Opening Spotify and start playlist

Sometimes there can be subtle underlying changes to an application that we may not notice. It's sometimes worth re-running the Wizard again to rule that out.
by Dorian (MJT support)
Mon Oct 26, 2020 10:48 am
Forum: General Discussion
Topic: Help with Opening Spotify and start playlist
Replies: 37
Views: 72091

Re: Help with Opening Spotify and start playlist

UIClick>{"Spotify Premium"},{"On The Loose"} SetFocus>Spotify* UIClick>{"Spotify Premium"},{"SPELA UPP"} press ctrl press left *20 release ctrl Could it be a timing issue? It may be too fast for Spotify. See if the reliability is improved with some waits. Maybe re-run the Find Object Wizard on thos...
by Dorian (MJT support)
Mon Oct 26, 2020 9:57 am
Forum: General Discussion
Topic: Help with Opening Spotify and start playlist
Replies: 37
Views: 72091

Re: Help with Opening Spotify and start playlist

I see. In that case between Else and Endif you need :

Code: Select all

WindowAction>1,Spotify Premium
SetFocus>Spotify Premium
This does exactly as you ask.
by Dorian (MJT support)
Sun Oct 25, 2020 11:22 pm
Forum: General Discussion
Topic: Help with Opening Spotify and start playlist
Replies: 37
Views: 72091

Re: Help with Opening Spotify and start playlist

If you want to close Spotify I suggest trying either CloseWindow or KillProcess>spotify.exe
by Dorian (MJT support)
Sat Oct 24, 2020 5:04 pm
Forum: General Discussion
Topic: Help with Opening Spotify and start playlist
Replies: 37
Views: 72091

Re: Help with Opening Spotify and start playlist

If you mean making it faster, simply trim those recorded Waits down near the bottom.

Also this needs editing :

Code: Select all

If>%strResponse%=YES
by Dorian (MJT support)
Fri Oct 23, 2020 7:20 pm
Forum: General Discussion
Topic: Help with Opening Spotify and start playlist
Replies: 37
Views: 72091

Re: Help with Opening Spotify and start playlist

Check out GetActiveWindow and Messagemodal.
by Dorian (MJT support)
Fri Oct 23, 2020 2:45 pm
Forum: General Discussion
Topic: Help with Opening Spotify and start playlist
Replies: 37
Views: 72091

Re: Help with Opening Spotify and start playlist

Once you've clicked the playlist you should be able to use CTRL-Left Arrow to navigate up the list. SetFocus>Spotify Free* press ctrl press left *20 release ctrl You can then press play. Use the Find Object Wizard I mentioned above to generate the code (or use Image Recognition) UIClick>{"Spotify Fr...
by Dorian (MJT support)
Fri Oct 23, 2020 12:30 pm
Forum: General Discussion
Topic: Help with Opening Spotify and start playlist
Replies: 37
Views: 72091

Re: Help with Opening Spotify and start playlist

Try the Find Object Wizard as mentioned above, and if that fails use Image Recognition.
by Dorian (MJT support)
Fri Oct 23, 2020 11:49 am
Forum: General Discussion
Topic: Help with Opening Spotify and start playlist
Replies: 37
Views: 72091

Re: Help with Opening Spotify and start playlist

Not being a Spotify user I really don't know what the bottom player refers to. Hopefully you're able to use my suggestions above as a starting point by familiarising yourself with the wizards and commands I outlined. They're merely suggestions to get you started.
by Dorian (MJT support)
Fri Oct 23, 2020 10:49 am
Forum: General Discussion
Topic: Help with Opening Spotify and start playlist
Replies: 37
Views: 72091

Re: Help with Opening Spotify and start playlist

Hi Ryan, I downloaded Spotify so I could see what your challenges may be, and what works and what doesn't. This is how I built the script at the bottom of this reply : First I used Run to start Spotify. Then we wait for the Spotify window to open with WaitWindowOpen , and Wait for a few seconds for ...
by Dorian (MJT support)
Wed Oct 21, 2020 9:50 am
Forum: Technical / Scripting
Topic: Hot Keys not working on Windows 10
Replies: 12
Views: 4860

Re: Hot Keys not working on Windows 10

Is this everything you have? It seems this is only a portion of the script.
by Dorian (MJT support)
Mon Oct 19, 2020 5:50 pm
Forum: Beginners
Topic: Enable AutoLogon when Windows is logged out" under Tools/Options
Replies: 1
Views: 2579

Re: Enable AutoLogon when Windows is logged out" under Tools/Options

From the main Macro Scheduler window.

>Tools
>Options
by Dorian (MJT support)
Mon Oct 19, 2020 5:09 pm
Forum: Technical / Scripting
Topic: MouseMoveRel not working
Replies: 1
Views: 1432

Re: MouseMoveRel not working

Could something be taking focus from the Export Manager before MouseMoveRel?

Either way, maybe you could try the Find Object Wizard to click the button instead of a mousemove and mouse click?
Sign up to our newsletter for free automation tips, tricks & discounts