home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc B) / Acorn User China CD-ROM (UK) (Disc B).bin / STUTTGART / DATABASE / TABELLENGTH / !Charts_english_!Help < prev    next >
Encoding:
Text File  |  1995-12-25  |  5.2 KB  |  133 lines

  1. This programm is under public domain. You are allowed to use it, modify 
  2. or improve it and distribute it for free. However you are not allowed
  3. to make any profit by using the programm or parts of its code !
  4.  
  5. So have a lot of fun using
  6.  
  7.   *****  **   **   *****   ******   ********   *****
  8.  **      **   **  **   **  **   **     **     **   **
  9.  **      **   **  **   **  **   **     **     **
  10.  **      *******  *******  ******      **      *****
  11.  **      **   **  **   **  **  **      **          **
  12.  **      **   **  **   **  **   **     **     **   **
  13.   *****  **   **  **   **  **   **     **      *****
  14.  
  15. Version : 1.20 (23 Dec 1995)
  16.  
  17. Requirements :
  18.  
  19.   Charts uses Acorn's Drawfile module. So it will only work with
  20.   RiscOS 3.1 or higher.
  21.  
  22. Purpose :
  23.   This program will help you create and manage charts as they
  24.   will occur in the Formula-1-World Championship or similar 
  25.   events.
  26.   
  27. How this application works :
  28.   It will work like most other WIMP applications so it should 
  29.   be rather easy to ues it. After starting it by double clicking
  30.   it will install its icon on the icon bar. 
  31.  
  32. It's main menue has the foollowing items :
  33.   
  34. Contest :
  35.   You can change the name of the contest here.
  36.  
  37. Options :
  38.   In the upper part of the Options-window you may specify how many 
  39.   points you'll score for each position.
  40.   In the central part you can choose whether the team names shall be 
  41.   listed in he rankings and whether it shall be computed how often a
  42.   competitor scored in an event or how often he came in on a certain 
  43.   position.
  44.   The number of single events is entered below this.
  45.   It is possible with Charts to manage different catagories (e.g. in
  46.   the Ski Weltcup : Downhill,Slalom,...). Choose the option "catagories"
  47.   in the bottom part of the window and enter the number and the names
  48.   of the catagories to use these facilities.
  49.    
  50. Input :
  51.   For each event a name and its catagory may be specified.
  52.   To enter the reults click MENUE on the according position and
  53.   you'll enter a menue of teams. In the team-submenue you can 
  54.   then select the competitor. To enter new teams or competitor
  55.   choose the items "Team" or "Name" at the end of the (sub)menue.
  56.   If you select the competitors with ADJUST the menue structure
  57.   will keep open and you may select the competitor on the following
  58.   position.
  59.   If a sensible classification into several teams (f.e. countries)
  60.   is not possible you could f.e. use an alphabetical one. It is
  61.   not possible not to specitfy teams.
  62.   Note: Two competitor with the same name but different teams will
  63.   be treated as different ! (that implies that one competitor can't
  64.   belong to two teams !)
  65.  
  66. Display :
  67.   Here the results and standings can be displayed. in the case the
  68.   display window is not large enough you can swap pages with 
  69.   SELECT and ADJUST.
  70.   Choosing the submenue-item "Save" will save the current display
  71.   in one of three formats :
  72.   - as a textfile for further use with a wordprocessor or a  DTP 
  73.     package. Note that the colomns are separated by TAB's. 
  74.     A "style" file for the Acorn-DTP package is provided as an example.
  75.   - as a piece of preformated HTML-hypertext (included in <PRE> </PRE>).
  76.     The HTML-file will have the filetype &345 (as used by !Webster).
  77.     To change this filetype change the content of the variable 
  78.     htmltype$ defined at the top of "!RunImage" in the application 
  79.     directory.
  80.   - as a Draw-File (the simplest and most useful) 
  81.     
  82. Save (and Load) :
  83.   You can choose to save "All" or just the names of the competitors
  84.   and their teams, the options or the results.
  85.   The whole contest is saved as a directory ( to load, drag this into
  86.   the icon).
  87.   This Directory will contain the two files "data" (which contains the
  88.   results) and "form" (the options) and the textfile "name".
  89.   This has to be of the following form :
  90.   Charts/name
  91.   [name of the contest]
  92.   team name
  93.   :competitor
  94.   :competitor
  95.   team name
  96.   :competitor
  97.   ...
  98.   This makes it possible to enter and edit the names and teams easily
  99.   by using a text editor (EDIT,...).
  100.   
  101. Languages :
  102.   The files "Menus" and "Strings" in the application directory can be 
  103.   modified to "translate" the program into other languages. Or perhaps
  104.   you just want to input "drivers" instead of "competitors" or "countries"
  105.   instead of "teams".
  106.   For translation you'll have to change the template definition, too !
  107.   
  108. This Program is a result of my first approach to WIMP-programming so it
  109. is rather simple. On the other side it can be adapted easily and will
  110. be sufficient for most applications.
  111. For bugs, improvements, suggestions contact me :
  112.  
  113. Michael Bader
  114. Palestrinastr. 24
  115. 85598 Baldham
  116. Germany
  117. e-mail : bader@informatik.tu-muenchen.de
  118.    
  119. Improvements in Version v1.10 :
  120. - some minor bugs and features have been corrected
  121. - the output in the display window and into the textfile has been improved
  122.   (swapping, formatting of the textfile)
  123.  
  124. Inprovements in Version v1.11 :
  125. - HTML-output
  126.  
  127. Inprovements in Version v1.20 :
  128. - The display window is now rendered by the Drawfile module. This makes 
  129.   window redraw slightly faster and the display window can be saved as
  130.   a drawfile.
  131. - some improvements in the use of the data transfer protocol
  132. - Chart now gives an alert if the user wants to quit without saving 
  133.   modifications