Hi everybody,
I would like to start a macro from the imageJ toolbar. For that, i added this in the startupMacros file :
macro "Start Analyse Tool - C037L494fL4990L90b0Lc1c3L82a4Lb58bL7c4fDb4L5a5dL6b6cD7b" {
print("start");
runMacro("macroBash");
}
But, the problem is, when i click on the button, nothing happened. In order to run my macro, i need to open an image and click on the image. Is there a way to run my macro just by clicking on the button in the toolbar ?
Thank you,
Kévin.