Jump to content
Macro Express Forums

Martin

Members
  • Posts

    11
  • Joined

  • Last visited

Everything 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. Is there another solution e.g i put all macros in one Macro and work with labels? Does it work?
  3. Hello, I have five macros that call each Other by the nickname, can I put These in one playable file mxe - one of These Five macros is called start, if i doubleclick the mxe file this one should be executed - is this possible? I Read that only one Macro can be put in a playable file? Thanks a Lot Martin
  4. Hello, Is there an e.g. Command line possibility to start Macro Express with a Macro what is Part of a mex file and is there a Command which closes the Macro and Macro express completely. Thank you Martin
  5. 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 Thank you Greetings from gerrmany Martin
  6. Hello, i habe an text Array with 10 elements - that will be filled with names - how can i check the first element where there is no content (perhaps with a Loop?). e.g. i have seven names - the first with no content is element 8. or is there a function. thank you Martin
  7. 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/>
  8. Hello, is there an easy way to enter multiple variables in one TextBox(or something like that) - e.g. Name street zipcode Country.... At the Moment i use several textboxes for the user to enter these informations. thank you! Martin
  9. Hello, how is it possible to react if someone presses the cancel button e.g. on a multiple choice menu. thank you greetings from Germany Martin
  10. Thank you very much - great - it is really hidden;-)
  11. Hello, is it possible to change the icon of macros - i dont find the solution - i want to use these icons in a pop up macro. Thank you very much. Greetings from Germany Martin
×
×
  • Create New...