Changes between Version 5 and Version 6 of RESOURCES_EXPORT_IMPORT_R0
- Timestamp:
- 10/21/09 10:43:03 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RESOURCES_EXPORT_IMPORT_R0
v5 v6 7 7 8 8 == Overview == 9 The resource palette consist of only frame contents. These frames include all the frames which can be without the browser frame. All The resources can be imported and exported as while exporting, the elements are exported in the corresponding format(if jpg, in jpg; if pdf in pdf; if sjrb, in sjrb and so on).9 The resource palette consist of only frame contents. These frames include all the frames which can be inserted without the browser frame. All The resources can be imported and exported as while exporting, the elements are exported in the corresponding format(if jpg, in jpg; if pdf in pdf; if sjrb, in sjrb and so on). 10 10 The other goal of this revision is to support import multiple files at once. 11 11 … … 20 20 * For both, folder and zip, only their supported contents should be added. But if the user has selected an unsupported file, he should be warned by a message box. If multiple files are selected and part of them are unsupported the user should be notified about them, and the supported ones should be imported 21 21 22 * Every resource should be able to beexported in the corresponding format.22 * Every resource is exported in the corresponding format. 23 23 * Texts and comments are exported in rtf format. 24 24 * (optioanal) Resources can be exported and imported by drag and drop 25 25 == Task result == 26 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 26 Source code 27 27 28 28 == Implementation idea == 29 ^(Provide some rough implementation idea(s).)^ 29 * Make file dialog to support multiple selection and provide a logic that will handle it. 30 * Add new file dialog that can open files and directories. When the user select something: 31 32 1 If it is a file, try to open it 33 34 1.2 If it is a zip file, decompress it and go to 1 35 36 2 If it is a directory list its files 37 38 2.1 If there are only files go to 1 39 40 2.2 If there are directories go to 2 41 42 30 43 31 44 == Related == … … 34 47 35 48 == How to demo == 36 ^(Provide instructions for demonstration of the task.)^ 49 1. Create a book 50 2. Go to insert menu, choose Image..., and select 2 images in jpeg format by using ctrl+click and notice they are inserted at the one and same time. 51 3. Export one of the pictures and notice it is exported in jpeg format. 52 4. Insert a text frame. 53 5. Export the text frame and notice it is in rtf format. 54 6. Choose insert -> Any resource 55 8. Select the folder and click insert. Notice all the familiar format files from the folder are inserted. 37 56 38 57 = Design =