Changes between Version 5 and Version 6 of RESOURCES_EXPORT_IMPORT_R0


Ignore:
Timestamp:
10/21/09 10:43:03 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RESOURCES_EXPORT_IMPORT_R0

    v5 v6  
    77 
    88== 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).  
     9The 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).  
    1010The other goal of this revision is to support import multiple files at once. 
    1111 
     
    2020    * 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  
    2121 
    22     * Every resource should be able to be exported in the corresponding format. 
     22    * Every resource is exported in the corresponding format. 
    2323    * Texts and comments are exported in rtf format.  
    2424    * (optioanal) Resources can be exported and imported by drag and drop 
    2525== Task result == 
    26 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     26Source code 
    2727 
    2828== 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 
    3043 
    3144== Related == 
     
    3447 
    3548== 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.  
    3756 
    3857= Design =