home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / System / SmartDragWindow 1.0.1 / SmartDragWindow INIT / SmartDragWindow Readme < prev    next >
Encoding:
Text File  |  1995-11-30  |  2.1 KB  |  39 lines  |  [TEXT/ttxt]

  1. SmartDragWindow 1.0.1
  2.  
  3. by Hiep Dam and John Pastore
  4.  
  5. Nov 30 1995
  6. 680x0 version only (runs fine on PowerMacs as well).
  7. Freeware (well, this incarnation at least).
  8.  
  9. What is it?
  10. SmartDragWindow is an utility which, during window dragging, "snaps" the window to the edges of the monitor and to the edges of other windows in the current application. You can also have the window snap to a hidden grid. Makes fudging your window positions much easier <grin>. Idea by John Pastore, implemented by Hiep Dam.
  11.  
  12. Pertinent Info (Hot Key)
  13. To turn snapping off without reverting to the control panel, keep the control key down as you start to drag the window. Dragging will then proceed normally.
  14.  
  15. Why isn't this a "fat" patch?
  16. Basically there's no need, really. SmartDragWindow is only invoked when dragging is started. No computation or processes are handled while dragging is taking place - i.e. the cpu is basically waiting for the dragging to finish. This is true whether the system or SmartDragWindow is handling dragging. Since nothing is taking place while the user is dragging, there's no need to make a PowerPC version.
  17.  
  18. Misc Info
  19. A snap-when-resizing feature will be implemented in the future. Maybe.
  20.  
  21. Non-standard window types (such as a circular window) may not drag correctly with SmartDragWindow. In these cases use the system's dragging implementation by using the control key.
  22.  
  23. Note: SmartDragWindow will not work in all applications. Some applications roll their own window dragging routines, thus SmartDragWindow is never called into the picture (an example of this is Stuffit Lite). Sorry, but nothing can be done in these situations. This can be seen most often in applications which use floating windows.
  24.  
  25. Technolese
  26. Because SmartDragWindow patches the same trap as the DragWindow INIT by Ricardo Batista (a dragging utility in which the whole window is dragged, not an outline), it is recommended you have either utility installed, NOT both!
  27.  
  28. Legalese
  29. As always, if your computer blows up it's not our fault. Seriously. ^_^
  30.  
  31. Thanks go to
  32.      Norman Basham
  33.      C.K. Haun
  34.      Ricardo Batista
  35.      Jorg Brown
  36.  
  37.  
  38. Questions? Comments? Bug reports? (ack!)
  39. Send 'em to "starlabs@aol.com"