Changes between Version 38 and Version 39 of BOOK_WINDOW_R1


Ignore:
Timestamp:
05/15/09 12:09:00 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_WINDOW_R1

    v38 v39  
    92922009-05-11 
    9393 * "Remove the thick black border of the book window (see if it is reasonable)"  There is a comment in the code that should be defined in the skin, however, if I make the border any smaller now, the window is not draggable at all.  So until we add some sort of title bar, I think this has to remain for now 
     94  * The only reason for this comment is that the color is hardcoded --mitex 
    9495 
    95962009-05-12 
     
    9899 
    99100   3.  Comments -  The iconification is handled by the current look and feel, triggered by the look and feel minimize button (or in the case of the tab bar, the show desktop button, which walks all frames (windows) and calls setIcon(true).  Simply hiding or showing the frame is not acceptable as it does not maintain a separate state of the window.  Currently the plan is to figure out how to change  the look and feel's iconify behavior.  WindowListener iconify events are only called *after* the window is iconified and are intended to be used as a way for the document to release resources, etc and thus not useful for this problem. -- sriggins 
     101 
     1022009-05-15 
     103 * Please read [wiki:BOOK_FULL_SCREEN_MODE_R0#Design]