home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / windows / openloo / 4438 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.1 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sun-barr!cs.utexas.edu!natinst.com!news.dell.com!texsun!cronkite.Central.Sun.COM!west.West.Sun.COM!male.EBay.Sun.COM!jethro.Corp.Sun.COM!exodus.Eng.Sun.COM!exodus!jsc
  2. From: jsc@saxon.Eng.Sun.COM (John Cooper)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Re: OLIT PopupWindowShell woes
  5. Message-ID: <JSC.92Nov10121904@saxon.Eng.Sun.COM>
  6. Date: 10 Nov 92 18:19:04 GMT
  7. References: <jutcrfs@openlook.Unify.Com>
  8. Organization: SunSoft, Inc., Mountain View, CA
  9. Lines: 17
  10. NNTP-Posting-Host: saxon
  11. In-reply-to: merlyn@usl.com's message of 9 Nov 92 14:51:00 GMT
  12.  
  13. >> Steve Humphrey writes:
  14.  
  15.  Steve> A work-around is to turn off the save-unders, by setting XtNsaveUnders
  16.  Steve> on the PopupWindow widget to False:
  17.  
  18.  Steve> *PopupWindowShell.saveUnders: false
  19.  
  20. Yes, and this suffices if running under twm.
  21.  
  22. However, (Sun's) olwm also turns on save_under for the frames of all
  23. windows which set the WM_TRANSIENT_FOR property. So, to turn off
  24. save-unders for PopupWindows, this WM behavior also needs to be disabled:
  25.  
  26.     olwm.TransientsSaveUnder: False
  27.  
  28. --
  29.     --- John
  30.