home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sgi / 12863 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  1.1 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!dtix!mimsy!afterlife!adm!news
  2. From: mberger@relay.nswc.navy.mil
  3. Newsgroups: comp.sys.sgi
  4. Subject: PUPDRAW OVERDRAW menus
  5. Message-ID: <32196@adm.brl.mil>
  6. Date: 25 Aug 92 19:31:29 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 14
  9.  
  10. My application displays several GL windows that are controlled by popup
  11. menus (and sub-menus of varying size).  The popup menus are displayed in
  12. the PUDRAW or OVERDRAW bit-planes using noborder(), winopen() and
  13. prefposition(opx, opx + sizex, opy, opy + sizey).  Sub-menus are displayed
  14. using winposition().  In 3.X I ignored the redraws caused by popup menus and
  15. everything was fine (I ignore the REDRAWs because each window takes about 5
  16. sec. to display).  In 4.0.1 when I go to sub-menus I get random colors where
  17. the original menu/window was located.
  18.  
  19. Is there a way to clear the NORMALDRAW bit-planes so I can see through them,
  20. or can I open a window that only has PUPDRAW bit-planes?  It seems that
  21. someone would have run into this problem, is this a mixed GL, X application?
  22.  
  23. --- Mike mberger@relay.nswc.navy.mil
  24.