Is it possible to "minimize" a window?

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

Is it possible to "minimize" a window?

Claude Bonnard
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

--
Claude Bonnard Ph.D.
ISREC (Swiss Institute for Experimental Cancer Research)
Microscopy, Imaging and Morphology Core Facility [MIM]
Lab F216
Ch des Boveresses 155
CH-1066 Epalinges
Switzerland
email: [hidden email]
phone: [41-21]-692-5891
  fax: [41-21]-652-6933
Reply | Threaded
Open this post in threaded view
|

Re: Is it possible to "minimize" a window?

Christophe CHAMOT
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/
---------------------------------------------------------------------
Reply | Threaded
Open this post in threaded view
|

Re: Is it possible to "minimize" a window?

Claude Bonnard
Fantastic!

Thanks a lot, Christophe! This is exactly what I needed!
Regards and have a nice w.e.!
Claude

On Feb 10,  4:37pm, CHAMOT Christophe wrote:
> Subject: Re: Is it possible to "minimize" a window?
>
> [ plain text
>   Encoded with "quoted-printable" ] :
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/
> ---------------------------------------------------------------------
>-- End of excerpt from CHAMOT Christophe


--
Claude Bonnard Ph.D.
ISREC (Swiss Institute for Experimental Cancer Research)
Microscopy, Imaging and Morphology Core Facility [MIM]
Lab F216
Ch des Boveresses 155
CH-1066 Epalinges
Switzerland
email: [hidden email]
phone: [41-21]-692-5891
  fax: [41-21]-652-6933