home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / x / motif / 8218 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.8 KB  |  40 lines

  1. Newsgroups: comp.windows.x.motif
  2. Path: sparky!uunet!wupost!cs.utexas.edu!uwm.edu!linac!uchinews!ellis!besp
  3. From: besp@ellis.uchicago.edu (anna  besprozannaya)
  4. Subject: Re: Table Widget Woes...
  5. Message-ID: <1992Dec24.030752.3880@midway.uchicago.edu>
  6. Keywords: Table Widget, core dump
  7. Sender: news@uchinews.uchicago.edu (News System)
  8. Reply-To: besp@midway.uchicago.edu
  9. Organization: University of Chicago Computing Organizations
  10. References: <1992Dec22.163835.25043@searchtech.com>
  11. Date: Thu, 24 Dec 1992 03:07:52 GMT
  12. Lines: 26
  13.  
  14. In article <1992Dec22.163835.25043@searchtech.com> rob@searchtech.com (Rob Andes) writes:
  15. >
  16. >    I've recently come across some useful Motif widgets, and am
  17. >currently undertaking their compilation for eventual use in an 
  18. >application.  One widget of particular interest is the _Table Widget_ of
  19. >Harrison and Nazgul (sorry to others that contributed but aren't 
  20. >mentioned).
  21. >    
  22. >    The problem (for me) is getting the widget to run, even using
  23. >the example programs.  I compile ok (using the updates for Motif 1.1),
  24. >but both of the examples core dump, with nothing of use in the dbx
  25. >scan.  Seems to crash during the XtOpenDisplay (yeah, I know how early
  26. >that is, *sigh*) call.
  27. >    
  28. You probably grabbed the sources from export.lcs.mit.edu.
  29. The problem is that in both example programs XtOpenDisplay()
  30. is called with one of the parameters illegally set to NULL (sorry,
  31. I don't remember exactly which one, but think it's app_context). 
  32. Read the man page for XtOpenDisplay(), call it correctly, and
  33. you should be ok.
  34.  
  35. --------------------------------------------------------------------------------
  36. Anna Pluzhnikov        besp@ellis.uchicago.edu        312/955-5784
  37.  
  38. "Perfection is achieved, not when there is nothing left to add,
  39. but when there is nothing left to take away" - Antoine de St. Exupery
  40.