Login  Register

Using macro extension in my own plugin

Posted by pjski on Jan 25, 2014; 12:16am
URL: http://imagej.273.s1.nabble.com/Using-macro-extension-in-my-own-plugin-tp5006272.html

Hi everyone,
I am having problem with macro extention. I want to use 3D Roi Manager's features in my own plugin. Before I started writing the script I checked in macro recorder what functions I would need. That is the output from recorder:

run("3D Manager");
Ext.Manager3D_AddImage();

How I can use the "Ext.Manager3D_AddImage();" funtion in my code ?

Cheers,
Bart