home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SCREEN / TSDEMO15.ZIP / TSDEMO.NWS < prev    next >
Encoding:
Text File  |  1991-09-08  |  2.5 KB  |  44 lines

  1. News on the TSDEMO package by Timo Salmi in reverse order
  2. =========================================================
  3.  
  4. University of Vaasa, Finland, MIPS 2030 workstation garbo.uwasa.fi
  5. has a large collection of PD and shareware PC programs available by
  6. anonymous ftp or mail server. The file /pc/ts/0news-ts contains news
  7. about the TS-programs in the /pc/ts directory (in reverse order).
  8. This text, which you now have, is an extract from the 0news-ts file.
  9. ...................................................................
  10. Prof. Timo Salmi        
  11. Moderating at garbo.uwasa.fi anonymous ftp archives 128.214.87.1
  12. School of Business Studies, University of Vaasa, SF-65101, Finland
  13. Internet: ts@chyde.uwasa.fi Funet: gado::salmi Bitnet: salmi@finfun
  14. ...................................................................
  15.  
  16. Sun 8-Sep-91: I have been looking into entering keyboard input in
  17. Turbo Pascal graphics mode in the same way as one uses Readln in the
  18. text mode. This is something I have done some time ago with the
  19. ReadKey function in my graphics programs. I wanted, however, to make
  20. an enhanced version with line editing possible. In other words I
  21. wanted an input procedure that allows the usage of the BackSpace,
  22. Delete, CursorRight, CursorLeft, Home, End, and Escape keys.
  23. Furthermore, I wanted to make input recall (CursorUp) possible. The
  24. program that needed this feature is my updated graphics drawing
  25. program DRAWLINE.EXE in /pc/ts/tsdraw14.arc, but I first decided to
  26. try out these features in a demonstration program TURBDEMO.EXE. I
  27. have consequently updated my my package of demonstration programs to
  28. be /pc/ts/tsdemo15.arc.
  29.  
  30. Fri 7-Sep-90: I have updated my package of demonstration programs to
  31. be /pc/ts/tsdemo14.arc. These programs are in fact by-products of
  32. writing my utilities and building up my Turbo Pascal routines
  33. library. Bigchar.exe and bigtime.exe result from looking at the way
  34. which text fonts are stored in the PC textmode. Plotdemo.exe and
  35. turbdemo.exe both result from needing and writing Turbo Pascal
  36. graphics routines. The former draws a number of different functions
  37. in CGA graphics. The latter is new to the package and it involves
  38. solving a number of problems that arise in Turbo Pascal graphics
  39. programming. These problems include some which have recently been
  40. discussed in the InterNet comp.lang.pascal newsgroup, such as having
  41. a different background color for each graphics window (when the
  42. screen is divided into several windows), underlining text, mixed
  43. colors to seemingly increase the number of available colors, etc.
  44.