Changes between Version 1 and Version 2 of PAGE_HALO_AND_HUD_R0
- Timestamp:
- 01/30/09 11:23:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_HALO_AND_HUD_R0
v1 v2 11 11 == Task requirements == 12 12 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. 14 14 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. 16 16 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. 18 18 19 19 * The hud should present color picker square for all options that involve color choosing. … … 23 23 24 24 == Implementation idea == 25 26 25 26 Use properties for the hud values, overriding their set and get methods to keep them synchronized with the frame model. 27 27 == Related == 28 * [wiki:PAGE_STRUCTURE_DISPLAYING_R0] 28 29 * [wiki:PAGE_STRUCTURE_DISPLAYING_R0] [[BR]] 30 * [wiki:PAGE_FILLING_R0] 29 31 30 32 == 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 32 38 = Design = 33 39