comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: WShow Prayers Answered!
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: WShow Prayers Answered! [message #74915 is a reply to message #72838] Wed, 09 February 2011 03:18 Go to previous message
Fabzou is currently offline  Fabzou
Messages: 76
Registered: November 2010
Member
Hi,
On 10/11/2010 01:16 AM, David Fanning wrote:

> If I open a graphics window with the Window command, that
> window will never come to the foreground with the WSHOW
> command.

I have this problem too.

The following code would not produce anything on my screen neither:

IDL> print, !VERSION
{ x86_64 linux unix linux 7.1.1 Aug 21 2009 64 64}
IDL> cgDisplay, /FREE, XSIZE=500, YSIZE=500, /PIXMAP
IDL> cgplot, LOADDATA(17)
IDL> xwin = !D.WINDOW
IDL> help, xwin
XWIN LONG = 44
IDL> wshow, xwin

So what are the alternatives? Currently I am doing this:

IDL> img = Transpose(tvrd(/TRUE), [1,2,0])
IDL> WDELETE, xwin
IDL> cgDisplay, /FREE, XSIZE=500, YSIZE=500
IDL> cgImage, img

But is there a better solution ?

Thanks a lot!

Fab
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: secondary y-axis won't plot on right hand side of graph
Next Topic: WShow Prayers Answered!

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 10:21:11 PDT 2025

Total time taken to generate the page: 1.91624 seconds