Closing a results window; setLocation of a dialog box

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

Closing a results window; setLocation of a dialog box

Douglas Benn-2
I would be grateful for some help:

1.       I would like to hide a Results table so it is not visible on
the screen. I tried   run("Close","Results"); and got a macro error.

2.       How do you set the screen location of a dialog box?

 

Thank you.

 

Douglas Benn
Reply | Threaded
Open this post in threaded view
|

Re: Closing a results window; setLocation of a dialog box

ved sharma
Hi Douglas,

The solution to your first question might be:

selectWindow("Results");
run("Close");

Ved

-----------------------
Ved P. Sharma, Ph.D.
Dept. of Anatomy and Structural Biology
Albert Einstein College of Medicine
Bronx, NY 10461