Search found 15 matches

by Massimo
Tue Nov 07, 2023 4:09 pm
Forum: Beginners
Topic: Getting randomly -> Error I/O 32
Replies: 6
Views: 10118

Re: Getting randomly -> Error I/O 32

Ok, I will apply the recommendations.
I need to make experience with it :D

Thank you for your support
massimo
by Massimo
Tue Nov 07, 2023 9:55 am
Forum: Beginners
Topic: Getting randomly -> Error I/O 32
Replies: 6
Views: 10118

Re: Getting randomly -> Error I/O 32

Yes you are assuming correctly. I have created a SUB to make Logging; in this SUB I use only the standard feature DateStamp that is perfect for my need. In fact I do not write to a OneDrive Location. I map DateStamp to write to a File Server. I do not have any parallel processing. My main macro call...
by Massimo
Tue Nov 07, 2023 8:12 am
Forum: Beginners
Topic: Getting randomly -> Error I/O 32
Replies: 6
Views: 10118

Re: Getting randomly -> Error I/O 32

Thanks Dorian.
However my problem is that I cannot see where the program stops due to this error.

Can you recommend any action to capture Error I/O 32?
The feature: Let>ONERROR=GoErrHandler does not work and the program stops with a Message Box giving no details where the script stops.
by Massimo
Mon Nov 06, 2023 5:30 pm
Forum: Beginners
Topic: Getting randomly -> Error I/O 32
Replies: 6
Views: 10118

Getting randomly -> Error I/O 32

Hello, I'm getting I/O Error 32 during the execution of my Macro. I began to get this error under Windows 11 Op Sys. With the same macro on Windows 10 I do not have this error. The only I/O that I do is to keep track of what I'm doing in Log files. I user the standard library SUB: DateStamp. I have ...
by Massimo
Fri Apr 28, 2023 5:50 pm
Forum: Beginners
Topic: Sequence to stop running macro (EXE) not working
Replies: 2
Views: 6117

Sequence to stop running macro (EXE) not working

Hi. I have changed the Key sequence in --> Tools/Options/Stop Running Scripts With: The default sequence does not work. I have settled it with <CNTRL>+Q and saved it in the tool. However when the compiled macro runs (EXE) my key sequence does not work. In addition when i go over the icon of running ...
by Massimo
Tue May 10, 2022 12:02 pm
Forum: Beginners
Topic: How to know that the script is running in Debug?
Replies: 6
Views: 10560

Re: How to know that the script is running in Debug?

Thanks, very simple :D
However I had to change in:

Let>Me=%COMMAND_LINE%

Result:
Me="C:\Program Files (x86)\Macro Scheduler 15\msched.exe"
by Massimo
Tue May 10, 2022 6:34 am
Forum: Beginners
Topic: How to know that the script is running in Debug?
Replies: 6
Views: 10560

How to know that the script is running in Debug?

Any one knows if there is a method to know that the script is running in debug mode? I need to change the behavior of my program in function of this. For sure I could set a variable to True or False, but it would be great if this could be evaluated automatically by testing a system variable :D Thank...
by Massimo
Thu Feb 10, 2022 12:39 pm
Forum: Beginners
Topic: Unexpected results by using LOCALVARS
Replies: 6
Views: 11271

Re: Unexpected results by using LOCALVARS

Thanks for your recommendation. In fact is what I do also to prevent problems. However I find that this is a week point MS. I try to make the most possible reusable code. So I develop routines and I include when necessary in my code. Today I'm facing similar problems as explained in the example in a...
by Massimo
Thu Feb 10, 2022 8:18 am
Forum: Beginners
Topic: Unexpected results by using LOCALVARS
Replies: 6
Views: 11271

Re: Unexpected results by using LOCALVARS

yes, but the intent of my example in SRT level 3 is to change var_a of level 0 without affecting the other localized var_a in other levels. How to do this? In my example var-a of level 2 is not affected, but var_a of level1 it is. To be honest I have a lot of pain to understand the behavior of varia...
by Massimo
Wed Feb 09, 2022 11:51 am
Forum: Beginners
Topic: Unexpected results by using LOCALVARS
Replies: 6
Views: 11271

Re: Unexpected results by using LOCALVARS

Thanks for the reply.
But, sorry I cannot catch my error.
Could you be more explicit?
What do you mean I never never set it to zero?

Massimo
by Massimo
Wed Feb 09, 2022 9:53 am
Forum: Beginners
Topic: Unexpected results by using LOCALVARS
Replies: 6
Views: 11271

Unexpected results by using LOCALVARS

Dear support, I'm using the tool since a certain time and I really like it :-) However, In my opinion is really a pity that there is no implementation of a FUNCTION feature to get back variables in a safe way. Anyway, I use SRT feature with the LOCALVARS paradigm. I have carefully read the definitio...
by Massimo
Sat Jan 23, 2021 2:37 pm
Forum: Beginners
Topic: Image inserted and visible in the editor (see Macro - Flash Example)
Replies: 4
Views: 6012

Re: Image inserted and visible in the editor (see Macro - Flash Example)

yes, thanks. With the recognition wizards, it works :D However, it is possible to add manually an image in editor to document the FindImagePos added manually to the code? This could be interesting to document what is the intent of the code. Currently I have to keep a separated document to do it. Mas...
by Massimo
Fri Jan 22, 2021 10:40 am
Forum: Beginners
Topic: Image inserted and visible in the editor (see Macro - Flash Example)
Replies: 4
Views: 6012

Image inserted and visible in the editor (see Macro - Flash Example)

Hello,
I have studied the example: Macro - Flash Example
I have seen that in the editor there are integrated 3 images as reference.
How to do it?
Thanks for any suggestion
Massimo
by Massimo
Fri Jan 08, 2021 8:10 am
Forum: Beginners
Topic: How to handle system errors?
Replies: 7
Views: 6670

Re: How to handle system errors?

Thanks.
I have implemented a watch dog and it works good
:D
by Massimo
Sat Dec 26, 2020 2:17 am
Forum: Beginners
Topic: How to handle system errors?
Replies: 7
Views: 6670

How to handle system errors?

Hi, I'm writing a program that writes log files to a File Server. My application is a long running time utility (can last many days). During execution a disconnection to File server can appear. In this case the following error appears: Macro Scheduler: I/O Error 53 that stops program execution. I ha...
Sign up to our newsletter for free automation tips, tricks & discounts