Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!sun-barr!newstop!texsun!letni!merch!cpe!techsup!qat!joew From: joew@qat.UUCP Newsgroups: comp.sys.tandy Subject: Re: How do you get graphics with a 128k Message-ID: <2700003@qat> Date: 31 Aug 90 16:22:00 GMT References: <512@pilot.njin.net> Lines: 25 Nf-ID: #R:pilot.njin.net:512:qat:2700003:000:761 Nf-From: qat.UUCP!joew Aug 31 11:22:00 1990 /* Written 8:28 am Aug 25, 1990 by njin.UUCP!roccella in qat:comp.sys.tandy */ /* ---------- "How do you get graphics with a 128k" ---------- */ > Hello, > I am new to the OS9 world. I am having trouble getting high > resolution graphics from BASIC09. I have a COCO3 with only 128k RAM. > The manual tells me to use the wcreate command to open a text/graphics > window. When I switch to that window, all I see are dots on the > screen and I can't run my BASIC09 graphics program. deleted text ...... If you are using the example on page 9-37 of the OS-9 Level 2 manual the wcreate and merge lines are in reverse order. The example should read as follows. iniz w1 merge sys/stdfonts >/w1 wcreate /w1 -s=06 00 00 40 24 06 01 01 shell i=/w1& joe