Claude Bonnard a écrit :
> Hello all ,
>
> In order to reduce the number of images displayed (but not opened!), I would
> like to minimize several of the images I opened or create during execution of a
> macro. Does someone have a "trick" for this?
> Thanks for your advice!
>
> Sincerely,
> Claude
>
Did you miss something like this for your macros ?
----------------------------
//do something
unzoom25();
//continue working
function unzoom25 (){
i=1;
do{
run("Out");
i++;
}while(i<5);
}
------------------------------
--
CHAMOT Christophe
---------------------------------------------------------------------
Plate-Forme de Recherche IFR117
"Imageries des Processus Dynamiques
en Biologie Cellulaire et Biologie du Développement "
Institut Jacques Monod, CNRS, Universités Paris 6 et 7
2, place Jussieu - Tour 43
75251 Paris cedex 05
Tel: 01 44 27 57 84
http://www.ijm.jussieu.fr/---------------------------------------------------------------------