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