Changes between Version 60 and Version 61 of InteractionAndGraphicsDesign


Ignore:
Timestamp:
05/29/09 23:02:06 (16 years ago)
Author:
danvisel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InteractionAndGraphicsDesign

    v60 v61  
    179179  * AppMenuBar  [[BR]] 
    180180   * 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 as a whole.  
     181    * '''Description''' The file menu is used for operations that have to do with Sophie books and the operating system.  
    182182    * NewBookItem 
    183183     * '''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]] 
     
    193193     * '''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]] 
    194194    * ''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". 
    196196    * 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? 
    198198    * 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". 
    200200    * 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". 
    202202    * Export as HTML 
    203203     * '''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". 
    204204    * 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?  
    206206    * CloseBookItem  
    207207     * '''Description''' Closes current active book. If there are changes made, toggles the Save Changes dialog. [[BR]]