home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / e / dbuffer.readme < prev    next >
Text File  |  1997-03-02  |  1KB  |  41 lines

  1. Short:    Easy double buffering of screens
  2. Author:   ralf.quimby@quancon.com
  3. Uploader: ralf.quimby@quancon.com
  4. Type:     dev/e
  5.  
  6.  
  7. This is my attempt at doublebuffering made easy.
  8. I swiped the code from the RKRM source Intuition/Screens/Doublebuffer.e.
  9. I rearanged the routines into 3 easy to use commands and one OBJECT.
  10.  
  11. Usage:
  12. DEF p:PTR TO dscreen
  13. p:=opendscreen(ns)  -> ns is a pointer to a newscreen object (ns) works just like OpenScreen(ns)
  14. ->your render routines
  15. dswitch(p)  -> toggles displays
  16. closedscreen(p) ->closes the screen
  17.  
  18. If you need to access any of the screen object
  19. Normal screen :myscreen.whatever
  20. dscreen       :mydscreen.screen.whatever
  21.  
  22.  
  23.  
  24.  
  25. This is usable by all who want. All I ask is let me know.
  26.  
  27. my e-mail address is ralf.quimby@quancon.com.
  28.  
  29.  
  30. ============================= Archive contents =============================
  31.  
  32. Original  Packed Ratio    Date     Time    Name
  33. -------- ------- ----- --------- --------  -------------
  34.     1817     606 66.6% 22-Jan-97 21:17:36  doublebuffer.e
  35.     1416     553 60.9% 22-Jan-97 21:17:42  doublebuffer.m
  36.      764     427 44.1% 25-Jan-97 16:39:46  doublebuffer.readme
  37.     2112     995 52.8% 25-Jan-97 16:44:46  doubletest
  38.     1053     457 56.6% 25-Jan-97 16:44:00  doubletest.e
  39. -------- ------- ----- --------- --------
  40.     7162    3038 57.5% 26-Jan-97 13:11:52   5 files
  41.