Version 2 (modified by tanya, 16 years ago) (diff) |
---|
Analysis
Overview
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.
Task requirements
- Provide that resources could be saved to the file system.
- Provide that resources could be created with files from the file system.
Task result
- The result of this task should be source code.
Implementation idea
- Implement drag'n'drop functionality using BASE_DND_R0.
Related
How to demo
- Run Sophie 2.0.
- Drag an image to a palette with resources.
- It should appear as an image resource in the appropriate palette.
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)