home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / workbench / hypertext_dtc / docs / english / faq.hguide < prev   
Encoding:
Amiga HyperGuide  |  1998-01-07  |  2.6 KB  |  66 lines

  1. @hyperguide FAQ.hguide
  2. @$VER: FAQ.hguide 40.6 (21.10.97)
  3. @macro m_prg "@{b}Frequently Ask Questions@{ub}"
  4. @macro m_question "@{pari -3}@{lindent 3}@{par}@{b}Q: @{ub}@{fg highlight}$1@{fg text}@{line}"
  5. @macro m_answer "@{pari -3}@{lindent 3}@{par}@{b}A:@{ub}"
  6.  
  7. @include htds.hgm
  8.  
  9. @node main "HTDS Frequently Ask Questions"
  10. @toc HTDS.hguide/main
  11.  
  12. @{jcenter}@{m_title}@{m_copyright}@{m_welcome}@{jleft}
  13.  
  14. @{m_sec Questions}
  15. @{enumerate}
  16. @{item}@{"Why don't work online Help (Menu-/Gadget-Help) if HTDS is installed?" link OnlineHelp}
  17. @{item}@{"Why aren't embedded pictures displayed?" link EmbeddedPics}
  18. @{item}@{"Why do not work the navigation buttons?" link Navigation}
  19. @{endenumerate}
  20. @{m_endsec}
  21.  
  22. @{m_sec "See Also"}
  23. @{" Known Bugs " link HTDS.hguide/KnownBugs}
  24. @{m_endsec}
  25. @endnode
  26. @node OnlineHelp "Online Help"
  27.  
  28. @{m_question "Why don't work online Help (Menu-/Gadget-Help) if HTDS is installed ?"}
  29. @{m_answer}
  30. The problem is, that all programs which provides online help uses the
  31. @{m_file amigaguide.library}. Upto version V40.19 of the @{m_file hypertext.datatype}
  32. this datatype don't work with the @{m_file amigaguide.library} correctly. From
  33. V40.20 of the @{m_file hypertext.datatype} this is fixed. Because of the way the
  34. @{m_file amigaguide.library} opens a document, the first page may be empty.
  35. @endnode
  36. @node EmbeddedPics "Embedded pictures"
  37.  
  38. @{m_question "Why aren't embedded pictures displayed?"}
  39. @{m_answer}
  40. If you use a graphic card with a emulation software like CyberGraphics or Picasso96
  41. just get the newest picture.datatype for the appropriate package. The newest versions
  42. of these picture.datatype's support the DTM_DRAW method correctly at least the
  43. following :
  44.  
  45. @{code}
  46. CyberGraphics : picture.datatype 43.757
  47. Picasso96     : picture.datatype 43.26
  48.  
  49. @{body}
  50. If you use the original picture.datatype you have to install my picdtpatch
  51. utility, which adds the DTM_DRAW method to the original datatype. If you use my
  52. picdtpatch utility make sure that it is started before any program which might
  53. use the picture.datatype. Usally a place between the AddDatatypes and IPrefs is
  54. a good place in the @{"Startup-Sequence" link "S:Startup-Sequence"}.
  55. @endnode
  56. @node Navigation "Navigation buttons"
  57. @{m_question "Why do not work the navigation buttons ?"}
  58. @{m_answer}
  59. The @{m_file hypertext.datatype} uses ARexx commands to communicate between
  60. the navigation button bar and the hypertext document. Therefore it is required
  61. that ARexx is running. So make sure that the RexxMast program is started in your
  62. @{"Startup-Sequence" link "S:Startup-Sequence"} or @{"User-Startup" link "S:User-Startup"}
  63. script.
  64. @endnode
  65.  
  66.