Using macro extension in my own plugin

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Using macro extension in my own plugin

pjski
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