Changes between Version 15 and Version 16 of PREVIEW_MODE_R0


Ignore:
Timestamp:
05/13/09 12:18:40 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PREVIEW_MODE_R0

    v15 v16  
    2424 * checking the reader mode check box in the bottom bar of every book window 
    2525 * selecting View -> Reader Mode from the menu. (Create View menu first) 
    26  '''Here the suggestiong is to have a button "Go to preview" instead of checkbox.. this way it will be much more adequate. Decide about the menu.''' 
     26 '''Here the suggestion is to have a button "Go to preview" instead of checkbox.. this way it will be much more adequate. Decide about the menu.''' 
    2727 
    2828The frame borders are turned off. '''Will they? currently they are not.''' 
     
    4747== Implementation idea == 
    4848 * Currently there is a boolean property inReaderMode in org.sophie2.main.view.book.BookView. According to the specification, reader mode is applied to all books, so move it to AppView. 
    49  '''We will define more ideas soon :) But before this, look at the current codebase for preview in order to define the possibilities.''' 
     49 * '''We should use the reader area - it will hide content outside the page borders. Should also be decided whether the page borders will be visible or not. Note: the reader area is not working right now, so it must be implemented, too.''' 
     50 * '''A good idea (maybe) is to move all logic about visibility in the corresponding feature - for example, huds should hide themselves, flaps, palettes also, etc. This way the bookView / readerArea does not need to know about all the visible gadgets and hide them one by one.''' 
     51 * '''more?''' 
    5052 
    5153== Related ==