home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 635.lha / wbloc_v1.0 / WBLoc.doc.pp / WBLoc.doc
Encoding:
Text File  |  1992-05-27  |  3.0 KB  |  88 lines

  1.  
  2.                                    WBLoc
  3.                                    -----
  4.            Documentation for version 1.0, on January 17th, 1992
  5.  
  6.                               by Bruno Costa
  7.  
  8.  
  9.  
  10. WARNING
  11.  
  12.   Although  this  program  is freely distributable (see COPYRIGHT below), I
  13. would  appreciate  if  you  take the time to write me a line or two (E-Mail
  14. please)  if  you  are  using  any of my programs or if you have any kind of
  15. ideas  or  suggestions  (This is not too much to ask, is it?).  If you feel
  16. particularly  generous,  I  would  like  to  receive a disk with any useful
  17. programs you have written, preferrably with source.  Thanks!
  18.  
  19.  
  20. DESCRIPTION
  21.  
  22.   WBLoc  is  a small screen hack that displays a "locator" on the Workbench
  23. screen,  made  up  by  a crosshair and a sprite with the coordinates of the
  24. active  pixel.  It is meant to be used to measure pixel distances and sizes
  25. of  images  in the WB screen.  Although it isn't the most useful utility in
  26. the  world,  there  are  some  interesting  parts  of the source code worth
  27. looking at.  It works both under WB 1.3 and WB 2.0.
  28.  
  29.  
  30. OPTIONS
  31.  
  32.   usage: WBLoc     (no options)
  33.  
  34.   The  program may also be run from the Workbench by double clicking on the
  35. provided  icon.   It  will open a small window on the Workbench screen, and
  36. wait  until  its window becomes active.  Whenever the window is active, the
  37. crosshair  will  be  drawn  on  the  Workbench  screen,  tracking the mouse
  38. position, and the mouse pointer will be changed to something like:
  39.  
  40.             ------
  41.             -> 999   = horizontal distance from left
  42.             |
  43.             V  999   = vertical distance from top
  44.             ------
  45.  
  46.   If  you  activate another window, the locator will disappear, but WBLoc's
  47. window  will remain there, until it is reactivated.  To remove the program,
  48. activate the window and click the right mouse button.
  49.  
  50.  
  51. BUGS
  52.  
  53.   WBLoc  locks  the  WB screen while the crosshair is being drawn, and this
  54. may  be  a  source  of deadlocks, although in normal conditions no problems
  55. have been detected.
  56.  
  57.  
  58. AUTHOR
  59.  
  60.   The  accompanying  program  and  this documentation were written by Bruno
  61. Costa.  He can be reached in the following ways:
  62.  
  63.   E-Mail: bruno@brlncc.bitnet (InterNet)
  64.           bruno@BRLNCC        (BitNet)
  65.  
  66.   Mail:   Bruno Costa
  67.           Rua Almirante Guilhem 454/102 bloco 1
  68.           Leblon - Rio de Janeiro
  69.           RJ 22440
  70.           BRAZIL
  71.  
  72.  
  73. COPYRIGHT
  74.  
  75.   This program is copyrighted by Bruno Costa.  It may be freely distributed
  76. if  and  only if the source code, the documentation and the executables are
  77. provided  in  original form.  It may be included in Public Domain/Shareware
  78. compilations,  like  the  one  organized  by  Fred  Fish, as long as just a
  79. nominal fee is charged for each disk (no more than US$10 per disk), and may
  80. also be uploaded to BBS's or network services like BIX and CompuServe.
  81.  
  82.  
  83. DISCLAIMER
  84.  
  85.   The author makes no warranty of any kind with respect to this product and
  86. explicitly  disclaims  any implied warranties of merchantability or fitness
  87. for  any  particular  purpose.
  88.