home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / programm / 16081 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  1.7 KB

  1. Path: sparky!uunet!spool.mu.edu!darwin.sura.net!ukma!cs.widener.edu!dsinc!bagate!cbmvax!peter
  2. From: peter@cbmvax.commodore.com (Peter Cherna)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Programming an Overscan screen under 2.04
  5. Message-ID: <37150@cbmvax.commodore.com>
  6. Date: 19 Nov 92 14:51:37 GMT
  7. References: <9755@blue.cis.pitt.edu.UUCP>
  8. Reply-To: peter@cbmvax.commodore.com (Peter Cherna)
  9. Organization: Commodore-Amiga, Inc.  West Chester, PA.
  10. Lines: 29
  11.  
  12. In article <9755@blue.cis.pitt.edu.UUCP> amigaman+@pitt.edu (Russell A Howard) writes:
  13. >
  14. >    I'm tcurrently working on a project and want to use a 640 X 480
  15. >overscan screen.  If I open a 640 X 480 screen with OpenScreenTags and
  16. >specify "SA_Overscan" to be STANDARD it opens the screen ok.
  17.  
  18. "Standard" overscan is not guaranteed to necessarily be 480 lines tall on
  19. all Amigas.  It's a user-preference which the user might not choose to
  20. set that big.
  21.  
  22. >640 X 480 window.  I then bli a bitmap onto the window which is 640 X 400.  
  23. >This is where the problem occurs...  The image is only 640X400, so the bottom
  24. >of the window should be clear, but it's not.  The image that I blit into the
  25. >upper part of the screen appears again right after the correct image except
  26. >the colors for the image are wrong.
  27.  
  28. You must be doing something incorrectly.  Is the screen a CUSTOMBITMAP
  29. screen, or do you let Intuition allocate the screen's bitmap.  Are you
  30. using the correct blit size (400 lines)?
  31.  
  32. >Russ Howard
  33.  
  34.      Peter
  35. --
  36. Peter Cherna, User Interface Development Group, Commodore-Amiga, Inc.
  37. {uunet|rutgers}!cbmvax!peter    peter@cbmvax.commodore.com
  38. My opinions do not necessarily represent the opinions of my employer.
  39. "I believe it's bad luck to be superstitious."
  40.  
  41.