[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

2864.0. "Multiple windows; backing store?" by ESRAD::PANGAKIS (Tara Pangakis DTN 287-3551) Mon Jun 04 1990 17:43

    I'm working with a third-party developing a courseware development
    application.
    
    They're having trouble providing "backing store" for more than
    one window.  Keeping a pixmap for each window exhausts memory.
    
    Can anyone provide a pointer for how to handle this?
T.RTitleUserPersonal
Name
DateLines
2864.1DECWIN::FISHERPrune Juice: A Warrior's Drink!Tue Jun 05 1990 17:449
In what way exhausts memory?  Do they get a pixmap allocation failure, or
do they get a server death?  The server death problem is mentioned just a
few notes back (2860?? I answered it today).  If it is an alloc problem on a
VMS server, it is probably the case that they are getting a single pixmap which
is too big.  (There is a limit of about one screenful for *each* pixmap on
non-SPX color).  In that case, you have to either do without, or change the code
to get several pixmaps.

Burns
2864.2SX4GTO::HOLTRobert Holt, ISVG WestSun Jun 17 1990 21:276
    
    What are you attempting to restore in those windows? 
    
    Restoring text might be more cheaply restored by just
    redrawing it from memory on exposure..