home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / screen / screensn.lha / ScreenSnap / ScreenSnap.doc < prev    next >
Text File  |  1992-07-03  |  3KB  |  105 lines

  1.                              ScreenSnap V1.12
  2.                              ----------------
  3.  
  4.                      a tool for saving foreign screens
  5.  
  6.  
  7. This program is in the public domain and can be freely distributed without
  8. making any profit. The distribution via non-commercial BBS-Systems is allowed.
  9.  
  10. The distribution of the program with any commercial product requires the
  11. written permission of the author.
  12.  
  13. Author : T.O.M. Software Wuppertal
  14.      Oliver Graf
  15.          Gewerbeschulstr. 75
  16.          5600 Wuppertal 2
  17.          Federal Republic of Germany
  18.  
  19. mfG
  20.    Oliver
  21.  
  22. --------------------------------------------------------------------------
  23.  
  24. Documentation :
  25.  
  26. ScreenSnap is a tool that allows to take a look to the current screenlist of
  27. your system. You also can close "lost" screens or save screens to disk.
  28.  
  29. Simply start ScreenSnap with it's name from CLI or with a doubleclick on
  30. it's icon from Workbench. If started from CLI, ScreenSnap will detach itself
  31. from CLI so that you can use it in background.
  32.  
  33. Important note : ScreenSnap requires AmigaOS 2.0 Revision 37.175 or higher.
  34.  
  35. ScreenSnap opens it's own screen with the list of screens and a couple of
  36. gadgets. A minimum list must contain the entries "Workbench Screen" and
  37. "ScreenSnap V1.02".
  38.  
  39. The gadgets :
  40.  
  41.  The list
  42.  
  43. The list of screens is handled by gadtools.library as a single Gadget. You
  44. can scroll the list using the slider gadget on the left side. With a single
  45. click you can select an entry of the list and it is shown in the string gadget
  46. below the list. All actions will be done with the selected item. This list
  47. is updated by ScreenSnap itself. Attention : ScreenSnap patches the
  48. OpenScreen() and CloseScreen() functions of intuition.library ! This can
  49. cause some serious effects on other programmes that do so.
  50.  
  51.  Screen To Front
  52.  
  53. The selected screen will appear at the top of all.
  54.  
  55.  Screen Info
  56.  
  57. This function opens a window cotaining all important information about the
  58. selected screen. Leave it with a click on the window's closegadget.
  59.  
  60.  Close Screen
  61.  
  62. You can close a screen with this function. A security check will appear
  63. because the closing of a screen of a running task can crash system. You
  64. only should use this operation on screens that are still open after exiting
  65. the task. Important : You can't close ScreenSnap's screen.
  66.  
  67.  Save Screen
  68.  
  69. Allows you to save the selected screen to an IFF File. The asl.library File-
  70. Requester appears to select the file to save to. After selecting the
  71. destination file the screen's bitmap will be saved.
  72.  
  73.  About
  74.  
  75. Gives some information to the program.
  76.  
  77.  Quit Program
  78.  
  79. Shutdown ScreenSnap.
  80.  
  81. --------------------------------------------------------------------------
  82.  
  83. Versionhistory :
  84.  
  85. Version  Date     Changes
  86. --------------------------------------------------------------------------
  87. 1.00     01.12.91 first public release
  88. 1.01     04.12.91 bug fix : ScreenSnap didn't free it's gadget list
  89. 1.02     02.01.92 Source ported from Manx Aztec C to DICE
  90. 1.10     19.01.92 SaveScreen now saves to ILBM compressed format and
  91.           uses iffparse.library
  92. 1.11     21.01.92 Removed 'Refresh List' Gadget, now ScreenSnap patches
  93.           Intuition OpenScreen() for updating the list.
  94. 1.12     27.01.92 Now using the Workbench's Busy Pointer while saving.
  95.  
  96.  
  97. To do :
  98.  
  99.  - Print Screen Function
  100.  - window list editor
  101.  
  102. Credits :
  103.  
  104. Marc 'Kleiner' Schröer for the DICE detach source
  105.