PDA

View Full Version : Customization


Veldhof
07-29-1999, 11:52 PM
We have a lot of macros for ME10. Can I use these same macros for annotation and if so were do you put them?

Michael Kahle
08-19-1999, 08:24 PM
In most cases you can't use macros written for ME10 inside the Annotation-module without modifying them. That's because most macro's get interactive and stop for direct input. Macro's that do not (you call them, don't touch your mouse or keyboard and they came to the end automatically) can be loaded into annotation by: <p> (sd-execute-annotator-command :cmd "INPUT '/pfad/file.mac'") <p> You can execute them by: <p> (sd-execute-annotator-command :cmd "macro_name") <p> Other macro's need to get an UI by using the Integration Kit and maybe even must be changed on some lines. Send me a small(!) example with one or two inputs and I may be able to change it, so you'll have an example on how to do it. <p> Best regards, Michael