Changes between Version 4 and Version 5 of ANCHOR_HALO_R0
- Timestamp:
- 01/23/09 22:30:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ANCHOR_HALO_R0
v4 v5 13 13 * When a frame is selected the rightmost of the halos that appear over it should be the frame anchoring halo. It should be represented as a small anchor icon. 14 14 15 * The user should be able to drag the halo to the a place where the frame should be anchored.15 * The user should be able to drag the halo to the an apropriate for anchoring place in another frame. 16 16 17 17 * A subsidiary line should be drawn between the two frames. It should not be visible in Reader mode. 18 19 * The anchoring point should be kept. For R0 this could be the frame in which the anchor halo was dropped in. 18 20 19 21 == Task result == … … 22 24 == Implementation idea == 23 25 24 Add new halo to the frame halos. Create hud with the six different anchoring modes. Draw a line when the halo is dragged. 25 26 == Related == 27 * [wiki:ANCHORING_MODE_COMMONS_R0] 28 * [wiki:ANCHORING_MODE_PAGE_R0] 26 Add new halo to the frame halos which colud be dragged and dropped. Add a property into the FrameView of the anchored frame referencing the frame it is anchored to. 29 27 30 28 == How to demo == … … 33 31 34 32 = Design = 35 36 33 37 34 = Implementation =