> Thanks -- have just checked that, it seems the index builder dialog box
> doesn't have a title. :-(
Building on the previous idea of using the window commands.. Perhaps you could:
For each winref returned by WINDOW LIST
{
use WINDOW KIND to find out the window type (is it a modal window?)
use WINDOW PROCESS to find out which process the window belongs to (you
mentioned process 0)
use GET WINDOW TITLE to get the title of the window (you mentioned it was blank)
use GET WINDOW RECT to get the coordinates of the window
use the coordinates to determine the actual window size (I am guessing it is
always the same size)
then evaluate this information to *guess* if the window is visible based on the
criteria you know about the window
}
I think this may be the best you can do without a feature request being made.
-Tim
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ: http://lists.4d.com/faqnug.html
Archive: http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:[email protected]
**********************************************************************