Jump to content
Macro Express Forums

TsunamiZ

Members
  • Posts

    382
  • Joined

  • Last visited

Everything posted by TsunamiZ

  1. i reported it when i made the topic. hopefully it can be fixed.
  2. it works instantly. but after it works, the running man icon hangs for a few seconds and prevents other macros from being played...
  3. "Close CD Tray" macro hangs for a few seconds, especially longer after inserting a disc [the green running man icon shows during this]. It also prevents any additional macros from being played until this macro is done. Can this be fixed/improved to run quicker? BTW: I'm on Win7 x64, MEP 4.2.2.1
  4. but that can still caused clutter in the macro list. btw: i submit requests via the form and also post on the forum [in case there's any feedback, etc.]
  5. How about allow more than 1 hotkey to be assigned to the same macro? That way, we don't have to make duplicate macros just to assign another hotkey to it. This will also help minimized clutter and make updating such macros easier.
  6. Anyone know if there is a way to set focus to the Windows 7 taskbar [without clicking and without win key]? It has no window title.
  7. Anyone know if there is there a command to move the cursor to a specific tray icon? BTW: I'm on Windows 7.
  8. 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.
  9. but shouldn't this default to the default location for saving macro files? i.e. My Documents\Insight Software\
  10. How about add these logic commands... - if macro file open - if not macro file open This will allow users to make macro file load/close toggle functions based on these conditions.
  11. is that improved in an upcoming version? if you're talking about 4.2.1.1, it made no improvement for this problem. but this will still slow down the macro and add to the waiting time--especially with lots of consecutive macro enable 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?
  12. 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?
  13. When creating a new macro .mex file, the new file is created in... C:\Program Files (x86)\Macro Express Pro\ instead of... My Documents\Insight Software\ Can this be fixed? BTW: I'm on Windows 7 x64.
  14. my macro has to click the taskbar because my macro can't be activated in a window. since it uses a global hotkey for a program, it can potentially cause hotkey conflicts if activated in a window. so i'm looking for a way to activate previous window.
  15. i can only use mouse activation for my scenario, because it is more convenient
  16. i forgot to mention, i have to activate the macro on the taskbar. and i want it to activate the last focussed window after the macro runs. is it still possible to activate the last focussed window after a macro runs, if the macro is activated outside the window?
  17. Anyone know if there is a macro method to switch back to previously focussed window after running a macro? It has to be a previously focussed window and not a specific window. I've already tried various (SHIFT+)ALT+TAB tricks but they don't work reliably because results differ between having 1 or 2+ windows. I'm on Windows 7.
  18. 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'
  19. is that mentioned in any documentation? i originally thought all macros can run simultaneously without exceptions. so all macros can run simultaneously, except for global macros with the same activation as a specific macro? can global macros run with other global macros with the same activation?
×
×
  • Create New...