home *** CD-ROM | disk | FTP | other *** search
- Make a drawer and copy the .CFG and the .HELP files into it.
-
- Assign HELP: to that drawer in your startup-sequence.
-
- Add the following line to your startup-sequence:
-
- run < nil: > nil: help:JBPHelp < nil: > nil:
-
-
- Reboot your computer and when you get to workbench try running something
- like preferences programs such as Time or IControl or the Commodities
- Exchange program. Press the HELP key. If the help screen does not
- pop up, then re-check your installation.
-
- Later, JBP
- **************************************************************
- * *
- * ***** ****** ******* * * ******* *** ******* *
- * * * * * * * * * * * * *
- * * * * * * * * * * * * *
- * * ****** ****** ******** **** * ****** *
- * * * * * * * * * * *
- * * * * * * * * * * * * *
- * *** ****** *** * * ******** ******* *** *
- * *
- **************************************************************
-
- HERE IT IS!
-
- JBPHelp version 0.4 is an intellegent HELP key utility designed to work
- with MOST Amiga programs. This program is not FREE but distributed in
- good faith that if you really like the program that you will send the
- $25.oo registration fee to me. JBPHelp is a 1992 copyrighted product
- by John Preston. Registration fees can be sent to this address:
-
- John Preston
- JBPHELP REGISTRATION
- 508 E. Warren St.
- Mt. Pleasant, IA 52641
-
- WHAT BEING A REGISTERED USER GIVES YOU
-
- Registered users will receive via 880K Amiga format disk the latest version
- of JBPHELP as well as mailing list updates and notices. Non-registered
- users may find the latest release on internet (if I can get it there) when
- all registered users have received their new versions and I feel like
- uploading it to internet. Registered users with modems can talk to me VIA
- Amiga Depot BBS which is a FIDO-NET system with two highspeed lines.
- Registered users will also have exclusive access to the directory where
- the latest version of JBPHelp will be kept until all registered users have
- aquired the program and I feel like moving it to the PUBLIC download area.
-
- ELECTRONIC MEDIA ACCESS TO JBPHELP
-
- Amiga DEPOT BBS is a 24 hr FIDO-NET system with a large store of public
- domain files for AmigaDOS, UNIX and MINIX. The public is free to access
- Amiga DEPOT BBS at anytime via 1200 to 9600 HST or V32/V42 modems by
- calling the following numbers:
-
- (319)-3857412 Line 1 is a USR-DS capable of HST, v32, v32bis, v42, v42bis
- (319)-3857413 Line 2 is a SUPRA 9600 v32/v42/v42bis
-
- DESCRIPTION
-
- After reading Rick Manasa's article in Amazing Amiga Computing magazine
- (see Vol 7 No. 1 Jan 1992 ppg 28-29), I decided to write a program that
- would make the help key more useful. Rick wanted to use the help key to
- pop-up little text files of info that he had keyed in but could not
- consult to memory. The biggest obstacle he was facing is that he had to
- use differnt programs to attempt to bring up the help screens. And while
- one of the programs he used reads the window name, this cannot always work
- because some programs do not have text in their windows.
-
- I decided to tackle the problem and write a program that would snoop out
- which program you were trying to use and display the propper help file.
- I discovered some of the problems and have implemented three levels of
- searching to find those stubborn tasks.
-
- JBPHelp places itself infront of intuition and finding out which window
- was the active window and then tracking which task the window belonged to.
- Unfortunatly there are some windows that I cannt track down to the running
- program. These are the CON: style and are created by AmigaDOS and thus
- more difficult to figure which application is using the window. For these
- windows I have default to two other techniques, one of which is the WINDOW
- TITLE check that one of Rick's programs uses. The other case is if the
- program does not place a title in the window and it uses a console window
- and it was not launced from CLI, I can use PATH stored in the CLI to trace
- down this task. This takes care of all types of window situations.
-
- A config file 'Help.CFG' contains names of applications (preceeded by
- a control sign) and followed by a filename of the textfile to be displayed.
- The reson for using the @ symbol is there are future plans to inform JBPHelp about the
- other applications it cannot detect as I get further along in the coding.
-
- The values of the control sign is defined in the commented 'Help.CFG'.
-
-
- INSTALLATION
-
- Installation is simple. Copy all the files to the place where you want to
- keep JBPHelp and assign HELP: to that location. Run JBPHelp. Easy.
-
- You may want to add these lines to your startup-sequence
-
- Assign HELP: drive:dirwhereiputit
- run < nil: > nil: HELP:JBPHelp < nil: > nil:
-
- BEGGING
-
- I have provided JBPHelp with many help files and will collect more of them
- as I create them (or you send them to me :). This program was designed
- to increase your enjoyment of the Amiga.
-
- While I realize that all computer science majors AND Amiga owners are poor,
- I cannot emphaize that the only way I can keep adding features to this
- program is for you, the user, to give me some reason to keep going. If
- you would like to see JBPHelp grow and mature into the best Help utilitiy
- available for the Amiga Computer then please do so by becomming a
- registered owner.
-
- DISCLAMER AND COPYRIGHT
-
- I John Preston do not make any warrantes either expressed or implied that
- this program or even it's presence will make life simple or that the
- program will even work. I John Preston will also not be held liable for
- any direct, indirect, incidental, or consecuential damages resulting from
- using this product.
-
- This program is copyrighted by John Preston 1992 and is distributable
- if the executable, this document file and all the help and config files are
- accompaning the program. This program cannot be used for commercial use
- without written consent of the author.
-
-
- *************************** HISTORY ********************************
-
- 0.25 Released Jan 9, 1992.
- 0.31 Released Jan 24,1992. Made control of help display like UNIX more
- command. Added better control over error handling. More informative
- when it cannot find help. Can be completely detached from CLI and/or
- initiated from workbench with supplied icon.
- 0.32 Beginning to implement scroll back options, but it's buggy.
- 0.33 Can be purged from memory by selecting the menu option 'REMOVE'.
- 0.34 Released Feb 22, 1992.
- Added gadgets along the bottom so user can use MORE like commands or
- can use these gadgets. Scroll up/down and TOP work. Others are there
- but are non-functional. Also several help files are provided.
-