| 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 |
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.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 2864.1 | DECWIN::FISHER | Prune Juice: A Warrior's Drink! | Tue Jun 05 1990 16:44 | 9 | |
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.2 | SX4GTO::HOLT | Robert Holt, ISVG West | Sun Jun 17 1990 20:27 | 6 | |
What are you attempting to restore in those windows?
Restoring text might be more cheaply restored by just
redrawing it from memory on exposure..
| |||||