Changes between Version 11 and Version 12 of BOOK_WINDOW_R1
- Timestamp:
- 05/12/09 20:07:44 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_WINDOW_R1
v11 v12 14 14 == Task requirements == 15 15 * Remove the thick black border of the book window (see if it is reasonable) 16 * Add a simple title bar with book title (see [wiki:BOOK_WINDOW_R0]) 16 17 * Currently, when part of the book window is behind the right flap ot the bottom of the workspace, it disappears on maximize. See what causes that issue and fix it. 17 18 * Minimize button should minimize book to the Opened book tabbar. Currently a new button is created at the bottom of the work area. … … 19 20 * When all elements are inside the page and the whole page can be displayed in the book window, it should be at the center of it (it should recompute position on change of size for example) 20 21 * Make the background of the window changable by the skin (optional) 21 * Define minimum size of the book window. Scrollbars for the controls are not advisable. 22 * Define minimum size of the book window, so that scroll bars for the controls (bottom book panel) do not appear. 23 22 24 == Task result == 23 25 Code. 26 24 27 == Implementation idea == 25 ^(It is advisable to include some rough implementations ideas.)^ 28 29 * The title bar may be a panel like the bottom panel 30 * The border with is currently hard-coded, with a comment from mitex to add this to the skin definition "later" Consider doing this now 31 * Minimum size of the book should be calculated based on the size of the bottom book panel, so that if the panel is changed, the window reacts properly 26 32 27 33 == Related == 28 ^(Here you can add related tasks that could be useful or helpful.)^ 34 35 * [wiki:BOOK_WINDOW_R0] 29 36 30 37 == How to demo == 31 BOOK_WINDOW_R1 38 39 * Demo the new title bar 40 * Demo the default position of the window on the desktop 41 * Demo the book restricting re-sizing the book window to the minimal size 42 32 43 = Design = 33 44