Changes between Version 2 and Version 3 of APP_RESOURCE_LIST_IMPORT_EXPORT_R0


Ignore:
Timestamp:
02/02/09 18:53:21 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_RESOURCE_LIST_IMPORT_EXPORT_R0

    v2 v3  
    66 
    77== 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 drop to any of the palettes with resources. 
     8Resources 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. 
    99 
    1010== Task requirements == 
    1111 * 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. 
    1314 
    1415== Task result == 
     
    1617 
    1718== 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. 
    2021 
    2122== Related == 
     
    2526== How to demo == 
    2627 * 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. 
    2832 * It should appear as an image resource in the appropriate palette. 
    2933 
     
    3842 
    3943= 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.