Changes between Version 1 and Version 2 of GROUP_BASE_HALOS_AND_FRAME_POSITION_R1
- Timestamp:
- 07/10/09 11:48:42 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_BASE_HALOS_AND_FRAME_POSITION_R1
v1 v2 14 14 * The task requirement that is about aligning of halo buttons will be described here: 15 15 * The HaloMenu currently deals with all buttons and we have only one type of halo. As the halo menus multiply, we need a way to restrict location of halo buttons in the menu. That is way we will have two types of halo menus: 16 * [source:branches/private/peko/sophie2-base-halos-r1/sophie2-platform/modules/org.sophie2.base.halos/src/main/java/org/sophie2/base/halos/FloatingHaloMenu.java FloatingHaloMenu] 16 * [source:branches/private/peko/sophie2-base-halos-r1/sophie2-platform/modules/org.sophie2.base.halos/src/main/java/org/sophie2/base/halos/FloatingHaloMenu.java FloatingHaloMenu] - which is more of less like the current HaloMenu. It can have different locations. This is the case with the content halo idea, where the halo menu follows the caret in the text for example. 17 * In addition to that one we will introduce another kind of halo menu that is bound to a rectangle - [source:branches/private/peko/sophie2-base-halos-r1/sophie2-platform/modules/org.sophie2.base.halos/src/main/java/org/sophie2/base/halos/StaticHaloMenu.java StaticHaloMenu] 17 18 18 19 = Implementation =