Changes between Version 2 and Version 3 of FRAME_HUD_R0
- Timestamp:
- 12/17/08 19:21:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_HUD_R0
v2 v3 11 11 12 12 == Task requirements == 13 * Create a Hud halo button as part of the frame halo menu.13 * Create a hud halo button as part of the frame halo menu. 14 14 * Create a hud. 15 15 * Provide that background color, border thickness and color, position, size of the frame can be changed through the hud. … … 17 17 18 18 == Task result == 19 * The result of this task should be asource code.19 * The result of this task should be source code. 20 20 21 21 == Implementation idea == 22 * Create a !FrameHud class 22 * Create a !FrameHud class. 23 * Position the appropriate components in it, so that the user could change the background color, border thickness and color, position, size of the frame. 23 24 24 25 == Related == … … 34 35 * A hud dialog should appear. 35 36 * Change the border color and thickness through the hud. 36 * Assert that the border of the frame should be changed acco to what have been selected.37 * Assert that the border of the frame should be changed according to what have been selected. 37 38 38 39 = Design =