Jump to content
Macro Express Forums

sridhar

Members
  • Posts

    12
  • Joined

  • Last visited

sridhar's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I would appreciate if anyone can point me to download location of Macro Express Player.
  2. Why not the following at the end of first macro? Macro Control -> Macro Run.
  3. You can look at the source code of this firefox add-on: https://www.squarefree.com/extensions/search-keys/ It will put numbers next to search results. By examining it, you can perhaps get some ideas.
  4. Where can I find the download link of Macro Express Player? I hope it is free. I looked at http://www.macros.com/download.htm.
  5. Is it possible to export a macro as an independent (i.e., ME need not be installed to run) .exe file? If so, how? Thanks in advance.
  6. I want to create a macro which will click when the mouse is over a tab in Opera browser. I calculated the values of X and Y coordinates of the top left corner and bottom right corner of the tab bar and wrote a macro (pls. see attachment). But I don't know how to have it running all the time. If I set activation to a hotkey, then the macro code works (kind of - i.e., only some times) ONCE when I activate it. Thanks in advance.
  7. Why not use StrokeIt itself for the same? You can send keystrokes upon drawing a gesture in it. So simply set a hot key in MEx and create a gesture which would press those keys in StrokeIt.
  8. I want to set the activation of a macro to be left double click. Is it possible? I see only options for left, middle and right single clicks, but not double.
  9. In Direct Access (a program in which one can set abbreviations to have them expanded to a pre-set text) it's possible to set an abbreviation (ShortKey) named, say 'thep' to to handle enterPage #Cur() end enterPage so that when the shortkey is typed, it expands to the above with a blinking cursor in the second line (after a tab position). The only way that seems to be possible to do the same in ME seems to be: to handle enterPage<ENTER> end enterPage<HOME><ARROW UP><TAB> It's fine in this case but will be painful at times when I want the cursor to be positioned at specific locations for which I need to count the number of characters and manually select Backspace that many times. So, my question is: Is it possible to position the cursor easily after the text is typed out in ME?
  10. Thanks. Also there seems to be a problem in this forum's attachment feature. When I click on the image thumbnail in the first post, the full image doesn't open up, but see junk characters.
  11. I followed the tutorial at http://www.macros.com/tutorial/ME3Tutorial.htm. The created macro is supposed to be triggered only if Notepad is already open. But it's running all the time. When I don't have Notepad open, it throws an error as in the attached screenshot. What's wrong?
×
×
  • Create New...