Changes between Initial Version and Version 1 of ANCHOR_HALO_R0


Ignore:
Timestamp:
01/23/09 21:49:19 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ANCHOR_HALO_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=ANCHOR_HALO_R0, format=table,  col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6 
     7== Overview == 
     8 
     9All frames have a frame anchoring halo which allows a frame to be anchored. This means that the frame will be associated with a particular point in another frame. There are different modes defining how the frame should move according to the frame it is anchored to.   
     10 
     11== Task requirements == 
     12 
     13 * When a frame is selected the rightmost of the halos that appear over it should be the frame anchoring halo. It is going to be represented as a small anchor icon.  
     14 
     15 * The user should be able to drag the halo to the a place where the frame should be anchored.  
     16 
     17 * A subsidiary line should be drawn between the two frames. It should not be visible in Reader mode. 
     18 
     19 * When the anchoring halo is dropped an anchoring hud is displayed allowing choice between the different anchoring modes – CHARACTER, INLINE, LINE, PARAGRAPH, FRAME, PAGE.   
     20 
     21== Task result == 
     22The result of this task is source code.   
     23 
     24== Implementation idea == 
     25 
     26Add new halo to the frame halos. Create hud with the six different anchoring modes. Draw a line when the halo is dragged and open the hud when it is dropped.  
     27 
     28== How to demo == 
     29 
     30 * Select a frame and show the anchoring halo. Drag it into another frame and show the line connecting the two frames. When dropping it show the anchoring hud. 
     31 
     32= Design = 
     33 
     34 
     35= Implementation = 
     36^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     37 
     38= Testing = 
     39 
     40= Comments = 
     41^(Write comments for this or later revisions here.)