Changes between Version 5 and Version 6 of FRAME_SIZE_R1
- Timestamp:
- 05/28/09 18:27:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified FRAME_SIZE_R1
v5 v6 10 10 11 11 == Task requirements == 12 * There should be an invisible rectangular area around the border outline (the middle of the border) which could be used for resizing the frame. 12 * There should be an invisible rectangular area around the border outline (the middle of the border) which could be used for resizing the frame.[BR] 13 [[Image(source:trunk/sophie2-platform/doc/userdoc-images/RELEASE_8/frameResizeSheme.jpg)]][BR] 13 14 * It should be divided into 8 subareas resposible for resizing in the 8 different directions - north, south, east, west and the intermediate north-east, north-west, south-west and south-east. 14 * When the user clicks on one of the subareas and starts dragging, the frame is resized in the appropriate way - if necessary its position is also changed. 15 * The frame is resized while the user is dragging, not after he/she releases the mouse. 15 * When the user clicks on one of the subareas and starts dragging, the frame is resized in the appropriate way - if necessary its position is also changed. The opposite area is preserved. So if the user drags NW area the position and the size are changed so that SE area stays in place. 16 * The frame is resized while the user is dragging, not after he/she releases the mouse. Also if settings HUD is opened the data inside it should be updated before the mouse release. (This could be dropped for the next revision ) 16 17 17 18 == Task result ==