home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / misc / 1786 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  1.3 KB

  1. Path: sparky!uunet!pipex!warwick!rlinf!gwr-pc.cc.rl.ac.uk!GWR
  2. From: GWR@ib.rl.ac.uk (Graham Robinson)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: DOS application screen updating problem under Windows
  5. Summary: DOS application sometimes incorrectly updates window
  6. Keywords: DOS Window
  7. Message-ID: <GWR.3.716224130@ib.rl.ac.uk>
  8. Date: 11 Sep 92 15:08:51 GMT
  9. Sender: news@inf.rl.ac.uk
  10. Organization: Rutherford Appleton Laboratory, SERC
  11. Lines: 19
  12.  
  13.  
  14. I have a DOS terminal emulator which is now being used in a DOS session
  15. under Windows 3.1.  All works fine except that in some cases the window is
  16. not completely updated usually after it has been cleared and is being
  17. totally rewritten.  The application is written in assembler and writes
  18. directly to the screen buffer.  Windows is in 386 enhanced mode and the
  19. problem does not occur when running in full screen mode.  It is thus
  20. something to do with the updating of the window and this can be
  21. demonstrated by moving another window on top of it and then away again
  22. which causes it to be redrawn correctly.
  23.  
  24. I have tried changing the WindowsUpdateTime value and this had no effect.
  25. What I need is a call similar to the Topview Int 10 function FF to tell
  26. Windows that the window has been updated.  Does anyone know if such a
  27. Windows call exists and what its specification is?
  28.  
  29. Many thanks in anticipation
  30.  
  31. Graham Robinson
  32.