Changes between Version 6 and Version 7 of BOOK_FULL_SCREEN_MODE_R0


Ignore:
Timestamp:
01/21/09 17:39:10 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_FULL_SCREEN_MODE_R0

    v6 v7  
    1111 
    1212== Task requirements == 
    13 In full screen mode only the current page is displayed. 
     13In full screen mode only the current page and the bottom bar are displayed. Left and right flap are hidden.  
     14 
     15Menus are hidden too, but all keyboard shortcuts should work (for example, Ctrl+S should save the book).  
     16 
    1417In [wiki:ITERATION_05], after completing [wiki:PAGE_ZOOM], the page should be scaled to fit the screen (preserving page's aspect ratio). 
    1518 
    16 The page cannot be edited. All editing controls of frames should be hidden. 
     19Since there's no standard keyboard shortcut for full screen mode, I propose F11 and/or Alt+Enter. 
     20The same shortcut should be used for returning to previous mode. 
    1721 
    18 The background around the page should be black. 
     22Movies that are blown up to large sizes in full screen mode may not play as well as they might when Sophie Reader is not in full screen mode.  
    1923 
    20 What can be done in full screen mode: 
    21  * Navigate to next/previous page using 
    22   * Page Down/Up 
    23   * Down/Up arrows 
    24   * Enter, Space keys - navigate to next page 
    25   * Mouse left click - navigate to next page; right click - previous page 
    26   * Mouse scroll 
    27  * Click on hyperlinks, play videos, etc. 
    28  * Return to previous mode (edit / preview) with the Escape key. 
    29  
    30 Since there's no standard keyboard shortcut for full screen mode, I propose F11 and/or Alt+Enter. 
     24If (and only if) Sophie 2 is in preview mode (reader mode), the book cannot be modified in full screen mode too. 
    3125 
    3226== Task result == 
     
    3428 
    3529== Implementation idea == 
    36 Switch to Reader Mode. After closing Full Screen Mode, return to previous mode (Editing/Reader). 
    37  
    38 Display current PageView. 
    3930 
    4031== Related == 
    4132 * [wiki:BOOK_VIEW_MODES] 
    42  * [wiki:PREVIEW_MODE_R0] 
    4333 * [wiki:SCENE_COMMONS_R0] 
    4434 * [wiki:BASE_LAYOUT_R0] 
     
    4939 * Insert a text frame and write some text in it. 
    5040 * Select Full Screen mode 
    51  * If Reader Mode is implemented, try to modify the page by dragging the text frame. It should not move. 
    5241 
    5342= Design =