home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / MDI-15.ZIP / READ.14 < prev    next >
Text File  |  1990-07-09  |  1KB  |  41 lines

  1. San Francisco Canyon Comapny
  2. 220 Montgomery Street, Suite 1063
  3. San Francisco, CA 94104
  4.  
  5. (415) 398-9957  -  FAX 398-5998
  6.  
  7. Compuserve 72371,104
  8.  
  9. Mark Florence, President
  10.  
  11.  
  12.  
  13. MDI-14.ARC
  14. ----------
  15. MDI-14.ARC contains these enhancements:
  16.  
  17. 1. MDI now issues an MDI_REQUEST_EXTENDED_OPTIONS WM_CONTROL message
  18.    during desktop creation.
  19.  
  20. 2. MDI now issues an MDI_NOTIFY_CASCADE_INSTANCE WM_CONTROL message
  21.    during a cascade operation and MDI_NOTIFY_TILE_INSTANCE message
  22.    during a tile operation.
  23.  
  24. 3. MDI now issues an MDI_NOTIFY_ACTIVATE_INSTANCE WM_CONTROL message
  25.    during document instance activation and MDI_NOTIFY_DEACTIVATE_INSTANCE
  26.    message during document instance deactivation.
  27.  
  28. 4. When the desktop is closed, MDI first issues an
  29.    MDI_INHIBIT_CLOSE_DESKTOP message to the desktop. If the desktop
  30.    allows the close, MDI now polls all open documents and
  31.    issues an MDI_INHIBIT_CLOSE_INSTANCE message. Only if all documents
  32.    do not inhibit the close is the desktop closed.
  33.  
  34. 5. MDI now supports the MDI_MSG_SET_DESKTOP_TITLE and
  35.    MDI_MSG_SET_INSTANCE_TITLE messages.
  36.  
  37. MDI-14 fixes these bugs:
  38.  
  39. 1. A bug in which a document's system menu is repainted incorrectly
  40.    after a tile or cascade operation is fixed.
  41.