Changes between Version 15 and Version 16 of PREVIEW_MODE_R0
- Timestamp:
- 05/13/09 12:18:40 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PREVIEW_MODE_R0
v15 v16 24 24 * checking the reader mode check box in the bottom bar of every book window 25 25 * selecting View -> Reader Mode from the menu. (Create View menu first) 26 '''Here the suggestion gis 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.''' 27 27 28 28 The frame borders are turned off. '''Will they? currently they are not.''' … … 47 47 == Implementation idea == 48 48 * 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?''' 50 52 51 53 == Related ==