In a message dated 95-12-05 18:23:16 EST, you write:
>Here is a bizarre little problem.... I have a book with
>five different backgrounds. When the book opens, I set the
>main window viewer to no caption bar. I save the book, go to
>reader mode, then return to author mode and the caption bar
>returns! How do I rid myself of this thing?
You need a handler for entering reader and author modes in your book.
Try something like this:
to handle author
captionbar of this window = normal -- so you can operate TBK.
end
to handle reader
captionbar of this window = none
end
--
Hope that helps.
-Kevin Georg
-ChipNet Columnist
-KevinGe...@aol.com