home *** CD-ROM | disk | FTP | other *** search
- //
- // WIN 3.1 header stuff
- //
-
- //
- // pragmas
- // uncomment the following command to turn on the debug
- //
-
- // /pragma debug
-
- //
- // set up the options for the .hpj file
- //
-
- /hpjoption BUILD,WIN31
- /hpjoption COPYRIGHT,Copyright Phil Allen 1991-1994
- /hpjoption ERRORLOG,QDHELP.LOG
- /hpjoption REPORT,ON
- /hpjwindows main="QDHELP V3.0",(0,0,1023,1023),0,(255,255,255),(255,255,255)
- /hpjwindows second="MORE HELP",(0,0,511,511),0,(13,0,0),(13,0,0)
- /hpjoption TITLE,QDHELP V3.0
-
-
- //
- // add browse buttons to the button bar and set the right and left arrow
- // keys to move thru the browse sequences.
- //
-
- /hpjconfig BrowseButtons()
- /hpjconfig AddAccelerator(0x25,0,"Prev()")
- /hpjconfig AddAccelerator(0x27,0,"Next()")
-
- //
- // add a glossary button and window
- //
-
- /hpjconfig CreateButton("GlossaryButton","&Glossary","JI(`QDHELP.HLP >glossary',`GLOSSARY')")
- /hpjwindows glossary="Glossary",(100,100,711,711),0,(255,255,255),(255,255,255)
-
- //
- // ENDWIN31
- //
-
-
- //
- // default format for the entire document
- //
-
- /defformat \plain\fs20\f2\cf1
-
- //
- // This is the index to this help file
- //
-
- /topic INDEX,WIN31
-
- /title Quick and Dirty Help
- /browse index,AUTO
-
- /para
- /text \b\i\fs40,Quick and Dirty Help
- /endpara
-
- /para \sa100
- Welcome to the Quick and Dirty way to build help files
- for Windows 3.x. With Quick and Dirty Help (QDHELP) you
- use any ASCII editor to generate help files for Windows 3.x.
- The ASCII file you generate is input to the QDHELP program
- which outputs a file in rich text format (RTF). This is the
- format needed by the
- /popuplink MICROSOFT,Microsoft
- Help Compiler. What this means is that you do not need to
- purchase Microsoft WORD or some other word processor that
- generates RTF to be able to make help files for your Windows
- 3.x applications. The remainder of this help file contains
- information on the syntax used by the QDHELP program input
- file along with some hints and tips on using QDHELP.
- /endpara
-
- /para \sa100
- /text \b,Pick an Index, any Index!
- /endpara
-
- /para \li200
- /link HPJ_SECTIONS,.HPJ File Section Commands,line
- /link COMMANDS,Quick and Dirty Help Commands,line
- /link RUNNING,Running Quick and Dirty Help,line
- /link HINTS,Hints and Tips,line
- /endpara
-
- /endtopic
-
- /include hpj.qdh
- /include commands.qdh
- /include include.qdh
- /include deformat.qdh
- /include topic.qdh
- /include pragma.qdh
- /include title.qdh
- /include keyword.qdh
- /include browse.qdh
- /include tmacro.qdh
- /include helpid.qdh
- /include para.qdh
- /include text.qdh
- /include link.qdh
- /include popup.qdh
- /include bmaplink.qdh
- /include maclink.qdh
- /include bitmap.qdh
- /include running.qdh
- /include hints.qdh
-
- //
- // the microsoft popup topic
- //
-
- /glossarytopic MICROSOFT
-
- /title Microsoft
- /keywords Microsoft;Gates;Word
-
- /para
- You really don't need to ask, do you?
- /endpara
-
- /endtopic
-
-
- //
- // white space popup
- //
-
- /glossarytopic WHITESPACE
-
- /title WhiteSpace
- /keywords space;whitespace
-
- /para
- Whitespace is non printable characters found in a text
- file such as tab or space. For the purposes of QDHELP the
- ONLY recognized whitespace characters are space and tab.
- /endpara
-
- /endtopic
- //
- // HC
- //
-
- /glossarytopic HC
-
- /title HC
- /keywords HC
-
- /para
- HC is the name of the Microsoft help compiler.
- /endpara
-
- /endtopic
-
- //
- // what is a twip?
- //
-
- /glossarytopic TWIPS
-
- /title twips
- /keywords twips
-
- /para
- A twip is a unit used to measure output to a graphics device.
- A twip has a value of 1/1440 of an inch. In other words, there
- are 1440 twips per inch.
- /endpara
-
- /endtopic
-
-
-
- /topic ERRATA
-
- /title Errata
- /keywords bugs;errata
- /browse index,AUTO
-
- /para \sa300
- /text \b\i\fs40,Errata
- /bitmaplink INDEX,live.bmp
- /endpara
-
- /para \box\sa300
- Below is a list of known problems and work arounds if
- any are known
- /endpara
-
- /para \box
- /endpara
-
- /endtopic
-