Changes between Initial Version and Version 1 of FRAME_POSITION_R1


Ignore:
Timestamp:
07/05/09 09:12:57 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_POSITION_R1

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=FRAME_POSITION_R1, 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== Overview == 
     7Frame position can be now set by changing values in a HUD or by dragging the frame move halo. The frame move halo should be replaced with a frame title bar which is draggable and moves the frame around. 
     8 * The title bar should be at the top of the frame 
     9 * Height - the title bar height is equal to halo height + title bar padding. Title bar height doesn't need to be recalculated 
     10 * Width - the title bar should contain all needed halos + frame (group) title. This means that minimum witdth is equal to number of halos + space between them + title bar padding + frame name. For selections, the title bar should not be shorter than halos + space between them + padding + amount of pixels (for example - 10) 
     11 * Color - the title bar should be semi transparent and should allow changing opacity (and color) on mouse over and mouse pressed. 
     12== Task requirements == 
     13Create the frame title bar 
     14 * This is generally a draggable halo that stays behind the other halos 
     15 * Cover the functionalities from the overview 
     16  * Height  
     17  * Width  
     18  * Color 
     19 * The position of the title bar depends on upper halo menu position - title bar is behind other halos. 
     20== Task result == 
     21Source 
     22== Implementation idea == 
     23Implement with BASE_HALOS_R1 
     24 
     25== Related == 
     26^(Add links to related tasks that could be useful or helpful.)^ 
     27 
     28== How to demo == 
     29^(Provide instructions for demonstration of the task.)^ 
     30 
     31= Design = 
     32^(Describe your design here.)^ 
     33 
     34= Implementation = 
     35^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     36 
     37= Testing = 
     38^(Place the testing results here.)^ 
     39 
     40= Comments = 
     41^(Write comments for this or later revisions here.)