Changes between Version 8 and Version 9 of FRAME_SIZE_R2
- Timestamp:
- 09/23/09 13:35:40 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_SIZE_R2
v8 v9 11 11 * First approach is to implement cursors to be always perpendicular to the frame (group) side. This requires one cursor that is rotatable. 12 12 * 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 following14 * 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 something16 * If there are arrows indicating that this is the way the user can resize the frame it will be better.17 13 * Introduce shift resize 18 14 * 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%)]] … … 21 17 * The following graphics are example for the second approach.[[BR]] 22 18 * [[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. 23 23 == Task result == 24 24 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^