Changes between Version 16 and Version 17 of PREVIEW_MODE_R0
- Timestamp:
- 05/13/09 12:20:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PREVIEW_MODE_R0
v16 v17 46 46 47 47 == Implementation idea == 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. 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. '''This should be removed - obsolete''' 49 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 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.'''