Changes between Version 26 and Version 27 of BOOK_WINDOW_R1


Ignore:
Timestamp:
05/13/09 21:14:36 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_WINDOW_R1

    v26 v27  
    1313 
    1414== Task requirements == 
    15  * Remove the thick black border of the book window (see if it is reasonable) 
    16  * 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  * Minimize button should minimize book to the Opened book tabbar. Currently a new button is created at the bottom of the work area. 
    18  * The default position of the page work area should be at the center of the book window. 
    19  * If the page work area can be displayed in the book window, it should be at the center of it. Recomputing should be done on mouse drop (if possible). When scrollbars appear, the position should not be recomputed anymore. On book open the page work are should be centered in the book window. 
     15{{{ 
     16#!comment 
     17Explicit numbering used for linking purposes 
     18}}} 
     19 1. Remove the thick black border of the book window (see if it is reasonable) 
     20 2. 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. 
     21 3. Minimize button should minimize book to the Opened book tabbar. Currently a new button is created at the bottom of the work area. 
     22 4. The default position of the page work area should be at the center of the book window. 
     23 5. If the page work area can be displayed in the book window, it should be at the center of it. Recomputing should be done on mouse drop (if possible). When scrollbars appear, the position should not be recomputed anymore. On book open the page work are should be centered in the book window. 
    2024  * On change of the size of the book  
    2125  * On change of the size of the window 
    22  * Make the background of the window changable by the skin (optional) 
    23  * Define minimum size of the book window, so that scroll bars for the controls (bottom book panel) do not appear. 
     26 6. Make the background of the window changable by the skin (optional) 
     27 7. Define minimum size of the book window, so that scroll bars for the controls (bottom book panel) do not appear. 
    2428 
    2529== Task result == 
     
    4953= Design = 
    5054 
    51   * Border: Remove the call to setBorder on the JInternalFrame in BookDocumentWindow.setup().  This not only will remove the border, it brings back the title bar and window shadows on the Macintosh 
     55  1. Border: Remove the call to setBorder on the JInternalFrame in BookDocumentWindow.setup().  This not only will remove the border, it brings back the title bar and window shadows on the Macintosh 
    5256 
    5357