home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsd / extrabar / !!ReadMe
Encoding:
Text File  |  1996-01-09  |  5.9 KB  |  127 lines

  1. Extrabar fully supports Interactive help.
  2.  
  3. Purpose --------------------------------------------------------------------
  4.  
  5.    Extrabar is designed to allow easy loading of frequently used
  6. applications and opening of directories that have a lot of useful files in
  7. them but are a fair way down the directory structure are on other discs. It
  8. also can emulate key presses.
  9.  
  10. Using ----------------------------------------------------------------------
  11.  
  12.    To use Extra bar double click on it directory and a new window will open
  13. at the top of the screen. In this window there will be an icon with the time
  14. and date in it on the right hand side. Dragging files, directories and
  15. applications to bar will create an icon to the left with the items name and
  16. an icon in it.
  17.    Clicking on this icon runs the item that defined it. Shift and Ctrl have
  18. the same effect as they would have in a directory display. Shift will open
  19. applications and load any file in to a text editor (if available) and Ctrl
  20. will prevent applications in a directory being booted. You can also create
  21. an empty icon from the Edit/New Icon menu item. Selecting this item creates
  22. an icon with the name Undefined and an acorn for it's sprite. You can then
  23. alter this.
  24.    If you click on the background on the tool bar with the middle button at
  25. the top of the window then it's position will be toggled. If it was at the
  26. front of the window stack it will move to the back or if it was in a
  27. different place than it be brought to the front.
  28.    To save the set of icons you have created use the save window. If you
  29. click on the save menu item that leads to the save window the file will be
  30. saved in to the Extrabar directory and will always be loaded on start up.
  31.  
  32. Auto loading a file --------------------------------------------------------
  33.  
  34.   To make Extrabar load a set of buttons every time it's loaded save a file
  35. in to the !Extrabar directory called Buttons. This will be loaded as long as
  36. Extrabar was not loaded by double-clicking on one of it's files.
  37.  
  38. Altering a button ----------------------------------------------------------
  39.  
  40.   If you wish to change a button's options then opening the menu over it and
  41. going the to Edit/Alter window allows you change it options. The top icon is
  42. the text that appears in the icon, and the bottom icon is the command that
  43. will be used when the icon is clicked on.
  44.   At present you can make the button run a star command or emulate a key
  45. press. To emulate a key press type in 'EmulKey <key code>' any other string
  46. will be taken as a star command. You can enter a key code by positioning the
  47. caret at the end of the line and pressing the key press that you wish to
  48. emulate ie, Shift-Ctrl-Print, a number will appear. If you change your mind
  49. about the key to emulate delete the number and re-enter it.
  50.  
  51. Changing the time format --------------------------------------------------
  52.  
  53.    The time icon can be altered but this must be done from the command line
  54. or by altering Extrabar's !Run file. The time format for Extrabar is the
  55. same as for Alarm. To alter it from the command line press F12 and type in
  56.  
  57.         'Set Extrabar$TimeFormat "<time format>"
  58.  
  59.    The time format is;
  60.  
  61.         %se            seconds                     12
  62.         %mi            minutes                     45
  63.         %12            hour in 12 hour clock       2
  64.         %24            hour in 24 hour clock       14
  65.         %am or %pm     AM or PM                    pm
  66.         %we            weekday                     Friday
  67.         %w3            three letter week name      Fri
  68.         %wn            weekday as a number         5
  69.         %dy            day of the month            05
  70.         %st            st, nd, rd or th of day     st
  71.         %mo            month name in full          January
  72.         %m3            month name, three letters   Jan
  73.         %mn            month name, as number       1
  74.         %ce            century                     19
  75.         %yr            year with in century        95
  76.  
  77.       use a 'z' straight after the % to remove any extra 0's
  78.  
  79.     ie.
  80.  
  81.       '%z12:%mi:%se %pm  %zdy%st %m3 %ce%yr' --> '3:12:45 pm  1st Apr 1996'
  82.       '%z24:%mi%si'                          --> '15:12:45'
  83.       '%we %zdy/%mn/%yr'                     --> 'Monday 1/04/96'
  84.       '%w3 %zdy %mo %yr'                     --> 'Mon 1 April 96'
  85.  
  86. Problems -------------------------------------------------------------------
  87.  
  88.    When you create a new icon and set it's command to '*Error Whatever'
  89. Extrabar kills itself and does not unset the Extrabar$Running system
  90. variable. To load Extrabar again press F12 and type 'Unset Extrabar$Running'
  91. and press Return twice to go back to the desktop and reload Extrabar. If you
  92. need to use *Error than use *Error 1 What and this will stop Extrabar
  93. crashing. 
  94.  
  95. Versions -------------------------------------------------------------------
  96.  
  97.    0.07                                                        5 January 96
  98.  
  99.      First version to hit the streets. Bug free I think.
  100.  
  101.  
  102. Still to add ---------------------------------------------------------------
  103.  
  104.    Opening of user definable menus!
  105.    Multiple commands
  106.    Extra info for buttons. Date created, File type of item, etc....
  107.    Take in to account the desktop font when creating buttons. So size is
  108.      correct for desktop.
  109.    Dragging files to the bar will save them in to a temporary directory.
  110.    Seperate sprite pool for tool bar buttons instead of using Wimp Sprite
  111.      pool. (saved with buttons in file?)
  112.  
  113. Copyright ------------------------------------------------------------------
  114.  
  115.    The copyright to Extrabar belongs to David McCormack. Extrabar is Public
  116. Domain Freeware which means that you can distribute it for a nominal fee
  117. to cover costs,etc... as long as all the files are left intact and are not
  118. altered in any way and any Buttons files are removed from the Resources
  119. directory.
  120.  
  121. My address (Snail mail) ----------------------------------------------------
  122.  
  123.      2 Cornwall Avenue 
  124.       Beeston Rylands 
  125.        Nottingham 
  126.         NG9 1NL
  127.