Changes between Version 1 and Version 2 of PAGE_HALO_AND_HUD_R0


Ignore:
Timestamp:
01/30/09 11:23:58 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_HALO_AND_HUD_R0

    v1 v2  
    1111== Task requirements == 
    1212 
    13  * Selecting the page in the page structure palette makes the page halo appear on the page. This is a little gray square icon. It opens the page hud.  
     13 * The page halo is a little gray square icon that appears in the upper leftmost corner of the page when it is selected. It opens the page hud.  
    1414 
    15  * The user should be able to change the page width and height by the page hud. 
     15 * The user should be able to change the page width and height by the page hud. This should affect all pages in the book. 
    1616 
    17  * The page hud gives the user ability to control the background filling of the page. It could be – NONE (solid white), SOLID color, GRADIENT of colors, IMAGE or a PATTERN.  
     17 * The page hud should give the user ability to control the background filling of the page. It could be – NONE (solid white page), SOLID color, GRADIENT of colors, IMAGE or a PATTERN.  
    1818 
    1919 * The hud should present color picker square for all options that involve color choosing. 
     
    2323 
    2424== Implementation idea == 
    25   
    2625 
     26 Use properties for the hud values, overriding their set and get methods to keep them synchronized with the frame model. 
    2727== Related == 
    28  * [wiki:PAGE_STRUCTURE_DISPLAYING_R0] 
     28 
     29 * [wiki:PAGE_STRUCTURE_DISPLAYING_R0] [[BR]] 
     30 * [wiki:PAGE_FILLING_R0] 
    2931 
    3032== How to demo == 
    31   
     33 
     34 * Select a page and show its halo. 
     35 * Use the halo to open the page hud and ghange page`s size. 
     36 * Switch to other page and show that all pages have changes their size. 
     37 
    3238= Design = 
    3339