Changes between Version 4 and Version 5 of BOOK_FULL_SCREEN_MODE_R0
- Timestamp:
- 01/19/09 14:18:24 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_FULL_SCREEN_MODE_R0
v4 v5 8 8 9 9 == Overview == 10 Full screen mode shows the book on t op of Sophie window on full screen. It is useful for presentations.10 Full screen mode shows the book on the top of the Sophie window in full screen. It is useful for presentations. 11 11 12 12 == Task requirements == 13 In full screen mode only the current page is displayed, scaled to fit the screen (preserving page's aspect ratio). 13 In full screen mode only the current page is displayed. 14 In [wiki:ITERATION_05], after completing [wiki:PAGE_ZOOM], the page should be scaled to fit the screen (preserving page's aspect ratio). 14 15 15 The page cannot be edited. 16 The page cannot be edited. All editing controls of frames should be hidden. 16 17 17 18 The background around the page should be black. … … 33 34 34 35 == Implementation idea == 35 ^(It is advisable to include some rough implementations ideas.)^ 36 Switch to Reader Mode. After closing Full Screen Mode, return to previous mode (Editing/Reader). 37 Display current PageView. 36 38 37 39 == Related == … … 46 48 * Insert a text frame and write some text in it. 47 49 * Select Full Screen mode 50 * If Reader Mode is implemented, try to modify the page by dragging the text frame. It should not move. 48 51 49 52 = Design =