home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / pascal / 4617 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.4 KB  |  35 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!s.psych.uiuc.edu!amead
  3. From: amead@s.psych.uiuc.edu (Alan Mead)
  4. Subject: Re: WANTED: multi-line text entry with editing featu
  5. References: <31554@adm.brl.mil> <1992Jul29.183050.3612@ils.nwu.edu>
  6. Message-ID: <Bs7Gqx.B8z@news.cso.uiuc.edu>
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Organization: UIUC Department of Psychology
  9. Date: Thu, 30 Jul 1992 14:11:19 GMT
  10. Lines: 23
  11.  
  12. konopka@ils.nwu.edu (Ray Konopka) writes:
  13.  
  14. >In article <31554@adm.brl.mil> usr3947a@tso.uc.edu (Kenneth Wronkiewicz) writes:
  15. >>excatly what code i could use as whell.....   i figure that it would be a 
  16. >>parcedure with a ReadChar or ReadLn command then a checking routene for word
  17. >>wrap, command charachters, etc.
  18.  
  19. >If you are using TP 6.0, take a look at the TMemo class in 
  20. >TVISION\EDITORS.PAS.  It provides a Turbo Vision multiline
  21. >entry field, with the same editing features that are in 
  22. >the Editor class, because TMemo is derived from TEditor.
  23.  
  24. >NOTE: You should pick up TP6BUGS6.ZIP from garbo.uwasa.fi
  25. >and look up the bugs listed for the EDITORS.PAS file.
  26.  
  27. Another user or two suggested this, but I am using v5.5.
  28.  
  29. I decided to write my own very simple, very dumb code (for
  30. one thing, I wanted it to run fast on an old PC or XT).
  31.  
  32. But it's still a little buggy (apparently).  
  33.  
  34. -alan
  35.