home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / desktop / t / tools2 / !T / !Help next >
Encoding:
Text File  |  1993-09-12  |  12.3 KB  |  226 lines

  1. 22nd June 1993                         Tøøls
  2.                                      (ne Tools)
  3.                                 © Colin McEwan 1993
  4.  
  5.         RISC OS 3 provides the ability to change the sprites used by the
  6. Window manager to draw the outlines of windows. Designing your own
  7. tools,however, is tedious due to the large number of sprites required. A
  8. better idea may be to get someone elses toolsprites and use them. This is
  9. where this application comes in. It has 6 sets of toolsprites which may be
  10. loaded straight from disc
  11.       To use;
  12.    1)   Double-click on !Tøøls icon in directory viewer. After brief pause,a
  13. replica icon should then appear on icon-bar.
  14.  
  15.    2)   Click on this icon, and you should see a small dialogue box with 2
  16. buttons along the right, and a scrolling pane full of filenames on the left.
  17.  
  18.    3)   Either double-click on one of the filenames, or click once on it,and
  19. then click on the Load button on the right.
  20.  
  21.    4)   To close the menu window, click on the "Cancel button above the Load
  22. button.
  23.  
  24.    5)   If you want your boring old default tools back,then choose the
  25. “Default” menu option. (Or,in version 1.03 only, choose the default set from
  26. the menu window.)
  27.         In future versions of RISC OS,Acorn may change the default tools to
  28. their textured ones,so when you choose Default,these will be used instead of
  29. the not-nice Risc OS 3.00-3.10 tools. Unless,that is, Acorn decide to change
  30. the file name the tools are kept in. In which case,v1.07 will bomb out with
  31. the message "File 'Resources:$.Resources.Wimp.Tools' not found in Tøøls at
  32. line 1460. Due to lack of decent error handler,must exit immediately."
  33.  
  34.         The Tools... (v1.07)
  35.  
  36.         3D-Shade        Boring old 3d-type tools. As of v1.07,they don't
  37.                 slab,but instead just pop in,which looks far better.
  38.  
  39.         AjC'sTools      By Andrew Clover. 3D-type tools also,but much better
  40.                 than mine. Just like the ones used in the Hacker (quick
  41.                 plug, Andy. After all those nasty things you've done to me,
  42.                 be grateful.)
  43.  
  44.         BigTools        Kind of like the standard tools,except twice the
  45.                 size. For some reason, thet don't work in 256 colour modes
  46.                 (on RISC OS 3.10 at least).
  47.  
  48.         SmallTools      Not at all like the standard tools. Much smaller.
  49.                 Actually quite useful for Mode 22,as the window border will
  50.                 take less space.
  51.  
  52.         Rainbow         Rainbow-type tools. Very cheerful looking on a
  53.                 desktop.
  54.  
  55.         Textured        My attempt at doing textured tools. Didn't turn out
  56.                 quite like Acorn's, but I'm actually quite pleased with the
  57.                 "rag-roll" effect which was generated. But the difference
  58.                 just goes to prove that they are original (unlike AjC's
  59.                 textured tools.He just took Acorn's ones and altered them
  60.                 slightly (unless there is some sort of algorithm for
  61.                 generating that texture which they both used)). Subtly 3D.
  62.  
  63.         PushButton      Identical to the RISC OS 3.00-3.10 tools,except that
  64.                 the back, size, up, down, left and right icons push in when
  65.                 you press them.
  66.  
  67.         Tracks          Same as PushButton,except that the scroll wells have
  68.                 tracks in which the bars move. Makes them look a bit like
  69.                 volume sliders or something on a Hi-Fi. Very subtly 3D.
  70.  
  71.  
  72.         RoundTools      Rounded corners, and nice coach lines. coach lines
  73.                 light up green when pressed, which gives the desktop a sort
  74.                 of "Elevator" feel.
  75.  
  76.         AppleStyle      Due to the most horrible part of Higher Grade
  77.                 Computing, I'm currently spending a lot more time stuck in
  78.                 front of Apple MacIntoshes than I would like, so I'm just
  79.                 venting my frustrations by poking fun at their HCI.
  80.  
  81.  By the by-way,if you're having difficulties in trying to get this to work 
  82. with a RISC OS 2 computer,then good luck to you,and I hope the medication
  83. takes effect soon...
  84.  
  85.   *** Version history. ***
  86.  
  87.         1.00 The first.
  88.         1.01 Added AjC'sTools and Acorn'sTools,pointy finger and 3D pushy
  89.              menu icons.Noticed that 3D and 3D-V2 toolsprites were more or
  90.              less identical,so got rid of 3D-V2 and replaced it with
  91.              BigTools. The BigTools don't seem to work in 256 colour modes.
  92.              Don't know why.
  93.         1.02 Got bored,so I re-designed the menu window,using the system
  94.              font for faster window drawing,a more pleasant light grey
  95.              workarea colour,but still keeping the 3D icons.Completely
  96.              forgot to LoseFont my outline fonts.Fixed now.Now uses two
  97.              seperate sprite files for icons (!Sprites and Sprites) so that
  98.              only !Sprites needs be loaded when viewing the filer
  99.              window,thus speeding up viewing.Lastly,re-designed About the
  100.              Author window and added !Help messages.Added Default menu
  101.              option.
  102.         1.03 Found out from from AjC that we weren't really supposed to have
  103.              Acorn's official tools (Dunno how HE got them.),so I removed
  104.              them pretty sharpish.Now hoping that Skyfall didn't get round
  105.              to sending anyone version 1.02. MAJOR apologies to Acorn there.
  106.              ACORN-If these tools are still un-released,why have BAU got
  107.              them,and openly using them?
  108.         1.04 Converted to use WimpExt so that it didn't look crap in RISC OS
  109.              3.00. Removed the stop-gap (literally) Default option of v1.03,
  110.              but couldn't be bothered doing a new set of tools to replace
  111.              it. So now there is a gap in the bottom of the menu window.
  112.              Looks horrible,but better than being sued! 
  113.         1.05 Trimmed down memory allocations and got the wimpslot down to
  114.              16k. HaHa to Hugo Mills.Also,because that nasty Hugo called his
  115.              toolsprites app !Tools (how original),I had to rename mine,so
  116.              it's called !Tøøls now. Makes for thoroughly odd pronunciation,
  117.              but at least it avoids confusion. Added menu icons (icons on
  118.              the menu) and tidied up a few bits of code.Oh,also added a poll
  119.              mask and a very basic error handler (which reports that
  120.              there's an error,then proceeds to let the application die
  121.              peacefully and gracefully).Dated 14 Aug 1993
  122.         1.06 Added nice new textured tools (At last the nasty gap is gone!).
  123.              Changed outline font usage in info box,as I think it looks
  124.              better with Homerton.Medium for the comments and
  125.              Trinity.Medium.Italic for the data. Didn't do anything
  126.              else,'cos I can't think of anything. Dated 01 Sep 1993.
  127.         1.07 Looked at AjC's Textured and Acorn's official tools and found
  128.              that the actual textures were identical. That nasty Clover just
  129.              took Acorn's tools, altered them slightly, and called them his
  130.              own. Thief. So replaced them with my own set of texturey tools.
  131.              In a fit of artistic creativity,did 2 other sets of tools
  132.              (PushButton and Tracks). Dated 05 Sep 1993.
  133.         1.08 Redesigned menu window with a nice scrolling pane for putting
  134.              the tools in,and Load and Cancel buttons up the side. Everyone
  135.              else seems to be doing this, so it looks as if it's going to
  136.              become a standard. So I might as well do likewise, so no-one
  137.              can accuse me of being non-standard. Now, you select the tool
  138.              set you want in the window and click on "Load",or double-click
  139.              on the tool set. Kind of like the MacIntosh. Actually, that
  140.              gives me an idea for yet another neat little thingie copied
  141.              from ClarisWorks... You know how in ClarisWorks you can pres
  142.              Ctrl-O (or if you prefer applese,Opt-O),you get a window which
  143.              looks like this new menu window from where you can select a
  144.              file to "Open". Great idea... Think I'll implement that.
  145.  
  146.    I, the author,supply no warranty,implied or expressed,of the suitability
  147. of this piece of software to any purpose, and no responsibility will be
  148. accepted for loss of data through the use of this application. I also accept
  149. no responsibility for the following;
  150.    1) Any personality problems you may have.
  151.    2) The application causing any other application to crash.
  152.    3) Offence caused to any user by the style in which the documentation is 
  153.    written, or the fact that the toolsprites are only mode 12 and don't
  154.    look good on your nice £600+ Multi-sync monitor.(I've only got a nice
  155.    little AK8217) :-(
  156.    4) Anything else which is not related to me in any way.
  157.    5) Any vicious dislike you may take to me personally,because I'm such a
  158.    sad person.
  159.  
  160.      If you want to contact me to send me: any fan-mail, comments,
  161. bug-reports (What,in my software?), suggestions( Dear sir, Why don't you just
  162. shove your A3000 up your Private Domain and forget the Software.your's ,Angry
  163. from Essex), Hardware/Software vouchers, Magazine subscriptions, Software
  164. which you'd really like me to have seeing as I'm such a nice guy and no-one
  165. ever talks to me or does anything nice for me, material possesions,
  166. communicative pieces of paper, bribes, tapes of The Beatles, your
  167. video-library of Drop the Dead Donkey and Blossom, signed photographs of
  168. Jenna Von Oÿ, requests for me to hack games for you (Using AjC of
  169. Doggy-soft's Hacker), educational qualifications, Birthday presents,
  170. Christmas presents,Signed photographs of Jenna Von Oÿ, money, thoughts,
  171. ideas, or if you just want to say “hi”,then write to;
  172.  
  173.                  Colin McEwan
  174.                  11 Helen Way
  175.                    Bonhill
  176.                 Dunbartonshire
  177.                    Scotland
  178.                    G83 9PJ
  179.  
  180.  N.B. If you want to send me something magnetic (e.g. a floppy disc),then
  181. please make sure it isn't F format,'cos I've only got an 800k disc-drive in
  182. my A3000,even thought I've got RISC OS 3.
  183.  
  184.  By the way, My birthday is the 21st of October,and has been since 1977.
  185.  
  186.       This application may be freely copied,so long as the following 
  187. conditions are met;
  188.    1) All files,including this, must be copied along with it.
  189.    2) No part of the application may be “Borrowed” or “ripped”.
  190.    3) No profit of more than £1.50 may be made by copying and selling this.
  191.  
  192.    If you have any sets of toolsprites you'd like me to include in later
  193. versions of this application,please do send them in.All tools I use will be
  194. attributed to those who give them to me (IF,that is,they are your own work!)
  195. But please note.All tools must at least work in TV-Res modes,as I've only
  196. got a "standard" res. colour monitor.And I HATE people who write
  197. applications called !Tools which have tools which don't work in TV res.
  198. modes and therefore on my monitor.
  199.  
  200.    Note to Hugo Mills:
  201.                       Your !Tools application stinks.The toolsprites don't
  202. work in TV res modes,and therefore on the majority of monitors owned by HOME
  203. USERS,which is the area into which Acorn is currently trying to push.
  204. Punters will not buy a computer which has programs which make the desktop
  205. look crap.Also,your program is useless,takes up a 64k wimpslot, has to keep
  206. the default toolsprites on floppy disc (Idiot...),and made my !Tools icon
  207. look horrible if I booted it (your program) after I've loaded my own !Tools
  208. program.Also,you forgot to IconSprites in your !Run file.(Idiot...)You are
  209. extremely nasty and snobbish in that you have written a program which quite
  210. simply looks horrible if you don't have the right hardware,and you have had
  211. the unforgiveable lack of foresight to even TRY and make it work with TV res
  212. moitors. If nobody buys an Acorn machine as opposed to an Apple or a PC,then
  213. it's your fault.And now I'm going to have to re-name my application to avoid
  214. confusion.Nasty person.So there. (Why does this name sound familiar? Did you
  215. do demos at one time or something?)...
  216.  
  217.  
  218. *** End of !Help File *** End of !Help File *** End of !Help File *** End of
  219. !Help File *** End of !Help File *** End of !Help File *** End of !Help File
  220. *** End of !Help File ***
  221.  
  222. P.S. Is nobody going to write to me? Please,please,please write to me.I need
  223. ideas (For programs,etc.),communications. It will only cost you a stamp, and
  224. it will make me VERY,VERY,VERY happy (Or at least as happy as it is possible
  225. for me to be.).Thankyou.
  226.