|
Bugzilla – Bug 172 |
3D Viewer macro recorded command does not work |
Last modified: 2010-05-24 22:31:13 CDT |
| ⚠ |
NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug. The Fiji project now uses GitHub Issues for issue tracking. Please file all new issues there. |
| 3D Viewer macro recorded command does not work | |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
When I run this "recorded" macro: selectWindow("yyy"); call("ij3d.ImageJ3DViewer.setColor", "255","0","0")run("3D Viewer"); call("ij3d.ImageJ3DViewer.add", "yyy", "None", "yyy", "0", "true", "true", "true", "2", "0"); call("ImageJ_3D_Viewer.select", "yyy"); call("ij3d.ImageJ3DViewer.setColor", "255","0","0") I get the error: Could not find method select with 1 parameter(s) in class ImageJ_3D_viewer in line 4. call ( "Image_3D_Viewer.select", "yyy" <)>; Is this a 3D Viewer problem or is the ImageJA macro recorder not working correctly? I also noted that some command are sent to the recorder window without a ";" at the end and on the same line as the previously recorded command. Regards G