home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / x / 16503 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1.1 KB  |  33 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!psgrain!qiclab!gasco!s1w
  3. From: s1w@gasco.uucp (Scott A. White  x5947)
  4. Subject: Understanding the X Error Handler Messages
  5. Message-ID: <1992Sep10.204504.29428@gasco.com>
  6. Sender: usenet@gasco.com (USENET poster ID)
  7. Nntp-Posting-Host: spica
  8. Organization: Northwest Natural Gas, Portland, OR
  9. Date: Thu, 10 Sep 1992 20:45:04 GMT
  10. Lines: 21
  11.  
  12. Greetings!
  13.  
  14. I am developing a Motif application and sometimes get
  15. some messages from the X Error Handler.  I know one
  16. cause... calling XtVaSetValues in textFields within 
  17. the text field's act callback.  However this on has 
  18. me stumped. I perused our archived version of the FAQ, 
  19. and checked Vols I and II, but to no avail.  
  20.  
  21. X Error of failed request:  BadDrawable (invalid Pixmap or Window parameter)
  22.   Major opcode of failed request:  62 (X_CopyArea)
  23.   Minor opcode of failed request:  0
  24.   Resource id in failed request:  0xc00148
  25.   Serial number of failed request:  4346
  26.   Current serial number in output stream:  4355
  27.  
  28. Would someone please e-mail me an interpretation
  29. of this, and suggestions about how to debug this
  30. problem  (besides "Fix your pixmap/window parameter").
  31.  
  32. many thanks!
  33.