home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / programm / libs / reqtool.rea < prev    next >
Text File  |  1992-11-11  |  7KB  |  146 lines

  1. short: Easy requesters for your programs. Must-have !!
  2.  
  3.    The requesters have following features (features marked with *NEW* are new
  4. features for release 2.0, version 38 of ReqTools):
  5.  
  6.    All requesters:
  7.  
  8.       o have a pixel-perfect Workbench 2.0 3D look, also on Kickstart 1.3.
  9. *NEW* o Completely localized!  If you are using Workbench 2.1 or higher the
  10.         text in ReqTools requesters will appear in the language of your
  11.         Workbench (if the catalog for this language is available).
  12.       o adjust to interlaced screens and to the screen's font (rtEZRequest,
  13.         rtGetLong, rtGetString) or to any fixed-width font if the screen's
  14.         font is proportional (rtPaletteRequest/rtFileRequest/rtFontRequest).
  15. *NEW*   Requesters can also use any suitable font you specify.
  16.       o can appear under the mouse pointer, centered on the
  17.         screen/in a window or at the top left of the screen/a window.
  18.       o can be used asynchronously.
  19.       o check pr_WindowPtr of your process is to find the screen they should
  20.         appear on (can be overridden).
  21.       o use tags for maximum future extendibility.  All standard 2.0 tags are
  22.         supported (like TAG_SKIP, TAG_MORE, etc.).
  23.       o bring the screen they appear on to the front.  The screen that was
  24.         in front previously will be put in front again when the requester
  25.         finishes (if it is still open).
  26. *NEW*   This behaviour can be switched off.
  27.       o will always appear in the visible portion of the screen (support of
  28.         virtual screens).
  29.       o are extensively tested using enforcer and mungwall debugging tools.
  30. *NEW* o have the ability to lock the parent window from all user input and
  31.         give it a standard wait pointer automatically.
  32. *NEW* o can share the IDCMP port of the parent window.
  33. *NEW* o supports a callback hook for handling IDCMP messages from a shared
  34.         IDCMP port.
  35. *NEW* o have keyboard shortcuts for gadgets (key underlined in gadget label).
  36.         Use Right Amiga key with shortcut if a string gadget is active.
  37.  
  38.    rtEZRequest, the query requester:
  39.  
  40.       o easy keyboard shortcuts:
  41.         - Left Amiga V and Left Amiga B (like the standard requesters).
  42.         - Y for positive response.
  43.         - N, R, Esc for negative response.
  44.         - Return can also be used as a shortcut and can be
  45.           associated with any response.  The gadget in question
  46.           will have its text printed bold.
  47.           Default response for Return is the positive response.
  48.         - buttons give visual feedback when keyboard shortcuts
  49.           are used.
  50.         - keyboard shortcuts can be canceled by pressing Shift
  51.           before releasing the key.
  52. *NEW*   - keyboard shortcuts can be defined to be any character in the
  53.           button's label.  The character in question will be underlined.
  54.       o number of responses only limited by screen width.
  55.       o allows for multiple lines of text.
  56.       o text can be centered in requester (great for about requesters).
  57.       o supports the use of 'printf' formatting codes in text
  58.         and in responses.
  59.       o can be terminated by IDCMP events.
  60.  
  61.    rtFileRequest, the file requester:
  62.  
  63.       o similar in use and look-and-feel as Asl file requester.
  64.       o buffers directories in memory.
  65.       o files and directories can be added or removed from the buffer
  66.         by the calling program.
  67.       o can be put in save mode, disabling double-clicks and asking you if
  68.         directories that can't be found (entered manually) should be created.
  69.       o optional callback hook for verification of files before they are
  70.         added to the buffer.
  71.       o supports multiple selection of files and optionally of directories.
  72.       o when multi-select is on All, Clear and Match.. buttons are available.
  73.         All selects, and Clear unselects all files.  Match.. brings up a
  74.         requester where the user can enter a pattern to select files.
  75.       o can be used as a directory requester (showing no files).
  76.       o optional pattern gadget to match files on.
  77.       o shows all devices (with volume names) and all assigns made.
  78.       o supports TABCYCLE under 2.0
  79.       o pattern matching supports _ALL_ AmigaDOS 2.0 patterns.
  80. *NEW* o can be used as a volume requester to get a device or an assign
  81.         from the user.
  82. *NEW* o can be resized in height to show more files.
  83. *NEW* o Shows disk percentage used next to volume names.
  84. *NEW* o Allows you to enter paths in the filename string gadget.  If the
  85.         requester finds a path in the filename it will change the directory
  86.         to that path.  So if you e.g. enter 'Devs:mountlist' in the filename
  87.         gadget the requester will read the 'Devs:' directory and set the
  88.         filename gadget to 'mountlist'.  If you enter 'printers/' it will go
  89.         into the printers directory. Enter '/' to go to the parent directory.
  90. *NEW* o Completely keyboard controlable: use up and down cursor keys to
  91.         select files or directories.  Use Shift-Up and Shift-Down to jump
  92.         by one window-full.
  93.  
  94.    rtFontRequest, the font requester:
  95.  
  96.       o buffers all fonts in memory.
  97.       o shows sample of font you click on.
  98.       o can be also be used to select the font's style.
  99.       o supports color fonts, can change the screen's palette.
  100.       o supports scaled fonts (AmigaOS Release 2 only).
  101.       o optional callback hook for verification of fonts before they are
  102.         added to the buffer.
  103.       o supports TABCYCLE under 2.0
  104. *NEW* o can be resized in height to show more fonts.
  105. *NEW* o makes sure selected font is visible in listview when it comes up.
  106.  
  107. *NEW* rtScreenModeRequest, the display mode requester (Kickstart 2.0+ only!):
  108.  
  109. *NEW* o all modes in the DisplayInfo database can be displayed.
  110. *NEW* o allows you to pick a standard overscan setting.
  111. *NEW* o user may enter prefered size or choose to get the defaults.
  112. *NEW* o number of colors selectable.
  113. *NEW* o can be put up with the attributes from a given screen.
  114. *NEW* o optional callback hook for examining a display mode before it is
  115.         added to the requester.
  116. *NEW* o can be resized in height to show more modes.
  117. *NEW* o makes sure selected mode is visible in listview when it comes up.
  118.  
  119.    rtPaletteRequest, the palette requester:
  120.  
  121.       o features Copy, Swap and Spread functions.
  122.       o current values of red, green and blue are displayed.
  123.       o returns the selected color.
  124.  
  125.    rtGetLong, the long integer requester:
  126.  
  127.       o width of requester can be set by caller.
  128.       o a minimum and maximum can be supplied and will be displayed
  129.         in the requester.
  130.       o a value to show up when the requester appears can be supplied.
  131. *NEW* o can display buttons with several possible responses.
  132. *NEW* o invisible entry is possible (useful for getting a code number).
  133. *NEW* o patterned backfill of requester can be switched on or off.
  134. *NEW* o some line(s) of (centered) text may be displayed above the entry
  135.         gadget to give the user some extra information.
  136.  
  137.    rtGetString, the string requester:
  138.  
  139.       o width of requester can be set by caller.
  140.       o a string to show up when the requester appears can be supplied.
  141. *NEW* o can display buttons with several possible responses.
  142. *NEW* o invisible entry is possible (useful for getting a password).
  143. *NEW* o patterned backfill of requester can be switched on or off.
  144. *NEW* o some line(s) of (centered) text may be displayed above the entry
  145.         gadget to give the user some extra information.
  146.