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

Home » Public Forums » archive » Q: Debugging: Unable to create pixmaps
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: Q: Debugging: Unable to create pixmaps [message #9603 is a reply to message #9600] Thu, 24 July 1997 00:00 Go to previous message
davidf is currently offline  davidf
Messages: 2866
Registered: September 1996
Senior Member
Wendy Gale writes:

> Could someone tell me what types of problems (ie, memory limitations, or
> out-of-range screen variables) cause the IDL error message:
> Unable to create pixmaps

Pixmaps are created, essentially, in the video RAM of the display
device. When a requested pixmap exceeds the video RAM capacity,
some operating systems are smart enough to cache the pixmap
in virtual memory. Most workstations, for example, have no
difficulty making as many pixmaps as you like, as large as
you like.

But other platforms do not have as sophisticated a memory
management capability. For example, if you are not careful
about cleaning up old pixmaps, etc, then PCs can often
give you a message like this. (I see it all the time in
IDL programming classes when I teach pixmaps. The students
forget to delete the pixmap when they exit their widget
program. They eventually run out of "pixmap memory".)

X-Terminals are the worst. In many cases, pixmaps can be
made no larger than the size of the display. There is not
much that can be done in this case, except to purchase more
RAM for the X-term, making it about as expensive as the
workstation you should have bought in the first place. :-)

Cheers,

David


------------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
Customizable IDL Programming Courses
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com
IDL 5 Reports: http://www.dfanning.com/documents/anomaly5.html
[Message index]
 
Read Message
Read Message
Previous Topic: Variogram Routine for IDL
Next Topic: Re: Wow. exp() difficulties...

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

Current Time: Sat Oct 11 20:49:42 PDT 2025

Total time taken to generate the page: 0.54665 seconds