Jump to content
Macro Express Forums

Jeff Cleveland

Members
  • Posts

    645
  • Joined

  • Last visited

Posts posted by Jeff Cleveland

  1. Alan and Cory,

     

    I am running the latest MEPro on Windows 7 Home Premium Service Pack 1. I have noticed considerable latency at times with this operating system compared to Windows XP. There are times when MEPro goes absolutely dead (will not respond to HotKeys). If I change my current window to ME Explorer the problem disappears. Also, like you I encounter times that HotKey activation is extremely slow. I attribute these to problems with Windows 7 but I may be wrong.

  2. I entered a formal bug report [iSS8273] Macro Express Pro - Problem with Scope a couple of days ago. I have two macros that use Ctrl+1. The scope is shown in the attachment. About the time I installed 4.1.5.1 Ctrl+1 embedded in Eudora email program and Adobe Pagemaker quit working correctly. I have used Ctrl+1 often in these two utilities. By disabling one of the two macros the problem disappears.

     

    With the discussion above, looking at the scope for my macro, I do not see that hidden windows would come into play as my macro will only work if the window is on top (can hidden windows be on top?).

     

    Jeff

    post-357-1267072267_thumb.jpg

  3. I ran into a similar problem which I found my problem:

     

    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 Variable Set String for the macro to perform correctly.

     

    Jeff Cleveland

  4. 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

  5. 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

  6. Cory,

     

    Way back when I was a practitioner in the computer engineering field, we learned about concurrent processes and the need for control of multiple processes that needed access to a service where only one process at a time could be allowed access to the service at a time. This was done with code that controlled access to what is called critical sections. Access to the service was controlled by a "named" lock, a different "name" for each service. Perhaps what we really need is a "named" lock capability. This is usually provided by computer language being used or the operating system.

     

    I think this might be a solution to the problems outlined.

     

    Jeff

  7. On examination of the file where my automatic macro file backups are kept, there is no indication of backing up the macro file on Logoff or Restart. Perhaps my assumption is incorrect that Logoff and Restart should cause file back up when I have selected Options > Preferences > General > Backup > "Backup every time the program is closed".

     

    I will enter a bug report if file backup is supposed to occur in this instance.

     

    Jeff Cleveland

  8. Terry,

     

    No, the problem is not limited to pop-up menus. I do not use pop-up menus yet - mine are just typical execution style ShortKey macros where the conflict problem occurs.

     

    I use ; (semicolon) as a prefix ShortKey activation character as it is lower case on keyboards and is easier to enter. I use . (period) as a termination character so that all my ShortKey activations are unique (even though Pro does not think so). All my "conflict" macros do execute correctly.

     

    Jeff Cleveland

  9. Terry,

     

    Yes, I have encountered the problem several times. I am quite sure I entered a bug report on the problem a long time ago.

     

    I use . (period) as a termination character for ShortKey activations. If I have a ShortKey macro whose activation is a. and create another whose activation is aa. then creation of the aa. macro will result in the conflict error message you described. Investigation of the macro file reveals that there is no conflict. Evidently, the algorithm used is incorrect.

     

    I just ran a test case and I still get the conflict error message so it has not been corrected.

     

    Jeff Cleveland

×
×
  • Create New...