Re: Open Next
Posted by
Jerome Mutterer on
Apr 26, 2006; 3:00pm
URL: http://imagej.273.s1.nabble.com/Open-Next-tp3702792p3702793.html
Salut Léon.
Make a simple macro set with the following macros :
macro "Close and Open Next [F1]"{
close();
run("Open Next");
}
macro "Open Next [F2]"{
run("Open Next");
}
jerome
Quoting Leon Espinosa <
[hidden email]>:
> Dear ImageJ users,
> I'm trying to modify the default behavior of File/Open next command
> to give the choice to let the image opened or close it when the next(/
> previous) image is called. Have you some trick to do that ? (key
> shortcut ? how to modify IJ_Props.txt ?)
>
> thank you all...
>
> Leon
>
>
>
>
> Leon Espinosa
>
[hidden email]
>
> Laboratoire des Rickettsies du Pr. RAOULT
> UMR CNRS 6020
> Fac. de Medecine de la Timone
> 27 Bd Jean Moulin
> 13005 Marseille
>
> tel 04 91 38 55 17
> fax 04 91 38 77 72
>