Changes between Version 11 and Version 12 of FRAME_SIZE_R2
- Timestamp:
- 09/23/09 14:03:39 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_SIZE_R2
v11 v12 16 16 * When the frame is rotated the cursors should behave according to the following graphics 17 17 * The following graphics are example for the second approach.[[BR]][[Image(resize4.png, 25%)]] [[Image(resize5.png, 25%)]] 18 == Task result == 19 The result of this task must be code. 20 == Implementation idea == 18 21 * Other way which will be easiest for implementation consists of the following 19 22 * 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. 20 23 * This way the user knows that he/she can do something 21 24 * If there are arrows indicating that this is the way the user can resize the frame it will be better.[[BR]] [[Image(altresize2.png, 25%)]] [[Image(altresize.png, 25%)]] 22 == Task result ==23 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^24 25 == Implementation idea ==26 ^(Provide some rough implementation idea(s).)^27 25 28 26 == Related == 29 ^(Add links to related tasks that could be useful or helpful.)^ 27 FRAME_SIZE_R0 28 FRAME_SIZE_R1 30 29 31 30 == How to demo == 32 ^(Provide instructions for demonstration of the task.)^ 33 31 * Insert frame. 32 * Resize the frame by dragging. 33 * Rotate the frame and resize it by using shift option and dragging. 34 34 = Design = 35 35 ^(Describe your design here.)^