Jump to content
Macro Express Forums

Martin

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Martin

  1. Ok, i habe a mex file with 6 macros in it - how do i get it, that if the user doubleclick this mex file, that one of these macros in my example called start is executed - that must be a kind auf autoexec macro. this macro calls the other macros. and is it possible to get this mex file on a taskbar as a standalone button.

     

    thank you very very much!!!

  2. Hello,

     

    i a multiple choice i press a letter(which is marked by an &) - then this selection is marked - after that i have to push the ok button - is it possible to immediately execute this selection by just typing the letter. this letter may only work in this dialog.

     

    sorry, my english is not that perfect some twenty years ago in school :rolleyes:

     

    Thank you Greetings from gerrmany

     

    Martin

     

     

  3. Hello,

     

    i have threePrompts to enter different names. If the user presses cancel i can handle this error - do i have to put the errorhandlingaround each of the Input lines or is there a better solution -

     

    Thank you very much!

     

    Martin

     

    <VARIABLE SET STRING Option="\x01" Destination="%BFG%" Prompt="Bitte BFG eingeben - Mehrere bitte getrennt mit ; zB.\r\nMartin Krug; Max Muster" Mask="FALSE" OnTop="FALSE" Left="Center" Top="Center" Monitor="0"/>
    <ON ERROR/>
    <CATCH ERROR Code="2"/>
    <MACRO RUN Use_ID="FALSE" Name="Hauptfunktion" ID="-1" Wait="TRUE"/>
    <END CATCH ERROR/>
    <END ERROR/>
    <VARIABLE SET STRING Option="\x01" Destination="%EDVB%" Prompt="Bitte EDVB eingeben - Mehrere bitte getrennt mit ; zB.\r\nMartin Krug; Max Muster" Mask="FALSE" OnTop="FALSE" Left="Center" Top="Center" Monitor="0"/>

    <ON ERROR/>
    <CATCH ERROR Code="2"/>
    <MACRO RUN Use_ID="FALSE" Name="Hauptfunktion" ID="-1" Wait="TRUE"/>
    <END CATCH ERROR/>
    <END ERROR/>
    <VARIABLE SET STRING Option="\x01" Destination="%KME%" Prompt="Bitte EDVB eingeben - Mehrere bitte getrennt mit ; zB.\r\nMartin Krug; Max Muster" Mask="FALSE" OnTop="FALSE" Left="Center" Top="Center" Monitor="0"/>

    <ON ERROR/>
    <CATCH ERROR Code="2"/>
    <MACRO RUN Use_ID="FALSE" Name="Hauptfunktion" ID="-1" Wait="TRUE"/>
    <END CATCH ERROR/>
    <END ERROR/>

×
×
  • Create New...