Changes between Version 1 and Version 2 of FRAME_APPEARANCE_HALO_AND_HUD_R0
- Timestamp:
- 01/16/09 16:12:40 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified FRAME_APPEARANCE_HALO_AND_HUD_R0
v1 v2 22 22 * The hud should also presents control over the shadow of the frame. For its color the user should be able to choose from a color picker. For the size and direction there should be two boxes “X” and “Y” whose values could vary between -10 and 10. 23 23 24 * When the number in the "X" box is negative the shadow moves to the left, and when it is positive the shadow moves to the right. When the number in the "Y" box is negative the shadow moves down, and when it is positive the shadow moves up.24 * When the number in the "X" box is negative the shadow moves to the left, and when it is positive the shadow moves to the right. When the number in the "Y" box is negative the shadow moves down, and when it is positive the shadow moves up. 25 25 26 26 == Task result == … … 30 30 31 31 Use properties for the hud values, overriding their set and get methods to keep them synchronized with the frame model. 32 33 == Related ==34 32 35 33 == How to demo ==