Changes between Version 18 and Version 19 of BASE_HALOS_R1


Ignore:
Timestamp:
07/08/09 15:07:42 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_HALOS_R1

    v18 v19  
    3636 * Implement halo aligning (left and right at the same time for top halo menu) and Optional - implement vertical halo menus 
    3737  * 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. 
     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] ...  
    3939 * Implement bottom right halo menu (for rotation halo) and move the rotation halos there for now. 
    4040  * botton right halo menu will be a halo menu with VERTICAL MenuAlignment at the specified location as in the diagram.