hide first column of the results table

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

hide first column of the results table

JPCLAMME
Hi,

Does anyone know how to hide the first column (with the counter numbers)
of a results table.

Thank you

JP
 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Jean-Pierre CLAMME, PhD
Chief Scientist
Nitto Denko Technical
501 Via Del Monte
Oceanside, CA 92058
E-mail: [hidden email]
Phone: +760.435.7065
Reply | Threaded
Open this post in threaded view
|

Re: hide first column of the results table

Rasband, Wayne (NIH/NIMH) [E]
On Sep 8, 2011, at 1:40 PM, Jean Pierre CLAMME wrote:

> Hi,
>
> Does anyone know how to hide the first column (with the counter numbers)
> of a results table.

There are updated versions of the Sine/Cosine Table plugin at

    http://rsbweb.nih.gov/ij/plugins/sine-cosine.html

and the SineCosineTable macro at

    http://imagej.nih.gov/ij/macros/SineCosineTable.txt

that do this. They both require the ImageJ 1.45o daily build, which adds the ResultsTable.showRowNumbers(false) method and the setOption("ShowRowNumbers",false) macro function.

-wayne