Changes between Version 13 and Version 14 of FRAME_OPACITY_R0
- Timestamp:
- 09/02/09 17:04:16 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_OPACITY_R0
v13 v14 22 22 == Task requirements == 23 23 * Implement opacity for a whole frame, frame border and frame background. 24 * Add a slider bar in the frame appearance hud for controlling the whole HUD opacity.Also add two more sliders for the border and background slider bars. The slider bar for the whole frame should control the whole frame opacity and the opacity of the border and background.24 * Add a slider bar in the frame appearance hud for controlling the whole frame opacity.Also add two more sliders for the border and background frame opacity. The slider bar for the whole frame should control the whole frame opacity and the opacity of the border and background. 25 25 26 26 == Task result == … … 29 29 == Implementation idea == 30 30 31 Add a slider bar to the frame appearance hud. Also add two more sliders for the border and background slider bars.Add labels showing that they are opacity sliders. If the subhuds are ready put the two sliders in them, otherwise put the sliders on their appropriate places. Slider bars' values could change from 0 to 100%. Next to them there should be a bound control showing what is the chosen opacity. The bound control can be used to change the percent number and after changing the number the slider bar goes to the appropriate position. If any sign and number different from the numbers(integers) from 0 to 100 is inserted in the bound control its status should be 'not ok'.31 Add a slider bar to the frame appearance hud. Also add two more sliders for the border and background frame opacity.Add labels showing that they are opacity sliders. If the subhuds are ready put the two sliders in them, otherwise put the sliders on their appropriate places. Slider bars' values could change from 0 to 100%. Next to them there should be a bound control showing what is the chosen opacity. The bound control can be used to change the percent number and after changing the number the slider bar goes to the appropriate position. If any sign and number different from the numbers(integers) from 0 to 100 is inserted in the bound control its status should be 'not ok'. 32 32 33 33