home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / tiler.zip / TILER.DOC < prev    next >
Text File  |  1987-09-05  |  3KB  |  62 lines

  1. This is the TILER program from my article in the July 1987 Microsoft Systems
  2. Journal.  TILER is a Windows 2.0 program that brings back the good old days
  3. of tiled windows.  It runs as an icon, and all its commands are on the
  4. Control menu (what used to be called the System menu).  There are three
  5. TILER commands in addition to the standard Control menu commands:
  6.  
  7.   *  Tile Columns       Tiles your windows into columns
  8.   *  Tile Rows          Tiles your windows into rows
  9.   *  Margins            Turns margins off or on
  10.  
  11. The tiling done by this version of TILER is simplistic, but useful.  (This
  12. is not the "fancy" version of TILER that I promised in the article.  The
  13. "lack of space" I mentioned was really a lack of programming and debugging
  14. time!  <embarassed grin>)
  15.  
  16. When you choose one of the Tile commands, it takes all application windows
  17. that are movable, resizable, and not minimized or maximized, and tiles them,
  18. merely splitting the screen in half vertically and/or horizontally.  It will
  19. tile four windows or fewer; if there are more than four, only the topmost
  20. four are tiled, and the rest are ignored.
  21.  
  22. If the "Margins" option is checked (the default), TILER will leave a little
  23. blank space between the windows and around the edges.  If you turn off
  24. "Margins", TILER will pack the windows as closely together as it can.
  25.  
  26. After you tile your windows, you can still move them around independently,
  27. overlap them, etc.  TILER doesn't lock them together in the Windows 1.0x
  28. style of tiling; it just moves them around the same way you could have done
  29. by hand.
  30.  
  31. You can use TILER.EXE with Windows 2.0; you don't need the Windows Software
  32. Development Kit.  If you do have the SDK, source is also provided so you can
  33. tinker with it.  Let me know if you come up with an improved version!
  34.  
  35. This version of TILER has several improvements over the one in the Microsoft
  36. Systems Journal article:
  37.  
  38. 1.  Now has the "Margins" option.
  39.  
  40. 2.  Positions windows so their client areas are byte aligned.  This improves
  41.     display speed, and some Windows 2.0 apps expect this alignment.
  42.  
  43. 3.  Eliminates some extra repainting.  This had been a workaround for a bug
  44.     in the early beta releases of Windows 2.0.
  45.  
  46. 4.  Activates the topmost window after tiling the windows, instead of
  47.     leaving TILER as the active window.
  48.  
  49. 5.  Alt-Space now works, along with Shift-Esc, to bring up Tiler's menu.
  50.  
  51.  
  52. I hope you find TILER useful!
  53.  
  54.  
  55. Michael Geary
  56. P.O. Box 1479
  57. Los Gatos, CA  95031
  58.  
  59. BIX:        geary
  60. CompuServe: 76146,42
  61. GEnie:      GEARY
  62.