home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6167 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  30 lines

  1. Path: haapa.oulu.fi!not-for-mail
  2. From: tikarjal@haapa.oulu.fi (Timo Karjalainen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Q: Scrolling a Window
  5. Date: 25 Mar 1996 10:04:07 GMT
  6. Organization: University of Oulu
  7. Message-ID: <4j5r2n$566@ousrvr3.oulu.fi>
  8. NNTP-Posting-Host: haapa.oulu.fi
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=iso-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. Summary: Best way to scroll a BIG window
  13. Keywords: scroll, blit, window
  14. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  15.  
  16. I'm wondering what would be the best way to scroll a screen-size
  17. non-superbitmap window. The screen might be HUGE, i.e. the window
  18. might be HUGE. From what I see in the AutoDocs, ScrollLayer() is
  19. of use only for SuperBitMaps. (I do have GZZ.) 
  20.  
  21. In fact there are prop gadgets in the borders and I should scroll
  22. the window contents as the user plays with the gads.
  23.  
  24. The autodoc for BltBitMap() says there are limits for width & height
  25. such that width can be up to 970 or so and height up to 1000 or so.
  26. What if the user has a 1280 * 800 screen?áWill BltBitMap() choke on it?
  27.  
  28. tikarjal
  29.  
  30.