Calling a macro from a macro
Posted by Gabriel Landini on
URL: http://imagej.273.s1.nabble.com/Calling-a-macro-from-a-macro-tp3698575.html
Hi,
Is there a way from a macro to call another macro that uses the Dialog.*
functions in a similar way that plugin dialogs can be called/filled from a
macro?
I guess that one could use the getArgument() to parse a string passed from the
calling macro to the called one, but this implies that one has to write this
in every macro that one wants to be "callable" (sorry for the sloppy terms).
Thanks for any insights.
Regards,
Gabriel