home *** CD-ROM | disk | FTP | other *** search
Amiga HyperGuide | 1998-01-07 | 2.6 KB | 66 lines |
- @hyperguide FAQ.hguide
- @$VER: FAQ.hguide 40.6 (21.10.97)
- @macro m_prg "@{b}Frequently Ask Questions@{ub}"
- @macro m_question "@{pari -3}@{lindent 3}@{par}@{b}Q: @{ub}@{fg highlight}$1@{fg text}@{line}"
- @macro m_answer "@{pari -3}@{lindent 3}@{par}@{b}A:@{ub}"
-
- @include htds.hgm
-
- @node main "HTDS Frequently Ask Questions"
- @toc HTDS.hguide/main
-
- @{jcenter}@{m_title}@{m_copyright}@{m_welcome}@{jleft}
-
- @{m_sec Questions}
- @{enumerate}
- @{item}@{"Why don't work online Help (Menu-/Gadget-Help) if HTDS is installed?" link OnlineHelp}
- @{item}@{"Why aren't embedded pictures displayed?" link EmbeddedPics}
- @{item}@{"Why do not work the navigation buttons?" link Navigation}
- @{endenumerate}
- @{m_endsec}
-
- @{m_sec "See Also"}
- @{" Known Bugs " link HTDS.hguide/KnownBugs}
- @{m_endsec}
- @endnode
- @node OnlineHelp "Online Help"
-
- @{m_question "Why don't work online Help (Menu-/Gadget-Help) if HTDS is installed ?"}
- @{m_answer}
- The problem is, that all programs which provides online help uses the
- @{m_file amigaguide.library}. Upto version V40.19 of the @{m_file hypertext.datatype}
- this datatype don't work with the @{m_file amigaguide.library} correctly. From
- V40.20 of the @{m_file hypertext.datatype} this is fixed. Because of the way the
- @{m_file amigaguide.library} opens a document, the first page may be empty.
- @endnode
- @node EmbeddedPics "Embedded pictures"
-
- @{m_question "Why aren't embedded pictures displayed?"}
- @{m_answer}
- If you use a graphic card with a emulation software like CyberGraphics or Picasso96
- just get the newest picture.datatype for the appropriate package. The newest versions
- of these picture.datatype's support the DTM_DRAW method correctly at least the
- following :
-
- @{code}
- CyberGraphics : picture.datatype 43.757
- Picasso96 : picture.datatype 43.26
-
- @{body}
- If you use the original picture.datatype you have to install my picdtpatch
- utility, which adds the DTM_DRAW method to the original datatype. If you use my
- picdtpatch utility make sure that it is started before any program which might
- use the picture.datatype. Usally a place between the AddDatatypes and IPrefs is
- a good place in the @{"Startup-Sequence" link "S:Startup-Sequence"}.
- @endnode
- @node Navigation "Navigation buttons"
- @{m_question "Why do not work the navigation buttons ?"}
- @{m_answer}
- The @{m_file hypertext.datatype} uses ARexx commands to communicate between
- the navigation button bar and the hypertext document. Therefore it is required
- that ARexx is running. So make sure that the RexxMast program is started in your
- @{"Startup-Sequence" link "S:Startup-Sequence"} or @{"User-Startup" link "S:User-Startup"}
- script.
- @endnode
-
-