Re: idl plot window disappearances [message #77318 is a reply to message #77317] |
Tue, 23 August 2011 13:57   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Jeremy Bailin writes:
> Would using a cgWindow and cgSet work?
Well, the Coyote Graphics equivalent would be
cgShow, but alas, the Coyote Graphics rely on
the underlying IDL programs working correctly.
So, no, it wouldn't help in this case.
The problem is there is no reliable way to
bring a direct graphics window forward on the
display any longer. :-(
In IDL 8.1 for example, I type this:
window
Now, I hide the window behind another application,
and type this:
wshow
This command does nothing. But, if I do this:
xcolors
wshow
The window 0 pops forward!! This works about
25% of the time and for God only knows what
reason. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|