Macro recording window
Posted by Michael P Ellis on Mar 31, 2011; 12:16pm
URL: http://imagej.273.s1.nabble.com/Tracking-Image-Changes-with-IMAGEJ-tp3685182p3685185.html
On my MacBookPro running OS 10.6.7 with java version "1.6.0_22" the macro recording window appears to no longer display a macro as it is being recorded.
Reproduce Instructions
Open ImageJ
Select Plugins->Macros->Record...
// The Macro recorder window appears but the text area where the macro used to be displayed is absent
// the controls for creating and naming the macro are displayed. You can grow the window to display the
// text area by dragging the corner of the window
Select File->New->Image... and create a new window
// This ought to display something like
// newImage("Untitled", "8-bit Ramp", 400, 400, 1);
// Nothing is displayed in the text area
Click on the "Create" button in the "Recorder" window
// A macro window with the commands appears (apparently out of nowhere)
This behaviour I have reproduced with ImageJ 1.440 (64 bit and 32 bit) and many of the older versions of ImageJ too so I suspect this is down to a change in some configurational change on my Mac (probably java) on OS-X.
Anyone else seen this problem and or know of a solution?
-- Michael Ellis