home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2315 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: god.bel.alcatel.be!nlev00!barnhoorn
  2. From: barnhoorn@nlev00 ()
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Easiest Way To Open A Screen For Drawing To.
  5. Date: 29 Jan 1996 12:30:10 GMT
  6. Organization: Alcatel Bell
  7. Distribution: world
  8. Message-ID: <4eieki$oeb@btmpjg.god.bel.alcatel.be>
  9. References: <4e783a$93p@sol.ccs.deakin.edu.au> <4e83md$pd7@btmpjg.god.bel.alcatel.be> <4e9j5s$ron@sunsystem5.informatik.tu-muenchen.de>
  10. Reply-To: barnhoorn@nlev00 ()
  11. NNTP-Posting-Host: nles96.ats.nld.alcatel.nl
  12. X-Newsreader: mxrn 6.18-10
  13.  
  14.  
  15. In article <4e9j5s$ron@sunsystem5.informatik.tu-muenchen.de>, fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer) writes:
  16. |> barnhoorn@nlev00 wrote:
  17. |> 
  18. |> : In article <4e783a$93p@sol.ccs.deakin.edu.au>, podge@deakin.edu.au (AARON SEAN BROWNE) writes:
  19. |> : |>     Just wondering what the easiest way to open a screen for drawing to is
  20. |> : |> .. Do I always have to open a custom bitmap and set up rasters and stuff..
  21. |> 
  22. |> : Just open a screen and then a simplerefresh-window on this screen.
  23. |> : That will do fine.
  24. |> mhm why open a window. Blitting to a rastport of a
  25. |> windowless screen is imho fastest method (except direct render).
  26.  
  27. True, but when you open a window on it first, your drawings are
  28. clipped automatically, which is a big advantage when you are going to
  29. draw outside your bitmap's borders. Another advantage is that you can
  30. wait for Intuition-IDCMP messages in that window.
  31.  
  32. Jaco.
  33.