Changes between Version 3 and Version 4 of GlobalSpecification/BookDocumentWindow


Ignore:
Timestamp:
03/07/09 14:09:15 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GlobalSpecification/BookDocumentWindow

    v3 v4  
    55Sophie books appear inside the Sophie workspace. Each book has its own window. A book window has a few main parts. The title bar - displays the book’s name. The words “(author mode)” or “(test mode),” indicating which mode Sophie is in, appear after the book's name. Double-clicking the title bar minimizes the book, leaving only the title bar visible. Double-clicking it again returns the book to its normal window. Clicking the square icon maximizes the book size in the workspace. Clicking an X icon closes the book. 
    66The visible page - below the title bar is the book itself, where the book's selected page is presented. A drag handle allows the book’s page size to be adjusted. As the drag handle is moved, the current width and height of the book is displayed with the cursor. Adjusting the page's size is different to adjusting the size of the book’s window. If a book’s page size is larger than the book’s window, the page generates scroll bars inside the book window. The scroll bars can be used to reposition areas of the page that are not visible. 
     7Each BookWindow is responsible for displaying a single book. 
     8At the time of creation of a window it is bound to a book. 
     9It is then responsible for displaying the current page of the book.  
    710 
    811Embedded book windows - clicking a link in a Sophie book in test mode opens an embedded book in its own window. Embedded books opened this way have a different window than regular Sophie books. Embedded 
     
    1114The X and Y fields in the bottom left corner show the value and can be manually changed. 
    1215== Diagram? == 
    13 ![[Image(source:/trunk/sophie2-platform/doc/spec-diagrams/Filename.png, 100%)]] [[BR]] 
    14 ![source:/trunk/sophie2-platform/doc/spec-diagrams/FileName.odg] [[BR]] 
     16![[Image(source:/trunk/sophie2-platform/doc/spec-diagrams/BookWindow.png, 100%)]] [[BR]] 
     17![source:/trunk/sophie2-platform/doc/spec-diagrams/BookWindow.odg] [[BR]] 
    1518== Tooltip? ==   
    1619== Mouse Behavior? ==