Jump to content
Macro Express Forums

Tee Hiett

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Tee Hiett

  1. acantor,

    Here is the response I got back from the KnowBrainer forum regarding my problem:

    Edgar has posted a message entitled KnowBrainer and shellexecute.

    The following message was posted on: Friday January 18, 2019 11:40:24 AM

    In the KnowBrainer example you need to use SendKeys like this:
    SendKeys "+^%9", 1' note that I have removed the curly braces

    So both methods now work correctly when I am using KnowBrainer.

    You might like to take a look at the very active KnowBrainer forum for reference when you have questions about Dragon.  You might even want to look at KnowBrainer.

    Thanks so much for your help and especially your patience.

    Tee

  2. acantor,

    I must apologize. I have been used a Dragon add-in named KnowBrainer for so many years that I had forgotten that it really is a separate program.  When I loaded Dragon without KnowBrainer and put the commands into the MyCommands editor of Dragon I got the same results that you have reported.  Although the Shell method of calling the Macro Express macros work fine, I am investigating this further and will let you know what I find out.

    Thanks so much for hanging in there with me.

    Tee

     

     

  3. SendSystemKeys "{Ctrl+Shift+Alt+9}"  Error : Invalid instruction 
    SendKeys "{Ctrl+Shift+Alt+9}"  Error: (10111) Invalid key name
    
    SendSystemKeys "{^+%9}" Invalid instruction 
    
    SendKeys "{^+%9}" Error: (10111) Invalid key name

    Using SendSystemKeys  returns the error Invalid instruction no  matter the number of modifiers or method of identifying the keys.

    Using SendKeys  returns the error Invalid key name no  matter the number of modifiers or method of identifying the keys

    Enter the key strokes from the keyboard always executes the command, without the name of the site, of course.

     

  4. Thanks, acantor.

    When I run the command  SendSystemKeys "{Alt+Shift+Ctrl+9}"  on my computer, I get the error message shown in the attached file.

    When I run the Shell command method, the program runs all the way through but does not produce any results.

    The macro seems to run consistently when I key in the Alt, Shift, Ctrl and 9 keys.


    I am running Windows 10, Macro Express Pro 6 and DPI 15.3. Could the problem be with Windows 10?

    Thanks for your help with this.
    Tee

    2019-01-12_16-28-00.jpg

  5. Any suggestions as to why the Shell command method nor the hot key method shown below will activate the MacroExpress, also shown below?  The Macro Express macro works as expected alone.  I just can't activate it from Dragon.
    Thanks,
    Tee


    Dragon
    Sub Main
    ' Shell command method - Macro Express nickname FillWithRobo
    Shell "C:\Program Files (x86)\Macro Express Pro 6\MeProc.exe /AFillWithRobo"
    'Hot Key method Ctrl+Shift+Alt+9
    ' SendKeys "^+%9"
    Wait 2
    SendKeys ListVar1
    Wait 0.2
    SendKeys "{Enter}"
    End Sub'

    Macro Express

    <COMMENT Value="==========================================================================="/>
    <COMMENT Value="opened the window for RoboForm Search"/>
    <COMMENT Value="----------------------------------------------------------------------------------------------------------------------------------"/>
    <MOVE MOUSE TO NOTIFICATION AREA ICON Icon="RoboForm: fills forms, manages passwords" Exact="FALSE" Center="TRUE" Left="0" Top="0"/>
    <COMMENT Value="Change focus to Search box "/>
    <WINDOW ACTIVATE Title="RoboForm Search Box" Exact_Match="FALSE" Wildcards="FALSE" _IGNORE="0x0006"/>
    <COMMENT Value="Clear any existing text "/>
    <TEXT TYPE Action="0" Text="<DELETE>"/>


                   

×
×
  • Create New...