Changes between Version 17 and Version 18 of PREVIEW_MODE_R0
- Timestamp:
- 05/13/09 13:48:37 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PREVIEW_MODE_R0
v17 v18 10 10 This mode shows the book as it will look like in Reader. This mode is most convenient for reading books. It allows the user to test his links, events, etc. 11 11 12 Note: Preview mode = Reader mode =Test mode.12 Note: Preview mode = Test mode. 13 13 14 14 Author mode = Edit mode. … … 26 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 The frame borders are turned off. '''Will they? currently they are not.''' 28 Frame borders will be visible if they are set so, the page borders will be visible also (all of them). 29 29 30 30 All menu items related to editing, for example the Insert menu, File->Save, should be disabled. '''Decide how the items will be disabled - whether each item/functionality will watch the current book previewMode option, or someone will disallow book editing.. If every item will disable itself, define which are these items.''' 31 31 32 Some tabs are hidden: Timelines, Resources, Styles '''Define exactly '''.32 Some tabs are hidden: Timelines, Resources, Styles '''Define exactly. The flaps should rather be disabled, think about this'''. 33 33 34 34 On exiting Reader Mode, all such changes are reverted. '''This should be defined more clear - maybe the user wants to see other than the X on the top right corner.''' … … 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. '''This should be removed - obsolete''' 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.''' 48 * We should use the reader area - it will hide content outside the page borders. Note: the reader area is not working right now, so it must be implemented, too. 49 * 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. Think about adding similar functionality in the scene elements.. 51 50 * '''more?''' 52 51