Jump to content
Macro Express Forums

TsunamiZ

Members
  • Posts

    382
  • Joined

  • Last visited

Posts posted by TsunamiZ

  1. i guess i'll be saving the support people the hassle because i finally figured out a workaround! i moved that group of macros into a separate macro file called filename.mex. one of the macros in that group is called X. i managed to make a toggle to load/close filename.mex by simply enable/disable one of the macros--in this case X. the macro goes like this...

     

    if macro X is disabled

    macro enable X in filename.mex

    else

    if macro X is enabled

    macro disable X in filename.mex

    close macro filename.mex

    end if

    end if

     

    hope this helps anyone else with a similar problem.

  2. We recently made some changes to the routines that handle enabling and disabling macros. In our testing based on your description of the problem, the changes we made improved enabling and disabling macros.

    is that improved in an upcoming version? if you're talking about 4.2.1.1, it made no improvement for this problem.

     

    1. Put a small delay between each Macro Enable or Macro Disable command.

    but this will still slow down the macro and add to the waiting time--especially with lots of consecutive macro enable commands

     

    2. Put your macros in separate files. You can load and unload separate macro files containing macros using the Load New Macro File and

    Close Macro File commands.

    but there are no "if macro file open" or "if not macro file open" logic commands. so i can't make a single macro hotkey that toggles the opening and closing of the macro files based on those conditions. is there some way to make this work, or can such commands be added in a future version?

  3. is there a way to workaround this problem? perhaps by putting that category of macros into a separate .mex file? but is there a way to make a macro that checks if that .mex file is opened or not, and then toggle the opening and closing of that .mex file?

     

    i already tried...

     

    - using many consecutive "macro enable" commands at once, but that runs into a bug

    - triplicating the "macro enable" commands to compensate for the bug, but then that runs extremely slow

    - a probable solution is to use a macro command that can enable/disable a whole category at once to bypass the above 2 problems, but such a macro command doesn't exist

     

    what else can i do to make this work?

     

    BTW: this is the only major bug that annoys me since the upgrade from ME3 to ME4. ME3 didn't have this issue and handled this function quick and flawlessly. why can't it work the same way in ME4?

  4. this bug still happens sometimes. can this be fixed?

     

    also, can the 'Restore Toolbars' feature be accessed from anywhere else besides the tray icon? i have the tray icon set to hidden.

     

    -----

     

    [bUG WORKAROUND]

    - the script editor is the window that pops up when you enter the editing mode of a macro. if the script editor window freezes and you need to force it to close, it will result in the script editor's top interface elements to permanently disappear [its file menu and toolbar, above the tabs and nickname field]. to restore them, you have to close the script editor and then do this from the macro explorer...

    - options > preferences > general > system tray tab ... check 'display icon in system tray', click 'ok'

    - right click on tray icon > tools > restore toolbars

    - to make sure its file menu and toolbar is restored, open the script editor by going into edit mode of a macro. after checking, close script editor. then...

    - options > preferences > general > system tray tab ... uncheck 'display icon in system tray', click 'ok'

×
×
  • Create New...