Changes between Version 16 and Version 17 of BASE_HALOS_R1


Ignore:
Timestamp:
07/07/09 22:05:22 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_HALOS_R1

    v16 v17  
    3535   * For other halo menus that should deal with content, other approaches may be defined. 
    3636 * Implement halo aligning (left and right at the same time for top halo menu) and Optional - implement vertical halo menus 
    37   * Aligning halo menus will be defined as VERTICAL and HORIZONTAL aligning of menus. An enum in the HaloMenu class will define these two. And the actual aligning will be done in the locationSync method, that currently aligns halos horizontally in the menu.  
     37  * Aligning halo menus will be defined as VERTICAL and HORIZONTAL aligning of menus. An enum in the HaloMenu class will define these two. And the actual aligning will be done in the locationSync method, that currently aligns halos horizontally in the menu. 
     38  * Left and right halo menu aligning cannot be implemented so that it behaves properly in one halo menu. Since this is connected with the [wiki:FRAME_POSITION_R1] the actual adding of the buttons will be done both at the beginning and at the end of the halo menu. (It may also be considered that the frame title would become part of the top halo menu. see [wiki:FRAME_POSITION_R1] for more info). However adding buttons so that frame title is inside the menu can be obtained through the buttons().get().add(index, button) method. 
    3839 * Implement bottom right halo menu (for rotation halo) and move the rotation halos there for now. 
     40  * botton right halo menu will be a halo menu with VERTICAL MenuAlignment at the specified location as in the diagram. 
     41 * Changesets: 
     42  * [changeset:4088] - MenuAlignment implementation and the method obtaining the ImmPoint of the caret (provided by Vlado). 
    3943 
    4044