Search found 1346 matches

by Dorian (MJT support)
Sat Apr 24, 2021 12:27 pm
Forum: Technical / Scripting
Topic: DateAdd documentation error?
Replies: 2
Views: 1713

Re: DateAdd documentation error?

You'd be surprised at how many times a single letter variable assignment has caused a problem like that. Well done for getting to the bottom of it. We never stop learning. :)
by Dorian (MJT support)
Fri Apr 23, 2021 9:47 am
Forum: Technical / Scripting
Topic: Trouble Finding Correct Element
Replies: 6
Views: 3103

Re: Trouble Finding Correct Element

I tried again out of curiosity. It's still inaccessible for me. Maybe they block out-of-area (UK) IPs.
by Dorian (MJT support)
Thu Apr 22, 2021 6:17 pm
Forum: Technical / Scripting
Topic: Trouble Finding Correct Element
Replies: 6
Views: 3103

Re: Trouble Finding Correct Element

The host wasn't even resolving for me.
by Dorian (MJT support)
Thu Apr 22, 2021 5:59 pm
Forum: Technical / Scripting
Topic: Trouble Finding Correct Element
Replies: 6
Views: 3103

Re: Trouble Finding Correct Element

I attempted to look but can't access that site.

This post might help you do it with xpath
by Dorian (MJT support)
Thu Apr 22, 2021 4:50 pm
Forum: Technical / Scripting
Topic: Chrome window opens and disappears
Replies: 2
Views: 1687

Re: Chrome window opens and disappears

I've just answered an identical question over at tech support. I had this problem too quite a long time ago, and it was because I was using the incorrect Chromedriver and it was still resident in memory. If this is a new issue then it's possible Chrome has updated itself to a new version. These are ...
by Dorian (MJT support)
Thu Apr 22, 2021 9:59 am
Forum: Enhancement Suggestions
Topic: Between>token1,token2,array
Replies: 3
Views: 10355

Re: Between>token1,token2,array

I use that one a lot too. I love this idea. I'll pass it on.
by Dorian (MJT support)
Tue Apr 20, 2021 3:31 pm
Forum: General Discussion
Topic: Dialog Editor off the screen
Replies: 8
Views: 13776

Re: Dialog Editor off the screen

On the subject of using MS to do something in MS, I often use a script to write a script. For example extracting 600 field Ids and creating hundreds of XLGetCell lines for those Excel sheets that have so many columns the column name starts spelling words.
by Dorian (MJT support)
Tue Apr 20, 2021 1:21 pm
Forum: Enhancement Suggestions
Topic: Right click on command - "Open Online Manual"
Replies: 4
Views: 11461

Re: Right click on command - "Open Online Manual"

This highlights how sometimes even those of us who have been using MS for 20+ years - even gurus like Grovkillen - can stumble on something "new". I include myself in this, and I work for support. F1 has been my "bible" pretty much since I first started using MS.
by Dorian (MJT support)
Tue Apr 20, 2021 1:16 pm
Forum: Technical / Scripting
Topic: Issue when pasting into MS Editor
Replies: 16
Views: 11218

Re: Issue when pasting into MS Editor

Both me and hagchr are based in Sweden. Could system settings = SE be the problem here? I've recorded the issue: https://s3.gifyu.com/images/clipboard_access.gif I get this too from time to time, and my settings would have been either USA/UK. I've been trying to reliably replicate it. Mine didn't s...
by Dorian (MJT support)
Mon Apr 19, 2021 5:00 pm
Forum: Technical / Scripting
Topic: Data..
Replies: 1
Views: 1260

Re: Data..

Hello everyone sorry if I write in Italian but macro scheduler forums in Italian do not seem to exist. I had to do a part of the program where I should take into account how much time has elapsed. But in addition to taking into account only the minutes now I wanted to make it more precise also the ...
by Dorian (MJT support)
Mon Apr 19, 2021 4:10 pm
Forum: Technical / Scripting
Topic: Script on Dropbox causes occasional access violation
Replies: 16
Views: 9891

Re: Script on Dropbox causes occasional access violation

Grovkillen wrote:
Wed Apr 14, 2021 10:36 am
Any feedback regarding this Dorian?
Apologies for the unusually slow reply. I'll earmark this for Marcus for you.
by Dorian (MJT support)
Mon Apr 19, 2021 12:42 pm
Forum: Technical / Scripting
Topic: Countdown that will restart script?
Replies: 2
Views: 1569

Re: Countdown that will restart script?

This should do that, and the comments should explain it. //start label Label>start //Set the timeout (in seconds) Let>WSI_TIMEOUT=10 //Wait for the image WaitScreenImage>%BMP_DIR%\image_1.bmp,0.7,CCOEFF //If none were found after 10 seconds, go to start. If one of more were found, the script will co...
by Dorian (MJT support)
Mon Apr 19, 2021 12:30 pm
Forum: Technical / Scripting
Topic: F9 forces the Debug Menu to open
Replies: 1
Views: 1420

Re: F9 forces the Debug Menu to open

I'm hoping I've understood correctly. If you're sending ALT-D to an application and the Macro Scheduler Editor Debug menu is opening, that suggests you've lost focus and it's focused on Macro Scheduler instead. Alt-D is the shortcut for debug. So let's ensure the window is focused. Also it seems tha...
by Dorian (MJT support)
Mon Apr 19, 2021 7:46 am
Forum: Scripts and Tips
Topic: Dynamically rename Chrome window title for extra "safety"
Replies: 1
Views: 10264

Re: Dynamically rename Chrome window title for extra "safety"

I look forward to trying this. Thank you for sharing. :D
by Dorian (MJT support)
Mon Apr 12, 2021 3:21 pm
Forum: Technical / Scripting
Topic: Solving a puzzle
Replies: 23
Views: 16328

Re: Solving a puzzle

My initial thought was "I don't think Macro Scheduler is meant for solving puzzles". This looks like it could be awfully complicated. Even if you manage to get it working for this one, making it adaptable for other puzzles could be a nightmare. I'm interested to see what other suggestions or solutio...
Sign up to our newsletter for free automation tips, tricks & discounts