home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / WNDW5X.ZIP / WNDWDEMO.ARC / READ.ME next >
Encoding:
Text File  |  1988-12-20  |  6.4 KB  |  207 lines

  1.  
  2.     WNDW Multi-level Virtual Windows                  Read.Me, Version 5.X
  3.  
  4.  
  5.                            MULTI-LEVEL VIRTUAL WINDOWS
  6.                                   DEMONSTRATION
  7.  
  8.                                    Version 5.X
  9.                                 December 20, 1988
  10.  
  11.  
  12.                   Copyright (C) 1988 Eagle Performance Software
  13.                                All Rights Reserved
  14.  
  15.  
  16.                               ┌─────────┐
  17.                         ┌─────┴───┐     │
  18.                       ──│         │o    │──────────────────
  19.                         │   ┌─────┴╨──┐ │  Association of
  20.                         │   │         │─┘  Shareware
  21.                         └───│    o    │    Professionals
  22.                       ──────│    ║    │────────────────────
  23.                             └────╨────┘    MEMBER
  24.  
  25.  
  26.     Welcome to WNDW - high performance windowing software for Turbo Pascal
  27.     and Turbo C!
  28.  
  29.     WNDWMGR.EXE - Simply execute the program.  The instructions are on the 
  30.     screen in window 4.  Press Alt-1 to Alt-4 to access the corresponding 
  31.     window.  Only virtual windows can be resized.  To quit, press F10 at 
  32.     any time.  This one demonstrates the speed of virtual windows and how 
  33.     they update even covered windows.
  34.  
  35.     WNDWDEMO.EXE - Simply execute this demo and follow the instructions on
  36.     the screen.  This will show you the high speed of these windows.
  37.     Every imaginable feature has been implemented in the unit, but only a
  38.     few have been shown here.
  39.  
  40.     WNDW - Here are the current product versions of WNDW:
  41.  
  42.       File name    CIS Name    Compiler  Release date
  43.       -----------  ----------  --------  ------------
  44.       WNDW42.ARC   WNDW42.ARC  TP4        10-15-88
  45.       WNDW5X.ARC   WNDW5X.ARC  TP5        12-20-88
  46.       WNDWC20.ARC  WNDC20.ARC  TC2        02-01-89
  47.  
  48.  
  49.     Eagle Performance Software has developed identical products for both 
  50.     Turbo C and Turbo Pascal.  Our pledge is to provide you quality products 
  51.     with unparalleled performance and ease of use.  All registered users 
  52.     receive the complete source code.  Here is a list of other products:
  53.  
  54.  
  55.     QWIK - For direct screen video, QWIK is the highest performance screen 
  56.     writing tools available today for all text modes in any video 
  57.     configuration.  QWIK provides capabilities far beyond in the unit/library 
  58.     that comes with your compiler.   Here are some of the features:
  59.                 
  60.      - Writes on all IBM compatible computers, displays and adapters 
  61.        including MDA, CGA, EGA, MCGA, VGA, 8514/A, Hercules and 3270 PC.
  62.      - Superior video detection routine.
  63.      - Eliminates snow and flicker.
  64.      - Writes directly to the screen in absolute rather than relative 
  65.        coordinates.
  66.      - Writes in all text modes and column modes.
  67.      - Writes on all video pages.
  68.      - Writes on virtual screens in RAM.
  69.      - Writes text and attribute, text only, or attribute only.
  70.      - Reads strings, characters and attributes.
  71.      - Uses End-Of-String (EOS) marker for quick string chaining.
  72.      - Provides standardized cursor shapes for all adapters.
  73.      - Enhanced cursor movement.
  74.      - Compatible with DESQview and similar multitasking environments.
  75.      - Over 650% faster than standard direct screen writing.
  76.      - Only 2.7k bytes of code if all 43 utilities are used.
  77.      - Optimized by the compiler and drops unused code.
  78.      - Used in all other Eagle products.
  79.      - Excellent documentation.
  80.  
  81.     Here are the product versions:
  82.  
  83.       File name    CIS Name    Compiler  Release date
  84.       -----------  ----------  --------  ------------
  85.       QWIK42B.ARC  QWIK42.ARC  TP4        10-01-88
  86.       QWIK5X.ARC   QWIK5X.ARC  TP5        12-20-88
  87.       QWIKC20.ARC  QWKC20.ARC  TC2        12-03-88
  88.  
  89.  
  90.     PULL - For multi-level pull-down menus, PULL is fully featured and fully 
  91.     configurable.  Includes execute, single, and multiple choice menus, 
  92.     unlimited nested submenus, data entry windows, help windows, directory 
  93.     windows, message system, and fully completed interfaces.  Some of the 
  94.     features are:
  95.  
  96.      - Uses QWIK and WNDW.
  97.      - Work window(s) and complete interface for menus
  98.      - Pull-down menus with 3 menu modes and 7 line modes
  99.      - Pull-down file directory
  100.      - Highlighted command letters
  101.      - Unlimited levels of submenus
  102.      - Unlimited data entry windows for 9 types of data
  103.      - Data entry for the work window(s)
  104.         Free field entry with either fixed column or flexible column        
  105.          length.
  106.         Full editing capability including insert cursor mode
  107.         Full field selection with cursor keys
  108.         Automatic NumLock for numerical data entry
  109.         Right or left justification for data entry output
  110.         Error messages for invalid data entries
  111.         Error messages for data entries out of range
  112.      - Automatic sizes and locations for menus.
  113.      - Operation by cursor 
  114.        keys or command keys
  115.      - Pull/Pop between work window and nested submenu(s)
  116.      - Programmable control of pull and pop sequences
  117.      - Context-sensitive help
  118.      - Message lines for prompts and processing
  119.      - Full working shell for user development
  120.      - Excellent documentation like this document.
  121.  
  122.     Here are the product versions:
  123.  
  124.       File name    CIS Name    Compiler  Release date
  125.       -----------  ----------  --------  ------------
  126.       PULL42.ARC   PULL42.ARC  TP4        01-03-89
  127.       PULL5X.ARC   PULL5X.ARC  TP5        TBA
  128.       PULLC20.ARC  PULC20.ARC  TC2        TBA
  129.  
  130.  
  131.     ON-LINE SERVICES
  132.  
  133.     CompuServe - All updated files and later versions can be found on the 
  134.     CompuServe Borland Forums (GO BPROGA for TP and GO BPROGB for TC) or the 
  135.     IBM Programming Forum (GO IBMPRO).
  136.  
  137.     The Eagle BBS - After 01-10-89, you can also get the latest files on our 
  138.     24-hour BBS at (214) 539-9878, 1200 N81.
  139.  
  140.     For more information, call or write:
  141.  
  142.        Eagle Performance Software
  143.        TP Products
  144.        P.O. Box 122237
  145.        Ft. Worth, TX  76121-2237
  146.  
  147.     Or contact James H. LeMay at (817)-735-4833 (CIS: 76011,217).
  148.  
  149.     For identical Turbo C products, write:
  150.  
  151.        Eagle Performance Software
  152.        TC products
  153.        P.O. Box 292786
  154.        Lewisville, TX  75029-2786
  155.  
  156.     Or, contact Jim Gallagher at (214)-539-7855 (CIS: 73557,2342).
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.                            1
  207.