Jump to content
Macro Express Forums

Samrae

Members
  • Posts

    452
  • Joined

  • Last visited

  • Days Won

    22

Posts posted by Samrae

  1. Thank you acantor! Until now I did not know that incremental searches work in that list.

     

    Upon further experimentation it turns out that if you type quickly enough it works. But, if you type too slowly it may not. For example, if I type "ve" it brings up "Venmo" but if I type "v" ... "e" it brings up Enphase.

     

    Now that I know I'll try to get these old fingers to type quicker. 😉

  2. When you click the Run Macro Now it doesn't ask you which window to type in. Since the first line is a Text Type command Macro Express is typing into it's own window. The text is typed into the window that has focus.

     

    The log entry "Tuesday, November 21, 2023 11:18:18:668 AM: TMainWin.tmrFixFirstLineTimer: An error in the first line of the script has been fixed" happens when there was a problem displaying the first line of a macro in the Script Editor. It has no effect on the macro running.

     

    Log entries that include MacScript are events that occur in the Script Editor. Entries that include MacEdit are events that occur in the Macro Express Explorer. For events that occur in the Player look for log entries that include MacExp.

     

    Here are some things to try:

     

    1. Press and release the Ctrl key and then type the shortkey activation again.

     

    2. Make sure you are typing the correct characters to activate the shortkey. Highlight the shortkey macro in the Macro Express Explorer window. In the yellow box under the list of macros the keys needed to activate the shortkey are displayed. For example, it may show something like  Shortkey   //ps

     

    To activate the shortkey macro type all the keystrokes shown.

     

    3. You can adjust what is needed to activate shortkeys in the Activations, Shortkeys preferences. Depending on those settings you may need to press space before or after the shortkey characters.

     

    4. To see if the macro is activating put something at the top of your macro like a Text Box Display. You could also have Macro Express play a sound when a macro is activated. This is found in the Playback, Miscellaneous preferences. But it is annoying to have a sound played every time a macro is activated so you will probably want to turn this off after your test.

     

     

  3. When you right click on a macro there is an option to "Place on Desktop". An icon will be created on your desktop that will run the macro when you double click on it.

     

    If Macro Express is not already running when you double click on the icon then Macro Express will be launched. This may take some time but the macro should run once Macro Express loads.

     

    Are you sure that the macro is not running? Put a Text Box Display command at the top of your macro. It should be displayed when you double click on the macro icon.

     

    If you still have trouble contact support here: Request Support

  4. You could also consider using the HTTP Get macro command. You would still need to parse the HTML.

     

    Sample:

    HTTP Get: https://www.macros.com to %WebPage%
    Text Box Display: Webpage

     

    <HTTP GET Option="\x00" URL="https://www.macros.com" Destination="%WebPage%" NoEmbeddedVars="FALSE"/>
    <TEXT BOX DISPLAY Title="Webpage" Content="{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033{\\fonttbl{\\f0\\fnil\\fcharset0 Tahoma;}{\\f1\\fnil Tahoma;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs20 %WebPage%\\f1 \r\n\\par }\r\n" Left="Center" Top="Center" Width="1591" Height="768" Monitor="0" OnTop="TRUE" Keep_Focus="TRUE" Mode="\x00" Delay="0"/>

     

×
×
  • Create New...