Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder7.news.weretis.net!news.unit0.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Richard Ashbery Newsgroups: comp.sys.acorn.programmer Subject: Re: Rotating a Colour-Filled Square Date: Mon, 18 Nov 2019 16:17:44 +0000 (GMT) Organization: None Lines: 37 Message-ID: <5814ee09f0basura@invalid.addr.uk> References: <5811cae024basura@invalid.addr.uk> <58124834ffbasura@invalid.addr.uk> <58125f40fdbasura@invalid.addr.uk> <5812df5497basura@invalid.addr.uk> <5813d0c48ebasura@invalid.addr.uk> <58145cb23cbasura@invalid.addr.uk> <5814663fc5basura@invalid.addr.uk> X-Trace: individual.net KZBJV7iHGb+Pqj26dY/kVwYJjCkxZS29hMbpfjrCFKHrI5zxUA X-Orig-Path: uwclub.net!richard.ashbery Cancel-Lock: sha1:Sqv4zjHl0KPfPwSWKx7gdiYIFYk= User-Agent: Pluto/3.16 (RISC OS/5.25) NewsHound/v1.52-32 Xref: csiph.com comp.sys.acorn.programmer:5892 In article , Steve Fryatt wrote: > On 17 Nov, Richard Ashbery wrote in message > <5814663fc5basura@invalid.addr.uk>: > > Hard to argue with you on this Steve but these days my memory > > lets me down. My way: I don't have to remember where I've stashed > > 6 months down the line. All right I do have to remember the very > > simple ELLIPSE FILL construct and then substitute RECTANGLE but > > then I'm away. > Create a library file (or files) containing your graphics routines, > and include it (them) into every program using > LIBRARY ".GraphicsLib" > or similar. > To put the libraries somewhere easy to find, create a folder > !BasLibs or similar, containing a Libs folder and !Boot of > Set BasicLibrary$Dir .Libs > and !Run of > Set BasicLibrary$Dir .Libs Filer_OpenDir > > Stick your GraphicsLib into the Libs folder, and make sure that > !BasLibs is seen by the Filer before running your programs. Excellent Steve :-) Many thanks Richard