Version 11 (modified by pap, 16 years ago) (diff) |
---|
Analysis
Overview
Achieve consistant halos and huds.
Task requirements
- Create HUD names
- Regroup functionalities in the HUDs
- In frame properties HUD margins and padding should be added
- Create subhuds
- Only one sub hud can be displayed at a time
- Sub huds contain more functionality - for example, in appearence hud the border should be only one field, but in the border subhud it should be 4 fields.
- Add opacity to some huds
- A slider for opacity should be added for HUDs and subhuds
- For example - the frame appearence HUD should have 3 sliders - a general for the whole frame, one for the border and one for the background. The general slider should control the other two sliders.
- Create a Close button to each HUD
- HUDs should be closed from the Close button
- Sub-huds should be closed by the button that they were evoked
- Move the z+ and z- halos in the right side of the frame as they do not show any huds
- Halo menu is probably implemented there in previous tasks.
- Make content halo apear after a timeout.
- Make sure content halo never overlaps with other halos/huds.
Task result
- Code. HUD convention.
Implementation idea
- Each hud should contain 3 different font sizes and 3 different indents from the left border of the HUD - for heading, subheading and normal font. Please see pictures below.
Related
FRAME_APPEARANCE_HALO_AND_HUD_R0
How to demo
Show the new HUDs
Design
- Create a class SubHudButton. It should extend BaseSwingVisualElement. It should take care for showing/hiding a particular subHud in its parent hud.
- Remove visibility properties and methods from HudDialog as we can have only one active hud/subHud and these are only making huds harder to use.
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)
Attachments
- appearence.png (16.6 KB) - added by deyan 16 years ago.
- appearence_background.png (24.5 KB) - added by deyan 16 years ago.
- appearence_border.png (20.8 KB) - added by deyan 16 years ago.
- appearence_shadow.png (19.9 KB) - added by deyan 16 years ago.
- content_video.png (17.3 KB) - added by deyan 16 years ago.
- properties.png (18.8 KB) - added by deyan 16 years ago.
- properties_bounds.png (26.4 KB) - added by deyan 16 years ago.
- properties_orientation.png (19.3 KB) - added by deyan 16 years ago.
-
zorderhalos.jpg
(49.9 KB) -
added by deyan 16 years ago.
More native solution for the z-order halos