Changes between Version 17 and Version 18 of DOCUMENT_FILE_MANAGEMENT
- Timestamp:
- 08/27/08 10:42:03 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DOCUMENT_FILE_MANAGEMENT
v17 v18 3 3 * New Book - creates a new Sophie book. The user is prompted for the width and height of the new book. 4 4 5 * Open Book - prompts for the location of a saved Sophie book file on the computer. Pressing 6 command/control-O results in the same action. 5 * Open Book - prompts for the location of a saved Sophie book file on the computer. Pressing command/control-O results in the same action. 7 6 8 * Open Recent Books - displays a list of recently used Sophie books. Clicking on one of them opens it, clicking 9 elsewhere makes the list disappear. 7 * Open Recent Books - displays a list of recently used Sophie books. Clicking on one of them opens it, clicking elsewhere makes the list disappear. 10 8 11 * Close Book - closes the currently selected Sophie book. A prompt allowing changes to be saved is displayed 12 with controls provided. 9 * Close Book - closes the currently selected Sophie book. A prompt allowing changes to be saved is displayed with controls provided. 13 10 14 * Save Book - saves the current Sophie book. A prompt allowing changes to be saved is displayed with controls 15 provided. 11 * Save Book - saves the current Sophie book. A prompt allowing changes to be saved is displayed with controls provided. 16 12 17 * Save Book As - prompts for a name under which to save a copy of the current Sophie book. This new file 18 becomes the working book file. 13 * Save Book As - prompts for a name under which to save a copy of the current Sophie book. This new file becomes the working book file. 19 14 20 * Save Book Template - saves a book as a book template. If the book template is saved in Sophie’s default book 21 template directory, then the new book template is listed in the book templates palette. 15 * Save Book Template - saves a book as a book template. If the book template is saved in Sophie’s default book template directory, then the new book template is listed in the book templates palette. 22 16 23 * Publish Book - exports the current Sophie book in a format that can be used in Sophie Reader. Published 24 books have the extension .sophie. Changes to the current book are saved and the book is closed after it is 25 turned into a published book. The published version is then opened. 17 * Publish Book - exports the current Sophie book in a format that can be used in Sophie Reader. Published books have the extension .sophie. Changes to the current book are saved and the book is closed after it is turned into a published book. The published version is then opened. 26 18 27 19 * Export - converts the current book to PDF, HTML, RTF, and other formats. 28 20 29 * Import Resource from URL - prompts for the URL of a remote object that can be used in a Sophie book. This 30 object is then downloaded and included in the current Sophie book’s resources. 21 * Import Resource from URL - prompts for the URL of a remote object that can be used in a Sophie book. This object is then downloaded and included in the current Sophie book’s resources. 31 22 32 * Link to Resource from URL - prompts for the URL of a remote object that can be used in a Sophie book. The 33 object is included in Sophie’s resources but is not downloaded before the reader views it on the page. 23 * Link to Resource from URL - prompts for the URL of a remote object that can be used in a Sophie book. The object is included in Sophie’s resources but is not downloaded before the reader views it on the page. 34 24 35 * Import File - allows for an object to be dragged from the local computer to Sophie's resources. A prompt for 36 the location of resources is displayed. 25 * Import File - allows for an object to be dragged from the local computer to Sophie's resources. A prompt for the location of resources is displayed. 37 26 38 * Link To File - prompts for the location of an object on the local computer. The object can be used in a Sophie 39 book but cannot be imported into the book. 27 * Link To File - prompts for the location of an object on the local computer. The object can be used in a Sophie book but cannot be imported into the book. 40 28 41 * Export Resources - exports all resources in a Sophie book to a new folder. A prompt for a location in which to 42 store the data is displayed. 29 * Export Resources - exports all resources in a Sophie book to a new folder. A prompt for a location in which to store the data is displayed. 43 30 44 31 [[Image(FileMenu.png, 75%)]]