Changes between Version 12 and Version 13 of FRAME_MARGINS_R0


Ignore:
Timestamp:
12/16/08 19:35:30 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_MARGINS_R0

    v12 v13  
    1111== Task requirements == 
    1212 * The frame should have properties defining its margins width. 
    13  * There should be HUD for paddings (could be communal with margins`s HUD) 
    14  * All elements should adjust surrounding the margin 
     13 * There should be HUD for margins (could be communal with paddings`s HUD) 
     14 * The Halo should not be in the margin. 
    1515 
    1616 
     
    2020== Implementation idea == 
    2121 * Add Insets marginsInsets property to the Frame. 
    22  * There should be HUD for margins (could be communal with margins`s HUD) 
    23  * Other elements should adjust their position to the margins width.  
     22 * Create HUD for margins (could be communal with paddings`s HUD) 
    2423 
    2524== Related == 
     
    3130 
    3231== How to demo == 
    33  * Create frame with concrete margins over other frame with text content and check if the text adjusts to its width. 
    34  * Use the HUD to change the margins and show how the text is adjusting to the new margin.  
     32 * Create a frame with concrete margins and see that the Halo is adjusting to its width.  
     33 * Use the HUD to change the margins and check that they are set correctly. 
    3534 
    3635= Design =