Path: utzoo!attcan!uunet!lll-winken!csd4.milw.wisc.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!WPI.BITNET!GREYELF From: GREYELF@WPI.BITNET Newsgroups: comp.sys.apple Subject: DAemon Message-ID: <8904041704.AA32074@wpi> Date: 4 Apr 89 17:04:20 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 12 Daemon has problems with the HPLOT, DRAW, and XDRAW commands from basic. I don't know why, some memory conflict somewhere I suppose. But if you're using Daemon, and you're using graphics 10 a = peek (49025) 20 dn = a * 256 30 df = dn + 3 40 call df : rem daemon off 50 hplot : do your graphics commands, 60 call dn : rem turn daemon back on.