home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / GadgetsForOS.LHA / BReq / BReq-1.15.readme next >
Encoding:
Text File  |  1994-08-29  |  3.6 KB  |  84 lines

  1. Short: Gadgets for OS selection during startup
  2. Uploader: uairk@mcl.mcl.ucsb.edu
  3. Author: uairk@mcl.mcl.ucsb.edu    (Eric R. Augustine)
  4. Type: util/boot
  5.  
  6. New for 1.15: Intuition only (No ReqTools required), Blanker, Gadgets,
  7.           PAL/NTSC recognition and Timeout...
  8.  
  9. Time for alteration of the old readme... This program started out just
  10. putting a simple ReqTools requestor on the screen asking you to choose
  11. one of two operating systems to boot into.  Since the first version
  12. (which I suppose should have been named "BReq-1.0") I've added a few
  13. items.    In V1.1 I made it open on its own screen (I didn't much care
  14. for the way the original one looked when it opened) I also replaced the
  15. standard C programming manner of getting command line args by using the
  16. ReadArgs routine available in the AmigaOS.  The option of opening onto
  17. the WorkBench is no longer present.  It was just easier to open a screen
  18. and deal with the timeout option that way.  You can still rename the
  19. buttons but, they are no longer "buttons" - they are gadgets.  Not that
  20. there's a difference technically - but, the current version no longer
  21. uses ReqTools.    I just open a screen and two gadget window with
  22. Intuition.
  23.  
  24. Details about all of the options are in the accompanying "BReq.man"
  25. document as well as several examples.
  26.  
  27. I have it directly following C:SetPatch in my Startup-Sequence where it
  28. works well - allowing me to avoid all the stuff in my startup so I don't
  29. have to wait for all of that to be done before booting into NetBSD.
  30.  
  31. Give it a go and let me know if there's anything wrong - or something
  32. you'd like added (I'll try :)  I would like to add a NoClick option to
  33. stop the floppy from making that bloody clicking noise. This is mostly
  34. a learning thing for me since previous to this I had little or no
  35. intention of ever doing anything that had any graphical interface
  36. whatsoever.  So - the code is overly commented for anyone curious
  37. about doing something similar.
  38.  
  39. I can be contacted at the above internet address until Oct1994 and after
  40. that at
  41.  
  42. voodoo@well.sf.ca.us
  43.  
  44. Enjoy...
  45.  
  46.  - Eric.
  47.  
  48.  
  49. History (???)
  50.  
  51.  1.15 Removed WBENCHSCREEN option - or rather made CUSTOMSCREEN the
  52.       only screen type option. Rewrote most of the code to use gadgets
  53.       and responses from IDCMP.  Added DEFAULT and TIMEOUT options.
  54.       Also added are comment strings for each gadget. These are the
  55.       ATEXT and BTEXT options and as a result of the gadget comment
  56.       strings the buttons were placed on top of each other on the
  57.       left side of the screen rather than in the middle.  Also got
  58.       the screen BLANKer working smoothly this time around.  IDCMP
  59.       and Intuition in general made life alot easier.  It's not a
  60.       fancy blanker - just makes the screen and pointer black. And
  61.       last but, not least - PAL/NTSC recognition was added for this
  62.       version.    BReq just checks to see if it is running under PAL
  63.       and changes the positions of the gadgets and comments as well
  64.       as resizing the window and screen accordingly.
  65.  
  66.  1.14 Various attempts at getting a TIMEOUT to work properly brought
  67.       me to use a standard Intuition requester.  Discovered IDCMP
  68.       doesn't quite work that way. (test version)
  69.  
  70.  1.13 Last of the ReqTools versions.  Added the REVERSE option and
  71.       cleaned up code a bit. (test version)
  72.  
  73.  1.12 Added BUTTONS option. (second release)
  74.  
  75.  1.11-1.09 (???) Wasn't really keeping track :) Added SCREEN option
  76.       in there somewhere.  Also previous to 1.11 SCREEN wasn't an
  77.       option - BReq just opened onto its own screen. (test releases)
  78.  
  79.  1.00 Simple ReqTools requestor with SYSSTRING option opening onto
  80.       workbench (ugh). (first release)
  81.  
  82.  0.00-0.90 (???) ...
  83.  
  84.