Changes between Version 11 and Version 12 of BOOK_WINDOW_R1


Ignore:
Timestamp:
05/12/09 20:07:44 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_WINDOW_R1

    v11 v12  
    1414== Task requirements == 
    1515 * 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]) 
    1617 * 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. 
    1718 * Minimize button should minimize book to the Opened book tabbar. Currently a new button is created at the bottom of the work area. 
     
    1920 * 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) 
    2021 * 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 
    2224== Task result == 
    2325Code. 
     26 
    2427== 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 
    2632 
    2733== Related == 
    28 ^(Here you can add related tasks that could be useful or helpful.)^ 
     34 
     35 * [wiki:BOOK_WINDOW_R0] 
    2936 
    3037== 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 
    3243= Design = 
    3344