home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / programm / 8043 < prev    next >
Encoding:
Text File  |  1993-01-09  |  1.7 KB  |  40 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!pipex!demon!prim.demon.co.uk!dave
  3. From: dave@prim.demon.co.uk (Dave Griffiths)
  4. Subject: Re: TEXT.H TextFunc how does it work???
  5. Message-ID: <1993Jan8.000700.16819@prim>
  6. Organization: Primitive Software Ltd.
  7. References: <HNJ060R@gwdu03.gwdg.de>
  8. Date: Fri, 8 Jan 1993 00:07:00 GMT
  9. Lines: 29
  10.  
  11. In article <HNJ060R@gwdu03.gwdg.de> mzeller@namu01.gwdg.de (Meinrad Zeller) writes:
  12. >Hi there,
  13. >
  14. >I've worked quite a bit with the text object and also had problems with those 
  15. >scanning and drawing functions. I've debugged the whole thing and think, that  
  16. >its just too much work to write your own functions. 
  17. >Originally I wanted to write a small wordprocessor using the text object, 
  18. >and wanted to implement decimal and right justified tabs and also justified 
  19. >text. Because of missing documentation and bugs in the text object I've 
  20. >dropped the project. I'm not sure, whether its simpler, to rewrite the whole 
  21. >thing so you know whats going on, or to explore the text object and find out
  22. > how to write your own functions.
  23. >
  24. >I don't understand why NeXT makes those functions public, but doesnt 
  25. >document them at all. The documentation tells us, that things like 
  26. >NX_JUSTIFIED and NX_RIGHTTAB are not implemented #yet#. But 3.0 didn't 
  27. >change anything. 
  28. >
  29.  
  30. It seems to be agreed that the Text object is the worst part of the app kit. 
  31. Most WordProcessors for the NeXT don't use it, which is wasteful because 
  32. you've got all these developers reinventing the wheel. NeXT don't seem to be 
  33. putting much effort into supporting it.
  34.  
  35. Solution? I think NeXT should release the source for the Text object. What do 
  36. they have to lose? It's hardly a jewel in their crown. And there's loads to 
  37. gain for all of us.
  38.  
  39. Dave Griffiths
  40.