Jump to content
Macro Express Forums

HotKey macro too slow


Recommended Posts

I have a macro that immediately brings up a dialog box that I enter control information into. The last version of MEP that I have been using in 4.0.1.1. When executing the macro in 4.0.1.1 the dialog box comes up immediately. In 4.1.0.1 the dialog box comes up very slowly. I cannot use 4.1.0.1 because it takes so long. Fast execution of this macro is essential to my operations.

 

I have returned to using 4.0.1.1

 

Jeff Cleveland

Link to comment
Share on other sites

I have a macro that immediately brings up a dialog box that I enter control information into. The last version of MEP that I have been using in 4.0.1.1. When executing the macro in 4.0.1.1 the dialog box comes up immediately. In 4.1.0.1 the dialog box comes up very slowly. I cannot use 4.1.0.1 because it takes so long. Fast execution of this macro is essential to my operations.

 

I have returned to using 4.0.1.1

 

Jeff Cleveland

Sounds like you are experiencing the lagging macro problem that I brought up in this post.

Link to comment
Share on other sites

I ran the test in the post indicated in the reply. I added a BEEP at the beginning of the macro. I get the BEEP immediately but the dialog box lags by a few seconds.

 

I found where the problem lies.

 

My original code was:

 

Variable Restore: Restore Text Variables

Variable Set String: Prompt for value

 

When I move Variable Set String above the Variable Restore, the problem disappears. Evidently the Variable Restore has some long delay.

 

Unfortunately, I need the Variable Restore before the Prompt.

 

Jeff Cleveland

Link to comment
Share on other sites

This has come up several times now. My suggestion is to not use Variable Save/Restore. First off it is slow and problematic and secondly with the new variable system there's usually no reason to use it anymore. Is there some reason you can't use the new variables, registry, files to effect what you want to do? I mean the new release fixes so many things and adds so many new features it would be a shame to miss out on them.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...