Changes between Version 8 and Version 9 of FRAME_SIZE_R2


Ignore:
Timestamp:
09/23/09 13:35:40 (16 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_SIZE_R2

    v8 v9  
    1111   * First approach is to implement cursors to be always perpendicular to the frame (group) side. This requires one cursor that is rotatable. 
    1212   * Second approach is to implement 4 cursors (horizontal, vertical and two diagonal) and to show the cursor that forms closest to right angle with the frame side. 
    13  * Third approach which will be easiest for implementation consists of the following 
    14    * When the cursor is over the draggable area the whole outline of the frame border is "highlighted" this can be done with some opaque color overlay. 
    15    * This way the user knows that he/she can do something 
    16    * If there are arrows indicating that this is the way the user can resize the frame it will be better. 
    1713 * Introduce shift resize 
    1814  * When you shift - drag from a corner, the size should grow with locked aspect ratio from the both sides of the frame[[BR]] [[Image(resize3.png, 20%)]] 
     
    2117   * The following graphics are example for the second approach.[[BR]] 
    2218   * [[Image(resize4.png, 25%)]] [[Image(resize5.png, 25%)]] 
     19 * Other way which will be easiest for implementation consists of the following 
     20   * When the cursor is over the draggable area the whole outline of the frame border is "highlighted" this can be done with some opaque color overlay. 
     21   * This way the user knows that he/she can do something 
     22   * If there are arrows indicating that this is the way the user can resize the frame it will be better. 
    2323== Task result == 
    2424^(List the end product of the task (for example "Source code", "Wiki page", etc.))^