ImageJ
Search
everywhere
only in this topic
Advanced Search
Closing a results window; setLocation of a dialog box
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
2 messages
Douglas Benn-2
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Closing a results window; setLocation of a dialog box
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
ved sharma
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Closing a results window; setLocation of a dialog box
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
Free forum by Nabble
Edit this page