Search found 1346 matches

by Dorian (MJT support)
Tue Oct 31, 2023 2:21 pm
Forum: Technical / Scripting
Topic: chromedriver log errors to file
Replies: 2
Views: 7627

Re: chromedriver log errors to file

I couldn't write to that folder, but with a little edit and a change of path was able to generate a log file. Let>CHROMEDRIVER_OPTIONS=--verbose,--log-file=d:\\chromedriver.log Also note you need to be running the following version of newer : Version 15.0.12 02/09/2020 - Added: CHROMEDRIVER_OPTIONS ...
by Dorian (MJT support)
Wed Oct 25, 2023 3:48 pm
Forum: General Discussion
Topic: "Stream read error."
Replies: 4
Views: 7828

Re: "Stream read error."

The only other forum/support threads I can find relating to this are very old, but suggest reinstalling may fix it. It looks like you're using 15.0.21 but have access to 15.0.24. So maybe a starting point would be to install 15.0.24 over the top of 15.0.21 and see if that fixes it. If it doesn't, th...
by Dorian (MJT support)
Tue Oct 24, 2023 2:35 pm
Forum: Technical / Scripting
Topic: Invalid Variant Operation
Replies: 3
Views: 7044

Re: Invalid Variant Operation

Tremendous! Happy to have helped, and I appreciate the feedback.
by Dorian (MJT support)
Tue Oct 24, 2023 1:14 pm
Forum: Technical / Scripting
Topic: Invalid Variant Operation
Replies: 3
Views: 7044

Re: Invalid Variant Operation

99% of the time that's caused when the handle created with XLOpen does not match the handle used in the subsequent Xl commands (in this case XLGetCell). But if you're sure this is caused by the XLOpen line and not the subsequent XL commands, and also that it used to work but now it doesn't, the solu...
by Dorian (MJT support)
Mon Oct 09, 2023 11:37 pm
Forum: General Discussion
Topic: Arrayfind possible with wildcards?
Replies: 2
Views: 28594

Re: Arrayfind possible with wildcards?

Firstly you have some errors in there. "Dim" should be "ArrayDim" and "ArrayFind," should be "ArrayFind>" Once those are sorted - as per the manual - you can use Regex Let>use_regex=1 ArrayDim>arExample,5 let>arrExample_1=/hck23 let>arrExample_2= good_KBS_perfekt let>arrExample_3=Book17 Page5 let>ar...
by Dorian (MJT support)
Mon Oct 09, 2023 4:34 pm
Forum: Technical / Scripting
Topic: Macroscheduler script editor not loading/blank
Replies: 3
Views: 29214

Re: Macroscheduler script editor not loading/blank

We have only ever had this reported once before, in 2017, and it related to screen scaling on a Surface Pro (link).

If it's not that my best guess is it sounds like a file somewhere may have become corrupted. I'd be inclined to uninstall/reinstall carefully following these steps.
by Dorian (MJT support)
Thu Sep 28, 2023 10:18 am
Forum: General Discussion
Topic: Having Trouble While Installing The Software
Replies: 3
Views: 6411

Re: Having Trouble While Installing The Software

No worries. Although I can't quite understand why you'd want to install a nine and a half year old 30 day trial when there's a current version here. A lot has changed during those years. link
by Dorian (MJT support)
Wed Sep 27, 2023 12:38 pm
Forum: General Discussion
Topic: Having Trouble While Installing The Software
Replies: 3
Views: 6411

Re: Having Trouble While Installing The Software

That's an old version. I suggest installing the 30 day trial from the "Download Now" button on our home page.
by Dorian (MJT support)
Wed Sep 27, 2023 9:13 am
Forum: Technical / Scripting
Topic: Memory leak when using PyExec
Replies: 7
Views: 20073

Re: Memory leak when using PyExec

We have run some analysis using our memory leak tool and we have not found any leaks on the Macro Scheduler side. However we are seeing leaks inside the Python37.dll process. Unfortunately we have no control over this. Python is third party. It looks like there may be leaks in Python itself. We trie...
by Dorian (MJT support)
Thu Sep 21, 2023 8:28 am
Forum: General Discussion
Topic: Problems with many functions - Mouse clicks etc...
Replies: 3
Views: 4505

Re: Problems with many functions - Mouse clicks etc...

These may help : Macro Scheduler Specifc : https://help.mjtnet.com/article/11-controlling-apps-that-run-as-admin General Windows guidance - making apps always run as admin : https://www.windowscentral.com/how-set-apps-always-run-administrator-windows-10#:~:text=Set%20Apps%20to%20always%20Run%20as%20...
by Dorian (MJT support)
Thu Sep 14, 2023 11:04 pm
Forum: Technical / Scripting
Topic: Text in HTML Viewer is not copied.
Replies: 8
Views: 6385

Re: Text in HTML Viewer is not copied.

I didn't help much... Grovkillen was the guru here. Thank you though.
by Dorian (MJT support)
Thu Sep 14, 2023 9:03 am
Forum: Technical / Scripting
Topic: Text in HTML Viewer is not copied.
Replies: 8
Views: 6385

Re: Text in HTML Viewer is not copied.

Grovkillen wrote:
Thu Sep 14, 2023 8:53 am
Try this technique : viewtopic.php?f=2&t=8197#p48509
Thank you for jumping in. I was still wrestling with this one after discovering GetDialogProperty doesn't actually get the property. (Then I found an old thread where you mentioned it)
by Dorian (MJT support)
Thu Sep 14, 2023 8:48 am
Forum: Technical / Scripting
Topic: Text in HTML Viewer is not copied.
Replies: 8
Views: 6385

Re: Text in HTML Viewer is not copied.

I'm wondering if a starting point would be to add a dialog handler for the HTMLviewer which then uses GetDialogProperty to retrieve it's contents?
by Dorian (MJT support)
Thu Sep 14, 2023 8:08 am
Forum: Technical / Scripting
Topic: Text in HTML Viewer is not copied.
Replies: 8
Views: 6385

Re: Text in HTML Viewer is not copied.

We were recently asked about the Out of Memory errors for the GetText functions over at Support recently. This was Marcus' reply : The GetText functions use a third party product which is no longer maintained. In any case they only work against native legacy apps and will not work with most modern a...
cron
Sign up to our newsletter for free automation tips, tricks & discounts