home *** CD-ROM | disk | FTP | other *** search
/ Phase 1 / phase1.bin / Utilities / WBGauge / ReadMe next >
Text File  |  1995-07-19  |  6KB  |  139 lines

  1. /*==========================================================================
  2.  * \            / Copyright © 1990 Jean-Michel Forgeas & The Software Winery
  3.  *  \__________/  All Rights Reserved. This program may not be distributed
  4.  *   \°   °   /   without the permission of the author:
  5.  *    \ °   °/          Jean-Michel Forgeas
  6.  *     \  ° /           4 rue du Général Leclerc
  7.  *      \ °/            95210 Saint Gratien   FRANCE
  8.  *       ||             CBMNET: cbmvax!cbmbsw!cbmsup!cbmfra!swinjm!forgeas
  9.  *       ||       To contact The Software Winery members:
  10.  *       ||         Alain DIDIERJEAN - Gauthier GROULT - François ROUAIX
  11.  *       ||         --> BBS     : +33 (1) 39 55 84 59  (V23 Videotex)
  12.  *       ||         --> MAIL    : c/o Alain DIDIERJEAN 69 rue Dunois
  13.  *       ||                       75646 Paris cedex 13 FRANCE
  14.  *    «======»      --> INTERNET: rouaix@inria.inria.fr or groult@ibp.fr
  15.  *==========================================================================
  16.  */
  17.  
  18.  
  19.                         W B G a u g e   v 1 . 0
  20.  
  21.  
  22.                                   ~*~
  23.  
  24.                        Freely redistribuable with
  25.                       WBGauge.doc and WBGauge.info
  26.  
  27.                                   ~*~
  28.  
  29.                   Money accepted but not an obligation
  30.  
  31.                                   ~*~
  32.  
  33.                     If somebody wants to translate
  34.                       into his langage, he has my
  35.                               permission
  36.  
  37.                                   ~*~
  38.  
  39.  
  40.                                 FRENCH
  41. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  42.  
  43.     WBGauge est un utilitaire pour le système d'exploitation de
  44. l'Amiga version 2.0 car il a été développé pour pallier à ce qui se
  45. trouve être pour ma part (et celle de presque tous les gens avec qui
  46. j'en ai parlé) un manque important (et un non-sens) dans le Workbench.
  47.  
  48.     En effet la jauge marquant le pourcentage d'occupation d'une
  49. unité logée dans la bordure gauche des fenètres du Workbench (1.3 et
  50. avant), a disparue dans le 2.0 et a été remplacée par du texte dans
  51. la barre de titre des fenètres.
  52.  
  53.     Une interface par icônes doit rester le plus possible visuelle
  54. pour être cohérente. Et une information visuelle existante n'a pas
  55. à être supprimée pour être remplacée par du texte. De plus ce texte
  56. supplémentaire rend presque impossible une lecture rapide du titre
  57. de la fenètre et la partie droite n'est presque jamais visible, ce
  58. qui est agaçant à l'utilisation. D'autre part le nouveau Workbench
  59. incorpore maintenant l'option de liste par noms au lieu d'icônes,
  60. et il semblerait plus logique que l'option jauge/texte soit couplée
  61. à l'option icônes/noms.
  62.  
  63.     J'ai donné mon avis là-dessus à la conférence développeurs de
  64. Paris et le conférencier m'a répondu que Commodore avait déjà pris
  65. la décision et qu'il n'était pas possible de la changer. Il ne reste
  66. plus qu'une solution: adopter WBGauge ou un équivalent car bien que
  67. n'en connaissant pas d'autre pour l'intant je pense que ce genre de
  68. jauge va proliférer dans un avenir proche.
  69.  
  70.     Pardon j'ai oublié de préciser la fonction de WBGauge: il ajoute
  71. une jauge de remplissage dans la bordure gauche des fenètres du
  72. Workbench ;-)
  73.  
  74.     Le mieux est de faire un 'run' de WBGauge dans votre 'startup-
  75. sequence'. Si vous l'arrètez (soit par CTRLC soit en le lançant une
  76. deuxième fois) vous vous apercevez qu'il mange 240 octets à chaque
  77. fois. Cela n'est pas un bug et provient des "Wedges" de CBM servant
  78. à faire des 'SetFunction()' harmonieusement dans un système multi
  79. taches. Pour les Wedges voir la doc de la conférence développeurs
  80. de Franckfort.
  81.  
  82.     Bon, je crois que c'est tout. Amusez-vous bien. Au fait il y a
  83. une option secrète: c'est 1. Aller va... ça soulage.
  84.  
  85.                                                 Jean-Michel
  86.  
  87.  
  88.                                 ENGLISH
  89. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  90.  
  91.     WBGauge is a utility to patch the AmigaOS 2.0. It has been developed
  92. to palliate what I think (as well as most people I talked to) an important
  93. loss (and a nonsense) in the Workbench.
  94.  
  95.     The little gauge showing the ratio of available space on disk that
  96. appeared in the left border of the disks windows until version 1.3 of
  97. the Workbench has been replaced by text in the window titlebar.
  98.  
  99.     A GUI has to stay as visual as possible for coherence. And a visual
  100. information should not be replaced by text. Worse, in that case, this text
  101. makes the window title harder to browse, and the right part is hidden in
  102. most of the cases. Irritating.. As the new Workbench includes an option
  103. to replace icons by list of names, it would seem logical to link to this
  104. a gauge vs. text option.
  105.  
  106.     I tried to make my point at Paris DevCon and was answered that the
  107. decision had already been taken at Commodore and will not be reconsidered.
  108. Coma. One solution was left : to use WBGauge or any equivalent that could
  109. be developed in the futur.
  110.  
  111.     Sorry, I forgot to tell : WBGauge adds a gauge in the left borders
  112. of disks windows ;-)
  113.  
  114.     Run WBGauge in your Startup-Sequence. If you kill it (using <Ctrl> C
  115. or Break or double-clicking its icon again) you may notice that 240 bytes
  116. have not been returned. This is no bug, it comes from the Wedges by
  117. CBM used to call SetFunction() harmoniously in this multitasks system.
  118. The Wedges doc is in the Frankfurt DevConf papers.
  119.  
  120.     Well, I think that's all. Enjoy yourselves. By the way, there is
  121. a secret option : try 1. I feel better...
  122.  
  123.                                                 Jean-Michel
  124.  
  125.  
  126.  
  127.  
  128.                                 GERMAN
  129. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  130.  
  131.                                 SPANISH
  132. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133.  
  134.                                 ITALIAN
  135. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  136.  
  137.                                   ...
  138. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  139.