Search found 1356 matches

by Dorian (MJT support)
Mon Oct 09, 2023 4:34 pm
Forum: Technical / Scripting
Topic: Macroscheduler script editor not loading/blank
Replies: 3
Views: 30647

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: 7711

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: 7711

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: 21858

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: 6010

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: 8066

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: 8066

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: 8066

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: 8066

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...
by Dorian (MJT support)
Thu Sep 14, 2023 6:52 am
Forum: Enhancement Suggestions
Topic: ISO 8601 timestamp
Replies: 4
Views: 37052

Re: ISO 8601 timestamp

Thank you for this. I will make sure to pass it on.
by Dorian (MJT support)
Mon Sep 11, 2023 9:16 pm
Forum: Technical / Scripting
Topic: Accessing Array elements
Replies: 11
Views: 11625

Re: Accessing Array elements

Your commented out method is the correct way. You can't use complex expressions with StringReplace.
by Dorian (MJT support)
Sat Sep 09, 2023 3:06 pm
Forum: Beginners
Topic: Out of memory
Replies: 3
Views: 29004

Re: Out of memory

It would be in there if you've used the Text Capture Wizard. If you haven't used that and have no recollection of using text capture in this script, then the GetTextInit suggestion is on the wrong path. :) You can always use CTRL-F to search your scripts. It's very unlikely to be the length of the s...
by Dorian (MJT support)
Sat Sep 09, 2023 12:09 pm
Forum: Beginners
Topic: Out of memory
Replies: 3
Views: 29004

Re: Out of memory

This raises it's head from time to time and is usually due to the GetTextInit functions. We recommend using the OCR functions instead.
cron
Sign up to our newsletter for free automation tips, tricks & discounts