home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / windows / openloo / 4821 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.0 KB  |  28 lines

  1. Newsgroups: comp.windows.open-look
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!jvnc.net!newsserver.technet.sg!nuscc!nusunix2.nus.sg!isc30202
  3. From: isc30202@nusunix1.nus.sg (VEERAMANI S/O KRISHNAN)
  4. Subject: scrolling problem
  5. Message-ID: <1992Dec14.133530.19673@nuscc.nus.sg>
  6. Sender: usenet@nuscc.nus.sg
  7. Organization: National University of Singapore
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. Date: Mon, 14 Dec 1992 13:35:30 GMT
  10. Lines: 16
  11.  
  12. I need to be informed of the position of the scrollbar
  13. (precisely the SCROLLBAR_VIEW _START) whenever i do 
  14. scrolling. I need to know this so that i can append
  15. the next image to the canvas when the scrolling reaches
  16. a certain point. I have tried to do this by making
  17. CANVAS_RETAINED to be false. But this means that every
  18. time i click on the scrollbar, i have to wait for the 
  19. canvas repaint program to paint the exposed area. This 
  20. is rather slow. I want to be informed of the scrollbar
  21. position but not by the canvas repaint program.
  22.  
  23. I hope someone can help me out.
  24.  
  25. Thanks in advance.
  26.  
  27.                     veera 
  28.