home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / pmtermsr.lzh / readme2 < prev    next >
Text File  |  1995-10-13  |  2KB  |  43 lines

  1. Area 20, Msg#2000, Oct-13-95 03:11:04
  2.    From: Peter Fitzsimmons                    
  3.      To: Phil Crown                           
  4. Subject: Good OS/2 C/C++ books
  5.  
  6.  
  7.  BE> I'm looking for a book about advanced uses of scroll bars, and
  8.  BE> continual screen writes that don't gobble up resources.  I have OS/2
  9.  BE> Real World Programming, by SAMS and it is just OK for what I want. 
  10.  BE> Any suggestions.
  11.  
  12.  PC> What do you mean by continual screen writes?  As in a 
  13.  PC> communications program
  14.  PC> where the screen is constantly scrolling when 
  15.  PC> receiving data?  This is what
  16.  
  17. sigh...this is really not that hard.  The secret is to scroll more than one 
  18. line at a time,  if you have received more than one line of data since the 
  19. last scroll.
  20.  
  21. I wrote some PM code to do fast scrolling (in a real PM program,  not el-
  22. cheapo AVIO) about 6 years ago,  but it wasn't until last year's coloradOS/2 
  23. that I cleaned it up enough to release it.   That was about 1.5 years ago -- 
  24. and I did release it,  but I guess it didn't get much further than the 
  25. coloradOS/2 '94 cdrom.  I'll post it on my bbs.
  26.  
  27. It is a _very_ dumb terminal program,  and the code is meant to be explained 
  28. by me while I am giving a presentation (ie: there are but few comments in the 
  29. code).
  30.  
  31. Hint: to see how fast it can scroll,  type a text file name for the port 
  32. (instead of "COM1").
  33.  
  34. FREQ pmtermsr.lzh from 1:259/414,  approx 30k.
  35.  
  36.  
  37. --- Maximus/2 3.00
  38.  * Origin: Sol 3 * Toronto * V.32 * (905)858-8488 (1:259/414)
  39. SEEN-BY: 259/414
  40. ------------------------------------------------------------------------------
  41.  
  42.  
  43.