Changes between Version 2 and Version 3 of APP_RESOURCE_LIST_IMPORT_EXPORT_R0
- Timestamp:
- 02/02/09 18:53:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_RESOURCE_LIST_IMPORT_EXPORT_R0
v2 v3 6 6 7 7 == Overview == 8 Using drag'n'drop or the appropriate buttons resources should be able to be saved to the file system. For example, an image resource should be able to be saved as an image to the file system. What is more, an image resource should be created after pressing the appropriate button or after a dropto any of the palettes with resources.8 Resources should be able to be saved to the file system using drag'n'drop or the appropriate menu items from the File menu. For example, an image resource should be able to be saved as an image to the file system. What is more, an image resource should be created from an image file from the file system after pressing the appropriate menu item from the File menu or after a drop onto any of the palettes with resources. 9 9 10 10 == Task requirements == 11 11 * Provide that resources could be saved to the file system. 12 * Provide that resources could be created with files from the file system. 12 * Provide that resources could be created from files from the file system. 13 * For the first revision just create two items in the File menu for import and export of resources. 13 14 14 15 == Task result == … … 16 17 17 18 == Implementation idea == 18 * Implement drag'n'drop functionality using [wiki:BASE_DND_R0].19 * 19 * Create two items in the file menu - one for import of resources and one for export. 20 * Implement drag'n'drop functionality using [wiki:BASE_DND_R0] if there is time. 20 21 21 22 == Related == … … 25 26 == How to demo == 26 27 * Run Sophie 2.0. 27 * Drag an image to a palette with resources. 28 * Open File menu. 29 * Press "Import a resource". 30 * A Dialog should open and a file from the file system could be chosen. 31 * Select an image file. 28 32 * It should appear as an image resource in the appropriate palette. 29 33 … … 38 42 39 43 = Comments = 40 ^(Write comments for this or later revisions here.) 44 * Export and Import of resources are in the File menu of Sophie 1.0. We can change the menu, if we decide that there is a menu that is more appropriate.