Changes between Version 60 and Version 61 of BOOK_WINDOW_R1


Ignore:
Timestamp:
06/02/09 08:01:51 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_WINDOW_R1

    v60 v61  
    100100  1. Remove the border from the page work area 
    101101 
    102       Removed the call to setBorder from the setup() method of BookDocumentWindow.swingFrameSync().  This change should be checked on Windows and Linux.  It removed the border as requested (and fixed a Mac issue with no title bar) 
     102      Removed the call to setBorder from the setup() method of MDDocumentWindow.  This change should be checked on Windows and Linux.  It removed the border as requested (and fixed a Mac issue with no title bar) 
    103103 
    104104  2. Removing the iconified book from the desktop 
    105105 
    106       Added show() to DefaultDocumentWindow which causes the window to become active and visible.  When the window is iconified, use userActs to disable the current book.  In BookLogic, changed the logic to show the window when a book is selected, causing the book window to show. 
     106      Added show() to MDDocumentWindow which causes the window to become active and visible.  When the window is iconified, use userActs to disable the current book.  In BookLogic, changed the logic to show the window when a book is selected, causing the book window to show. 
    107107 
    108108  3. Center the page on the page work area 
     
    112112  4. Change the page work area to consider the size of the book window as well as the page 
    113113 
    114      Added minimalViewRect to SceneVisual which is set by the page work area.  Added an component listener to DefaultDocumentWindow and a windowSize property.  When the event listener is notified that the window was resized, set the windowSize property. 
     114     Added minimalViewRect to SceneVisual which is set by the page work area.  Added an component listener to MDDocumentWindow and  windowSize property to DefaultDocumentWindow.  When the event listener is notified that the window was resized, set the windowSize property. 
    115115 
    116116    Added a resourceProperty syncWindowSize to PageWorkArea which relies on its BookView windowSize property, if the parent is indeed a BookDocumentWindow.  Set the page work area's scene's minimalVIewRect to the content area of the scroll area, which causes the page work area to size properly as well as center on the window. 
     
    125125 
    126126 [3013] - Commit before merging with trunk 
     127 
    127128 
    128129== Unit Tests ==