Changes between Version 60 and Version 61 of InteractionAndGraphicsDesign
- Timestamp:
- 05/29/09 23:02:06 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InteractionAndGraphicsDesign
v60 v61 179 179 * AppMenuBar [[BR]] 180 180 * FileMenu [[Image(source:trunk/sophie2-platform/doc/spec-diagrams/FileMenu.png, 50%)]] [[BR]] 181 * '''Description''' The file menu is used for operations that have to do with Sophie books a s a whole.181 * '''Description''' The file menu is used for operations that have to do with Sophie books and the operating system. 182 182 * NewBookItem 183 183 * '''Description''' Shows dialog box for creating a new book. This needs to include the option to use a book template; user should be able to set width & height of the book, title, and number of pages (if desired).[[BR]] … … 193 193 * '''Description''' (In Sophie 1 this basically did what the Insert menu currently does, except that this would take any media type; this could also be used to import multiple resources at once, which users often wanted to do. Not sure how this will square with the Insert menu; I think Import/system drag-and-drop is better than dedicated insertions.)[[BR]] 194 194 * ''ExportItem'' 195 * '''Description''' (In Sophie 1 this opened a file dialogue asking for a name and location for a folder; when a name was given, that folder was filled with every resource in the currently open book.) [[BR]]195 * '''Description''' (In Sophie 1 this opened a file dialogue asking for a name and location for a folder; when a name was given, that folder was filled with every resource in the currently open book.) Does it make sense to have a single "File > Export Book" option that allows the user to select PostScript, PDF, HTML rather than three separate entries? Or a submenu after Export? That could also include what we're calling ExportItem, which could become "Export Resources". 196 196 * Print 197 * '''Description''' If a system printer is installed, brings up the system printer dialogue to print the book. 197 * '''Description''' If a system printer is installed, brings up the system printer dialogue to print the book. Are there going to be Sophie-specific options for this? 198 198 * Print to File 199 * '''Description''' Choosing this option will bring up the file dialogue to choose filename for exported PostScript. Does it make sense to have a single "File > Export Book" option that allows the user to select PostScript, PDF, HTML rather than three separate entries? 199 * '''Description''' Choosing this option will bring up the file dialogue to choose filename for exported PostScript. Does it make sense to have a single "File > Export Book" option that allows the user to select PostScript, PDF, HTML rather than three separate entries? Or a submenu after Export? That could also include what we're calling ExportItem, which could become "Export Resources". 200 200 * Export as PDF 201 * '''Description''' Choosing this option will bring up the file dialogue to choose filename for exported PDF. Does it make sense to have a single "File > Export Book" option that allows the user to select PostScript, PDF, HTML rather than three separate entries? 201 * '''Description''' Choosing this option will bring up the file dialogue to choose filename for exported PDF. Does it make sense to have a single "File > Export Book" option that allows the user to select PostScript, PDF, HTML rather than three separate entries? Or a submenu after Export? That could also include what we're calling ExportItem, which could become "Export Resources". 202 202 * Export as HTML 203 203 * '''Description''' Choosing this option will bring up the file dialogue to choose filename for exported HTML. Does it make sense to have a single "File > Export Book" option that allows the user to select PostScript, PDF, HTML rather than three separate entries? Or a submenu after Export? That could also include what we're calling ExportItem, which could become "Export Resources". 204 204 * BookPropertiesItem 205 * '''Description''' This opens a window that shows properties (title, number of pages, size, created date) for the current book. User clicks "OK" to close. 205 * '''Description''' This opens a window that shows properties (title, number of pages, size, created date) for the current book. User clicks "OK" to close. Does this actually belong in the File menu? 206 206 * CloseBookItem 207 207 * '''Description''' Closes current active book. If there are changes made, toggles the Save Changes dialog. [[BR]]