home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5311 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  976 b 

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!agate!usenet
  2. From: william@moica.berkeley.edu (William E. Grosso)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: ScrollView redux.....
  5. Keywords: speed is a good thing.
  6. Message-ID: <154nolINNgsl@agate.berkeley.edu>
  7. Date: 29 Jul 92 00:12:05 GMT
  8. Organization: University of California, Berkeley
  9. Lines: 18
  10. NNTP-Posting-Host: simple.berkeley.edu
  11.  
  12.  
  13.  
  14.  
  15. Thanks to everybody who replied to my previous question on 
  16. ScrollViews (why I was losing subviews during scrolling).
  17.  
  18. Another question: Scrolling seems to be incredibly slow. 
  19. How does one speed it up ? Are there standard ways to 
  20. scroll quickly (and still have dynamic drawing) ?
  21.  
  22. The best idea I have (at the moment) is to implement
  23. a compositing operation (keep a copy of the entire DocView
  24. and copy it in). This seems somewhat baroque (and wasteful
  25. of memory) though. 
  26.  
  27. What am I missing ?
  28.  
  29. Bill Grosso
  30.