Changes between Version 4 and Version 5 of BOOK_FULL_SCREEN_MODE_R0


Ignore:
Timestamp:
01/19/09 14:18:24 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_FULL_SCREEN_MODE_R0

    v4 v5  
    88 
    99== Overview == 
    10 Full screen mode shows the book on top of Sophie window on full screen. It is useful for presentations. 
     10Full screen mode shows the book on the top of the Sophie window in full screen. It is useful for presentations. 
    1111 
    1212== Task requirements == 
    13 In full screen mode only the current page is displayed, scaled to fit the screen (preserving page's aspect ratio). 
     13In full screen mode only the current page is displayed. 
     14In [wiki:ITERATION_05], after completing [wiki:PAGE_ZOOM], the page should be scaled to fit the screen (preserving page's aspect ratio). 
    1415 
    15 The page cannot be edited. 
     16The page cannot be edited. All editing controls of frames should be hidden. 
    1617 
    1718The background around the page should be black. 
     
    3334 
    3435== Implementation idea == 
    35 ^(It is advisable to include some rough implementations ideas.)^ 
     36Switch to Reader Mode. After closing Full Screen Mode, return to previous mode (Editing/Reader). 
     37Display current PageView.  
    3638 
    3739== Related == 
     
    4648 * Insert a text frame and write some text in it. 
    4749 * Select Full Screen mode 
     50 * If Reader Mode is implemented, try to modify the page by dragging the text frame. It should not move. 
    4851 
    4952= Design =