home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 607.lha / FindWindow_v1.1 / ReadMe < prev    next >
Text File  |  1992-02-08  |  2KB  |  77 lines

  1. FindWindow V1.1
  2.  
  3. Copyright 1991 Phil Burk
  4. This program may be freely redistributed as shareware.
  5. This document and the source code should accompany the
  6. compiled program.
  7.  
  8. Written using JForth Professional V3.0
  9.  
  10. Have you ever had trouble finding a window that was
  11. buried beneath other windows on the Workbench? This
  12. program puts a pseudo-menu in the menu bar that
  13. lets you BringToFront and Activate any window on the
  14. Workbench.
  15.  
  16. To use FindWindow, add this to your startup sequence:
  17.  
  18.     RUN FindWindow -X 280
  19.  
  20. Use the LEFT mousebutton to click on the "Windows" menu
  21. and select a window.  This leaves the right mouse button
  22. free for other menus.
  23.  
  24. The optional parameters to FindWindow are:
  25.  
  26.     -X xposition - x position of left edge
  27.     -Y xposition - y position of top edge
  28.     -F fore-color - foreground color for text and borders
  29.     -B back-color - background color for windows
  30.  
  31. Spaces are required between the letter and the number.
  32. Thus to place the "menu" at x=200 and to use colors 3 and 1, enter:
  33.  
  34.     RUN FindWindow -X 200 -F 3 -B 1
  35.  
  36. To compile FindWindow, run JForth then:  INCLUDE FIND_WINDOW.F
  37. FIndWindow is accompanied by a PopupMenu Utility in the
  38. file Popup_Menu.f that you may use in other programs.
  39.  
  40. This program is SHAREWARE.  If you intend to use FindWindow,
  41. please send $10.00 to:
  42.  
  43.     Phil Burk
  44.     c/o Delta Research
  45.     PO Box 151051
  46.     San Rafael, CA
  47.     94915-1051
  48.     
  49. JForth is a powerful interactive programming language for the
  50. Amiga.  It is subroutine threaded which means it compiles
  51. directly to 68000 machine code. This makes it faster than
  52. most Forths.  JForth can "Clone" a program for royalty free
  53. distribution.  The images produced by Clone can be quite
  54. small like FindWindow.  JForth provides:
  55.  
  56.     a source level debugger,
  57.     integrated Text editor,
  58.     an IFF toolbox for displaying ILBM, ANIM and ANIMBRUSH files,
  59.     an ARexx toolbox,
  60.     AmigaDOS 2.0 library calls and include files,
  61.     command line history,
  62.     local variables,
  63.     ODE - an Object-Oriented Development Environment,
  64.     FFP and IEEE Floating Point support,
  65.     68000 assembler and disassembler,
  66.     hashed dictionary for fast compilation,
  67.     and more.
  68.  
  69. JForth was first released for the Amiga in October of 1986.
  70. If you would like information about JForth write to Delta Research
  71. at the above address or phone (415) 461-1442.
  72.  
  73. Thank You,
  74.  
  75. Phil Burk
  76.  
  77.