Login  Register

Re: Imageflow - Visual Macro Editing - Release 1.0

Posted by Gabriel Landini on May 22, 2009; 2:21pm
URL: http://imagej.273.s1.nabble.com/Imageflow-Visual-Macro-Editing-Release-1-0-tp3692434p3692437.html

On Friday 22 May 2009  14:16:12 Daniel Senff wrote:
> Ok fixed. Sorry another redownload is necessary.

Thanks.
A suggestion: neither of the 2 examples seem to work because there is an image
invoked that does not exist.
Wouldn't it be better to have examples that worked anywhere? For instance
using one of the sample images of IJ.  Or creating a new image, or including
some small sample image in the download?

For some reason, if I change the missing image to some other, the workflow
works but it gives this error to the console:

[...]
setBatchMode("exit and display");
Unit_1_Output_1-1
22-May-2009 15:18:44 org.jdesktop.application.Task failed
SEVERE: de.danielsenff.imageflow.tasks.RunMacroTask@1a28d31 failed:
java.lang.NumberFormatException: For input string: "1-1"
java.lang.NumberFormatException: For input string: "1-1"
        at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:456)
        at java.lang.Integer.valueOf(Integer.java:553)
        at
de.danielsenff.imageflow.controller.GraphController.runImageJMacro(GraphController.java:80)
        at
de.danielsenff.imageflow.tasks.RunMacroTask.doInBackground(RunMacroTask.java:36)
        at
de.danielsenff.imageflow.tasks.RunMacroTask.doInBackground(RunMacroTask.java:1)
        at org.jdesktop.swingworker.SwingWorker$1.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at org.jdesktop.swingworker.SwingWorker.run(Unknown Source)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)

======

Cheers

G.