home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / mag_discs / 14 / programs / banner / !BanEd / Documents / BanEd / Help
Text File  |  1994-06-22  |  4KB  |  83 lines

  1. !BanEd vsn 0.01 Documentation
  2. -----------------------------
  3.  
  4. Index
  5. -----
  6.  
  7. Section A: Outline
  8.         B: Using !BanEd
  9.         C: Problems and Ideas
  10.  
  11.  
  12. A: Outline
  13. ----------
  14.  
  15.  !BanEd was written to complement the !Banner application and make life more
  16. easier when creating scripts. !BanEd will automatically create the script file
  17. and even a new !Banner application for you.
  18.  Please note that !BanEd supports !Help fully and you could probably get the
  19. hang of it by using this method rather than wading through the following!
  20.  
  21.  
  22. B: Using !BanEd
  23. ---------------
  24.  
  25.  Running !BanEd will place the !BanEd icon on the iconbar. Nothing more will
  26. happen until you drag an sprite file or a script file onto its icon. If a sprite
  27. file is received !BanEd will check to see if it contains a sprite called
  28. 'banner'. If not an error will occur. If it does exist, a window will be opened
  29. that is covered by that sprite and editing can begin.
  30.  If a script file is received (see the ScriptLang file elsewhere) !BanEd will
  31. recreate its definition for a banner on a new window.
  32.  Another window, the text window, will also open at this point. This is where
  33. most of the donkey work is done - it allows you to type in text, change its
  34. font, dimensions and colours. Any text typed into the text icon can be dragged
  35. from that icon directly to the banner window and be placed where it is required.
  36. At this point, this text is selected and changing any of the parameters on the
  37. text window will automatically change the text selected. Other pieces of text
  38. can be selected by clicking on it in the banner window.
  39.  In general, the easiest way to create new text (especially if some has already
  40. been created) is to drag any text onto the banner and change the text there and
  41. not before (as this will also alter the text selected previously).
  42.  The text size icons can only be used for non System Fonts - if the System font
  43. is selected they will be greyed out.
  44.  The Fill option allows the background of the text to be coloured with the
  45. background colour selected.
  46.  The Main menu has the option of deleting the currently selected text. If you
  47. happen to delete it by accident, the text window will have its contents
  48. displayed so can be easily recreated.
  49.  Other options on the main menu are that of displaying the text window and the
  50. options window. The options window allows the colour of the frame (or whether
  51. there is a frame or not) for the banner to be changed. This will only be seen
  52. when a banner has been saved and run. Also, the time the banner is displayed can
  53. be changed.
  54.  Saving the banner is done using the Save option in the main menu. It can either
  55. be saved as a full banner application (whose name can be user defined) or as a
  56. script file (e.g. to go back into a previously created banner application).
  57.  The iconbar menu has the usual Info and Quit options plus a Clear option which
  58. will totally delete the current banner and continue as if !BanEd had just been
  59. started.
  60.  
  61. C: Problems and further ideas
  62. -----------------------------
  63.  
  64. Problems:
  65.  
  66. - The redraw routines are extremely ropy, especially if fill is defined.
  67. - Memory management is not good - Clear-ing the banner (from the iconbar menu)
  68.   doesn't remove the previously used sprite so that any new sprite will just
  69.   increase the memory used.
  70.  
  71.   
  72. Ideas:
  73.  
  74. - Allow rotation and translation of sprite and text
  75. - Allow the change of size of the system font too
  76. - Be able to creat an OK icon that will keep the banner open until it clicked
  77.   upon
  78. - Allow the sprite name to be user defined. Perhaps a window to select a sprite
  79.   in a file?
  80. - Anything you can think of
  81.  
  82. © Brian D. Marsden 22/6/94  
  83.