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

  1. Path: clri6a.gsi.de!kraemer
  2. From: kraemer@clri6a.gsi.de (Michael Kraemer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Superbitmap windows
  5. Date: 26 Jan 1996 11:36:40 GMT
  6. Organization: Technische Hochschule Darmstadt
  7. Message-ID: <4eaec8$ha9@rs18.hrz.th-darmstadt.de>
  8. References: <4e908e$90n@mn5.swip.net>
  9. NNTP-Posting-Host: clri6a.gsi.de
  10. To: Ola.Lindgren@mailbox.swipnet.se (Ola Lindgren)
  11.  
  12. In article <4e908e$90n@mn5.swip.net>, Ola.Lindgren@mailbox.swipnet.se (Ola Lindgren) writes:
  13. > I've been trying to write a program which first opens a custom screen
  14. > (low res), and onto that a backdrop, borderless superbitmap window. Images
  15. > and text that are drawn in the bitmap area before the window is opened
  16. > don't cause any problems, but when I try to draw something when I've opened
  17. > the window nothing happens. The solution is probably very easy, but I don't
  18. > have the ROM Kernel books, and I'm not very good at Intuition programming.
  19. > I write in assembler, but I understand examples in C.
  20. >     / Daniel Hallgren
  21. > Email: ola.lindgren@mailbox.swipnet.se (Make sure it says "Daniel Hallgren"
  22. > somewhere in the letter since it's my father's email-address)
  23.  
  24. Don't know if that's exactly your problem, but you might have to do sth like:
  25.  
  26.    struct Window *pWdw;
  27.       
  28.    CopySBitMap( pWdw -> RPort -> Layer );
  29.  
  30. There are other functions to scroll around SuperBitmaps etc.
  31.