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

Home » Public Forums » archive » SOLUTION: Displaying plots on X-terminals: backing pixmap doesn't get set?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
SOLUTION: Displaying plots on X-terminals: backing pixmap doesn't get set? [message #994] Tue, 13 April 1993 12:31
kashyap is currently offline  kashyap
Messages: 26
Registered: April 1993
Junior Member
In article <1993Apr13.163701.21016@midway.uchicago.edu> kashyap@oddjob.uchicago.edu (Vinay Kashyap) writes:
> Hi,
>
> I use a Visual TX100M X-terminal (currently with 2-Meg memory) sometimes to
> display IDL plots, and for some reason, the backing pixmap does not get set.
> So whenever I cover/uncover the plot window, the covered part comes out
> blank. It gets rather annoying when one is trying to build up a complicated
> plot. I would appreciate any suggestions/hints to avoid this problem.
>
> I have the same problem with ghostview, but that I can live with.
>
> terminal windows, clocks, xload, etc., do NOT exhibit this problem. i.e.,
> when I cover an xterm window with another and uncover it, I can still see all
> the stuff that was covered.

The solution is quite simple, as it turns out (Thanks to Jim Pendleton and
Eric Deutsch):

Most workstations take care of "backing store", but X Terminals do not.
use:
IDL> device,retain=2
as soon as you enter IDL (before opening ANY graphics windows) to
tell IDL to supply the backing store itself...
or
IDL> window,retain=2
When you create your windows

Vinay
[Message index]
 
Read Message
Previous Topic: Displaying plots on X-terminals: backing pixmap doesn't get set?
Next Topic: More 3-d plot questions

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

Current Time: Fri Oct 10 07:41:21 PDT 2025

Total time taken to generate the page: 0.56687 seconds