home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / toolbl / 14 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.9 KB  |  37 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!uvaarpa!darwin.sura.net!paladin.american.edu!auvm!ARIZVMS.BITNET!JHALL
  3. X-Envelope-to: TOOLB-L@UAFSYSB.BITNET
  4. X-VMS-To: IN%"TOOLB-L@UAFSYSB.BITNET"
  5. MIME-version: 1.0
  6. Content-transfer-encoding: 7BIT
  7. Message-ID: <01GTZNF7IRRQ8Y6Z7R@CCIT.ARIZONA.EDU>
  8. Newsgroups: bit.listserv.toolb-l
  9. Date:         Tue, 26 Jan 1993 22:07:14 -0700
  10. Sender:       Asymetrix 'Toolbook' product discussions <TOOLB-L@UAFSYSB.BITNET>
  11. From:         JHALL@ARIZVMS.BITNET
  12. Subject:      Re: Please Help!
  13. Lines: 22
  14.  
  15. Larry:  Regarding writing a script for a book that readers are not
  16. able to modify, there are several ways to do this.  The simplest,
  17. and the one I would start with, would be to go the properties menu
  18. of the book and define a password that must be typed in for entering
  19. the author mode.  The much more elegant way to handle the problem,
  20. once you have more time and experience, is to so modify the scripts
  21. and menubar so that switching to author mode is not an option--the
  22. switch to author mode is trapped in the scripts.
  23.  
  24. Regarding showing a title page for 10 seconds and then going to the
  25. first page: It doesn't really matter what the first page is so I
  26. assume that you are talking about a home base or menu page that
  27. appears to the reader as the first (primary) page.  The easiest
  28. way to do this is to write a script handler that is called upon
  29. enterpage that simply pauses for 10 seconds and then goes to the
  30. page you want to be the "first" page.   The problem with this,
  31. as you may have already found out, is that the real first page
  32. is not displayed until all enterbook messages are processed   so
  33. to display the first page of the book, you best place the pause
  34. in the enterpage script of the first page since this script is
  35. processed after the enterpage message is handled.  If this does
  36. not make sense, sorry. Sometimes doing is easier than explaining.
  37.