home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / programm / 7852 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.3 KB  |  47 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!destroyer!gumby!wupost!eclnews!usenet
  3. From: mrb@earth.wustl.edu (Mike Bray)
  4. Subject: DBKit DBTableview -smartprintPS bug
  5. Message-ID: <1992Dec16.032631.5215@wuecl.wustl.edu>
  6. Sender: usenet@wuecl.wustl.edu (News Administrator)
  7. Nntp-Posting-Host: earth
  8. Organization: Washington University, St. Louis MO
  9. Date: Wed, 16 Dec 1992 03:26:31 GMT
  10. Lines: 35
  11.  
  12. I have a simple DBTableview loaded with data.  I haven't messed
  13. with any of it's formatters.  If I send it the "smartprintPS" 
  14. selector, both preview and my HP IIISi give me the following:
  15. -----------------
  16.  
  17. ERROR:  invalidfont
  18. OFFENDING COMMAND:  show
  19. STACK:
  20.  
  21. (ABW)
  22.  
  23. ------------------
  24.  
  25. (The "ABW" is the text string in the first cell in the table)
  26.  
  27. If I have the grid turned on, the grid prints ok, then the error
  28. is flagged.
  29.  
  30. If I send smartprintPS to the window containing the 
  31. tableview, a large part of the window is printed before the error 
  32. occurs, showing the outline of the table, and the grid, but no
  33. column headings.
  34.  
  35. Printing the window from IB works fine, showing column headings and
  36. all.  
  37.  
  38. What's going on?  Examining the postscript file shows that each cell
  39. is filled in with it's data by first positioning, and then 
  40. executing "show".
  41.  
  42. How do I work around this and get it to work?
  43.  
  44. Thanks,
  45. Mike Bray  mrb@earth.wustl.edu  307-332-6973 x279
  46.  
  47.