Re: idl plot window disappearances [message #77315 is a reply to message #77314] |
Tue, 23 August 2011 19:05   |
R.G.Stockwell
Messages: 163 Registered: October 2004
|
Senior Member |
|
|
>
>
> "David Fanning" wrote in message
> news:MPG.28bddc7d625698a5989967@news.giganews.com...
>
> R.G. Stockwell writes:
>
>>> 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. :-)
>>
>> I have done this a couple of times (in an existing IDL session) but what
>> I
>> see is that I can create the window, then put "another app" in front of
>> it,
>> then select the IDLDE to type wshow, then wshow will bring that "other
>> app"
>> to the front.
>
> Oh, yeah, I forgot to mention that 25% of the time
> some other application comes to the front when you
> type WShow!!
I suspect it is a specific and predictable application that is being brought
up.
Bring the IDLDE up front. Hit alt-tab and hold it down (keep the alt key
pressed), so you have the little box showing you the icons of all the active
programs. Then, while keeping the alt key down, hit esc to cancel the
alt-tab window. That will show you the order of all the windows that exist.
This random app, is always the one in the second spot, assuming IDLDE is the
first spot. Then, type wshow (IDLDE is still active) and bammo, the IDL
gets moved to the spot of window0, and what was in the second spot (in the
alt-tab window) is the new application.
That is the error in wshow. it is moving the current window to the
idlwindow0 position (and it should do it the other way around, move the
idlwindow0 position to the current window position). maybe :)
cheers,
bob
|
|
|