Changes between Version 32 and Version 33 of IMAGE_CONTENT_R0
- Timestamp:
- 12/22/08 14:49:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IMAGE_CONTENT_R0
v32 v33 31 31 32 32 == How to demo == 33 * Create C!FrameView containing a Frame with !ImageFrameContent.33 * Create !FrameView containing a Frame with !ImageFrameContent. 34 34 * The !FrameView should contain an !ImageContentView. 35 35 * We should be able to view a frame with an image using scenes and the scene element from the !FrameView. … … 40 40 * It should implement the model property of !ContentView with template type !ImageFrameContent. 41 41 * It should implement the element property of !ContentView with template type !ImageSceneElement. 42 * It should implement the contentHaloMenu property of !ContentView with template type !ImageContentHaloMenu. 42 * It should implement the property of !ContentView associated with halo menus for images. 43 (Can't be done right now because halo menus for content aren't implemented yet.) 43 44 44 45 * Create !ImageFrameContent class extending !FrameContent. It's concrete implementation of !FrameContent for images.