home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff396.lha / pbar / PBar.Doc < prev    next >
Text File  |  1990-10-29  |  2KB  |  51 lines

  1.  
  2.                                 P B a r
  3.                            ----------------
  4.                        1990 by Preben Nielsen
  5.                        Oehlenschlægersgade 72 St. T.V
  6.                        1663 Copenhagen (Denmark)
  7.  
  8.                        This is Public Domain.
  9.  
  10.  
  11.  
  12.     Are you (like me) tired of pattern in the windows drag-bar. If you
  13.   are then here is a chance to change it.
  14.     This is a small utility, which lets you draw a new pattern
  15.   and the mask (stencil) put over it to show that the window is not
  16.   active.
  17.   
  18.     The pattern and the mask resides in the private part of
  19.   intuitionbase, and therefore the program MAY NOT work with KickStart
  20.   versions higher than 1.3 (Works fine with both 1.2 and 1.3).
  21.     The current sizes are 16bit*8bit for the pattern, and 16bit*4bit
  22.   for the mask.
  23.  
  24.     What the program does is to let you define a pattern and a masks,
  25.   which you can save to disk as an executable file. This file can be
  26.   from the CLI (e.g. in your startup-sequence) or from WorkBench.
  27.  
  28.     The program opens a window in which it displays:
  29.       a: Two Drag-bars (an active and a 'ghosted' non-active).            
  30.       b: Two drawings of the pattern and mask in natural size.
  31.       c: Two draw-areas showing the enlarged pattern and mask, which
  32.          you can change by clicking on the 'pixels'. Clicking on the
  33.          'pixels' inverts them and you can immediately se the result
  34.          in the two drag-bars and in two drawings of the pattern and
  35.          mask in natural size.
  36.       d: A string gadget named 'Save as..' in which you can write the name
  37.          of the executable file to create. You save the file by pressing
  38.          RETURN while this gadget is active. Suppose you have created a
  39.          pattern and saved it in a file named 'FunnyLook', Typing 'FunnyLook'
  40.          from CLI will install the pattern and mask you created. If you have
  41.          saved the file with an icon, you can also install the pattern from
  42.          the WorkBench.
  43.       e: A gadget named either 'Save WITH icon' or 'Save WITHOUT icon' which
  44.          indicates whether or not an icon should be created the next time
  45.          you save an executable file. Clicking on this gadget will reverse
  46.          its state.
  47.  
  48.  ATTENTION: If you choose to save the file WITH an icon, the icon will show
  49.             which pattern the executable file will install when it is run.
  50.  
  51.