Login  Register

Line Width Cursor in a macro

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Line Width Cursor in a macro

ERIC
76 posts
Dear ImageJ Experts,
I can't find a way to get the Line Width window (the one that open when
you double-click on a line tool) to be opened in a macro. Is there any ?

Thanks a lot

--

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/

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

Re: Line Width Cursor in a macro

Jerome Mutterer-3
170 posts
Bonjour Eric,

you can use: run("Line Width... ");
with an extra space.

The command without the extra space opens the Edit>Options>Line Width...
dialog.
Sincerely,

Jerome

On 14 September 2012 11:21, Eric Denarier <[hidden email]>wrote:

> Dear ImageJ Experts,
> I can't find a way to get the Line Width window (the one that open when
> you double-click on a line tool) to be opened in a macro. Is there any ?
>
> Thanks a lot
>
> --
>
> 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/<http://neurosciences.ujf-grenoble.fr/>
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.**html<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
| More
Print post
Permalink

Re: Line Width Cursor in a macro

ERIC
76 posts
Thanks Jerome,
I had to copy your message to make it work.
Quite amazing, what an extra space after 3 dots can make !!!!

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 14/09/2012 11:33, Jerome Mutterer a écrit :
> run("Line Width... ");

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