Changes between Version 3 and Version 4 of APP_RESOURCE_LIST_IMPORT_EXPORT_R0
- Timestamp:
- 02/02/09 19:03:07 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_RESOURCE_LIST_IMPORT_EXPORT_R0
v3 v4 6 6 7 7 == Overview == 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 pressingthe appropriate menu item from the File menu or after a drop onto 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 via 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 == … … 17 17 18 18 == Implementation idea == 19 * Create two items in the file menu - one for import of resources and one for export.19 * Create two items in the File menu - one for import of resources and one for export. 20 20 * Implement drag'n'drop functionality using [wiki:BASE_DND_R0] if there is time. 21 21