Search found 1360 matches

by Dorian (MJT support)
Fri Jul 26, 2024 2:43 pm
Forum: Enhancement Suggestions
Topic: PDF Display in a Dialog
Replies: 3
Views: 163

Re: PDF Display in a Dialog

I will pass this along.
by Dorian (MJT support)
Tue Jun 25, 2024 3:40 pm
Forum: General Discussion
Topic: modern email authentication
Replies: 8
Views: 15258

Re: modern email authentication

I just double-checked and app passwords are working with Outlook and RetrievePOP3. App Passwords . You'll also need to let Apps and Devices use POP >Outlook.com > Mail >Sync Email >Let Devices and Apps use POP This is the code I used : //Retrieve POP3 let>POP3_STATUS=1 let>popserver=outlook.office36...
by Dorian (MJT support)
Thu Jun 20, 2024 7:59 am
Forum: Technical / Scripting
Topic: GetWindowChildList not returning all child handles
Replies: 1
Views: 1235

Re: GetWindowChildList not returning all child handles

I've tested and can replicate this in the 15.0.24 too. It seems to see all the windows with captions but not ones without. I have passed this on to dev for investigation.
by Dorian (MJT support)
Wed Jun 12, 2024 1:46 pm
Forum: Technical / Scripting
Topic: CHROMEDRIVER_OPTIONS Syntax
Replies: 8
Views: 7576

Re: CHROMEDRIVER_OPTIONS Syntax

I copied my files to c:\folder\chromefiles\chromeProfile\default to test and used the following. Tested and working : Let>CHROMEDRIVER_OPTIONS=--user-data-dir=/folder/chromefiles/chromeProfile/default OR Let>CHROMEDRIVER_OPTIONS=--user-data-dir=/folder/chromefiles/chromeProfile/default,--start-maxim...
by Dorian (MJT support)
Wed May 15, 2024 6:43 am
Forum: General Discussion
Topic: Block comment will maximize collapsed code blocks
Replies: 3
Views: 3019

Re: Block comment will maximize collapsed code blocks

Got it, thank you. I will pass this on.
by Dorian (MJT support)
Tue May 14, 2024 9:29 pm
Forum: General Discussion
Topic: Block comment will maximize collapsed code blocks
Replies: 3
Views: 3019

Re: Block comment will maximize collapsed code blocks

I'm not able to replicate this. I can't make it remove any codeblocks, whether they're folded or unfolded. But as soon as I type /* anywhere above folded codeblocks they will unfold - but not be removed. Of course they don't do that if I select the code and then use >Edit >Block Comment (or Alt-E, M...
by Dorian (MJT support)
Thu May 02, 2024 6:50 pm
Forum: Beginners
Topic: Pop up when image not found
Replies: 2
Views: 2403

Re: Pop up when image not found

No to the first question. You're calling the entire script.

It will run that script and then continue at the line after Macro>....
by Dorian (MJT support)
Wed Apr 24, 2024 9:49 pm
Forum: Technical / Scripting
Topic: How to Compile Includes from the command line?
Replies: 8
Views: 4580

Re: How to Compile Includes from the command line?

Are you sure you are able to compile an scp from the command line and that Included subroutines still execute, after you remove the referenced scp file? I hope my example in the first post is fully copy/past-able to check. Aaah, I see what you mean now and am able to replicate. If I compile this fr...
by Dorian (MJT support)
Wed Apr 24, 2024 6:36 pm
Forum: Technical / Scripting
Topic: How to Compile Includes from the command line?
Replies: 8
Views: 4580

Re: How to Compile Includes from the command line?

Right, I have more info for you, and have found out why this was working for me without issue. My include filepath was hardcoded. You should be able to compile an include from the command line if the include in your script contains a hard-coded path to the scp file : Good: Include>C:\Users\zzzz\OneD...
by Dorian (MJT support)
Tue Apr 23, 2024 9:47 pm
Forum: Technical / Scripting
Topic: How to Compile Includes from the command line?
Replies: 8
Views: 4580

Re: How to Compile Includes from the command line?

In all honesty I wasn't too sure, but yes, it certainly seems to. If I compile an exe from within the editor and INCLUDES=1 is in line 1, the "compile includes" checkbox will be automatically selected. If I remove INCLUDES=1, it won't be. I can also control whether it will be by pasting line 1 into ...
by Dorian (MJT support)
Fri Apr 19, 2024 1:23 pm
Forum: Technical / Scripting
Topic: How to Compile Includes from the command line?
Replies: 8
Views: 4580

Re: How to Compile Includes from the command line?

I've been testing possibilities quite extensively and it appears the sole cause is the path to msrt.exe C:\Program Files (x86)\Macro Scheduler 15\msrt.exe As opposed to : C:\Program Files (x86)\Macro Scheduler 15 Pro \msrt.exe I was able to successfully compile a script containing an include both wi...
by Dorian (MJT support)
Fri Apr 19, 2024 12:50 pm
Forum: Beginners
Topic: Paste into website page
Replies: 2
Views: 3827

Re: Paste into website page

Pasting and sending text are different. Websites can disable copy (CTRL-C) and paste (CTRL-V) if they wish. I'm guessing you're using mouse clicks to click in a field, then sending the text, e.g. "send>test" ? Of course the first thing to check is the timing, so maybe add a Wait>0.5 after your mouse...
Sign up to our newsletter for free automation tips, tricks & discounts