| |
|
BINDING
THE FTSPRO.SBK
There are two ways to bind a system book. You can use OpenScript
to do this or use a menu option.
OPENSCRIPT:
Add this to your EnterBook handler:
to handle
enterBook
if "FTSPRO.SBK"
is not in sysbooks
 push "FTSPRO.SBK" onto sysbooks
end
...other statements
here
forward
end
MENU:
This process is different between ToolBook 5, 6, 7 and 8.
ToolBook
5
Use the File|Add
Extensions menu to add the system book.
ToolBook
Instructor 6.x, 7.x and 8.x
Use the File|Bound
System Books menu to add the system book.
ToolBook
Assistant 6.x, 7.x and 8.x
Since Assistant does not have a File|Bound
System Books
menu to use to add the system book, you will need extra help to do this.
Included with your FTS Pro files is a file called ASST.TBK. This file
contains a special button that, when clicked, will let you configure your
System Books just like any Instructor user can. I recommend following
the procedure in the ASST.TBK to add this special button to your CATALOG,
so that you can access this button at any time. When you need to access
this Bound System Books menu, to bind the FTSPRO.SBK, just drag the button
out of the catalog and onto any page in your book and from Reader Mode,
click it. A dialog will open. Use the Browse button to locate and Add
the FTSPRO.SBK. The button can then be deleted from your book. |
|