Image J problem-question

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

Image J problem-question

Jeff Howard
Hi,

I have a question about a recent plugin I downloaded for ImageJ called "Color Pixel Counter". I followed the instructions and placed the associated class file into the Plugins subfolder and did a quick Refresh Menus. The color pixel counter now appears in the plugins menu list but does not work. It doesn't seem to recognize the class file, so do I have to convert it to a jar file?

thanks,
Jeff

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Image J problem-question

ERIC
Hi dear ImageJ Experts,

In a macro when I have setBatchMode(true);

I get this error message "no window with the Title Log found" while
trying to save the Log

It works well when setBatchMode(true) line is removed.
How can I get the Log window to be selected in Batch Mode ?

Thanks

Eric

Eric Denarier
Grenoble Institut des Neurosciences
Inserm U836
Chemin Fortuné Ferrini
38700 La Tronche
France


Tél :33 (0)4 56 52 05 38
Fax :33 (0)4 56 52 06 57

http://neurosciences.ujf-grenoble.fr/

Le 11/07/2012 18:41, Jeff Howard a écrit :
> Hi,
>
> I have a question about a recent plugin I downloaded for ImageJ called "Color Pixel Counter". I followed the instructions and placed the associated class file into the Plugins subfolder and did a quick Refresh Menus. The color pixel counter now appears in the plugins menu list but does not work. It doesn't seem to recognize the class file, so do I have to convert it to a jar file?
>
> thanks,
> Jeff
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Image J problem-question

parfait evouna
Hi Eric,
try to use the "setBatchMode" function like this:
........the start of the macro...............................................setBatchMode(true);....................................Here is the part of the macro you do not need to display...................................................setBatchMode(false);
..........the part of the macro where you want to save the Log file...............
and now, you can use the "setBatchMode" function again as you like.
Best regards,Parfait


> Date: Thu, 12 Jul 2012 15:56:24 +0200
> From: [hidden email]
> Subject: Re: Image J problem-question
> To: [hidden email]
>
> Hi dear ImageJ Experts,
>
> In a macro when I have setBatchMode(true);
>
> I get this error message "no window with the Title Log found" while
> trying to save the Log
>
> It works well when setBatchMode(true) line is removed.
> How can I get the Log window to be selected in Batch Mode ?
>
> Thanks
>
> Eric
>
> Eric Denarier
> Grenoble Institut des Neurosciences
> Inserm U836
> Chemin Fortuné Ferrini
> 38700 La Tronche
> France
>
>
> Tél :33 (0)4 56 52 05 38
> Fax :33 (0)4 56 52 06 57
>
> http://neurosciences.ujf-grenoble.fr/
>
> Le 11/07/2012 18:41, Jeff Howard a écrit :
> > Hi,
> >
> > I have a question about a recent plugin I downloaded for ImageJ called "Color Pixel Counter". I followed the instructions and placed the associated class file into the Plugins subfolder and did a quick Refresh Menus. The color pixel counter now appears in the plugins menu list but does not work. It doesn't seem to recognize the class file, so do I have to convert it to a jar file?
> >
> > thanks,
> > Jeff
> >
> > --
> > ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
     
--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Image J problem-question

ERIC
Hi Evouna,
I tried and it does not work.....

As suggested by Wayne, I try to simplify the macro to share it.





Eric Denarier
Grenoble Institut des Neurosciences
Inserm U836
Chemin Fortuné Ferrini
38700 La Tronche
France


Tél :33 (0)4 56 52 05 38
Fax :33 (0)4 56 52 06 57

http://neurosciences.ujf-grenoble.fr/

Le 12/07/2012 16:40, parfait evouna a écrit :

> Hi Eric,
> try to use the "setBatchMode" function like this:
> ........the start of the macro...............................................setBatchMode(true);....................................Here is the part of the macro you do not need to display...................................................setBatchMode(false);
> ..........the part of the macro where you want to save the Log file...............
> and now, you can use the "setBatchMode" function again as you like.
> Best regards,Parfait
>
>
>> Date: Thu, 12 Jul 2012 15:56:24 +0200
>> From: [hidden email]
>> Subject: Re: Image J problem-question
>> To: [hidden email]
>>
>> Hi dear ImageJ Experts,
>>
>> In a macro when I have setBatchMode(true);
>>
>> I get this error message "no window with the Title Log found" while
>> trying to save the Log
>>
>> It works well when setBatchMode(true) line is removed.
>> How can I get the Log window to be selected in Batch Mode ?
>>
>> Thanks
>>
>> Eric
>>
>> Eric Denarier
>> Grenoble Institut des Neurosciences
>> Inserm U836
>> Chemin Fortuné Ferrini
>> 38700 La Tronche
>> France
>>
>>
>> Tél :33 (0)4 56 52 05 38
>> Fax :33 (0)4 56 52 06 57
>>
>> http://neurosciences.ujf-grenoble.fr/
>>
>> Le 11/07/2012 18:41, Jeff Howard a écrit :
>>> Hi,
>>>
>>> I have a question about a recent plugin I downloaded for ImageJ called "Color Pixel Counter". I followed the instructions and placed the associated class file into the Plugins subfolder and did a quick Refresh Menus. The color pixel counter now appears in the plugins menu list but does not work. It doesn't seem to recognize the class file, so do I have to convert it to a jar file?
>>>
>>> thanks,
>>> Jeff
>>>
>>> --
>>> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>> --
>> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>    
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html