home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / windows / x / 18833 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.4 KB  |  40 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!caen!sol.ctr.columbia.edu!ira.uka.de!gmd.de!Germany.EU.net!mcsun!sun4nl!wn1.sci.kun.nl!cs.kun.nl!leonp
  3. From: leonp@cs.kun.nl (Leon Pillich)
  4. Subject: Changing focus to a fresh window -> crash!
  5. Message-ID: <BxBBC6.H9J@sci.kun.nl>
  6. Sender: news@sci.kun.nl (NUnet News Owner)
  7. Organization: University of Nijmegen, The Netherlands
  8. Date: Fri, 6 Nov 1992 20:52:53 GMT
  9. Lines: 29
  10.  
  11. n my program I have a bit of code like this:
  12. ...
  13.   XtPopup(dialog);
  14.   XSetFocus(display,RevertToNone,XtWindow(dialog),CurrentTime);
  15. ...
  16. (maybe that parameters should be in different orders but thats not
  17.  the problem)
  18.  
  19. This piece of code crashes with a bad match error ...
  20. I suspect it has something to do with that the window is not
  21. immediatly visible after popup.
  22. How can I prevend this error?
  23.  
  24. I actually need to do this, whether this is normal X practice or not.
  25. Can I prevend this error by getting all events until a
  26. visibility event and dispatching them (with XtDispatch) by "hand"?
  27.  
  28. Does anybody have any experience with this?
  29. Can anybody help me?
  30.  
  31. Thnx, (please respond by email).
  32.  
  33.  
  34. Leon Pillich
  35. University of Nijmegen, Holland
  36. email: leonp@cs.kun.nl
  37. -------------------------------------------------------------
  38.  Life is what's happening when you're making other plans ...
  39.                                       John Lennon
  40.