Changes between Version 1 and Version 2 of FRAME_SIZE_R1
- Timestamp:
- 05/28/09 16:56:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_SIZE_R1
v1 v2 8 8 == Overview == 9 9 Currently frames can be resized using the Frame Size and Position halo button and hud. The user specifies new width and height, the frame content is resized accordingly and the frame location (top left corner) remains the same. [[BR]] 10 It would be convenient for the user to have another way of resizing the frame in addition to this one - by dragging the frame bounds with the mouse. ???10 It would be convenient for the user to have another way of resizing the frame in addition to this one - by dragging the frame bounds with the mouse. 11 11 12 12 == Task requirements == 13 * There should be a new halo button which shows/hides the 8 small rectangles described below. It should be included in the main frame halo menu (the left one above the frame border). 14 * There should be 8 small rectangles (halo buttons), used for resizing the frame in the 8 different directions. They should be drawn inside the frame border, i.e. they will overlap with the frame padding or the frame content if there is no padding. 4 of them should be located at the middle of corresponding side of the padding rectangle and the other 4 - at its edges. 15 * [optional for this revision] When the mouse is over one of those 8 rectangles, the mouse cursor should change in order to provide a hint for the user that he/she could drag it. 16 * When the user clicks on one of the rectangles and starts dragging it, the frame is resized in the appropriate way - if necessary its location is changed, too. 13 * There should be an invisible rectangular area around the border outline (the middle of the border) which could be used for resizing the frame. 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. 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. 17 16 * The frame is resized while the user is dragging, not after he/she releases the mouse. 18 * If for example the user starts dragging one of the rectangles that shound change only the height and vertical position and he/she changes the x-coordinate of the rectangle, this is neglected - The height changes, but the width remains the same.19 17 20 18 == Task result == … … 22 20 23 21 == Implementation idea == 24 The 8 s mall rectangles could be MoveHaloButtons.22 The 8 subareas could be 8 different scene elements (children of the frame scene element) with different responsible areas. 25 23 26 24 == Related ==