home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / qbasic / pro200.zip / READ.ME < prev   
Text File  |  1991-05-22  |  11KB  |  253 lines

  1.  
  2.          << FOR THE *SERIOUS* PROGRAMMER >>                             1
  3.  
  4.          DSE Software Publishing is proud to announce the release of
  5.          ProWindows(tm) PROFESSIONAL 2.00, the Software Development System
  6.          for Microsoft(R) QuickBASIC(R) 4.5 and BASIC PDS 7 Compilers.
  7.          ProWindows(tm) PROFESSIONAL has features that are simply not
  8.          available in other software development systems.
  9.  
  10.          =================================================================
  11.          =    ProWindows(tm) PROFESSIONAL 2.00 - Features at a Glance    =
  12.          =================================================================
  13.  
  14.          o  Overlapping Virtual windows can be larger than the actual
  15.             screen with scrolling controlled by mouse or software.
  16.  
  17.          o  Windows can be moved, scrolled, re-sized, and hidden via Mouse
  18.             or software control.  No update flash or flicker.
  19.  
  20.          o  Create "Dialog boxes" and multiple "Data Entry Screens" with
  21.             data validation.  Automatically places data in user defined
  22.             variables.
  23.  
  24.          o  Full mouse support can be added with a single command.
  25.  
  26.          o  Customizable "popup" and "pulldown" menus, lists, directories,
  27.             calculator, calendar, and more.
  28.  
  29.          o  "Event-Driven" architecture relieves program from managing the
  30.             user interface and emulates a multi-tasking interface.
  31.  
  32.          o  Windows, menus, and input forms can be saved and loaded from
  33.             compressed disk files. Saves valuable RAM space.
  34.  
  35.          o  Add 100% "context sensitive" help screens with a single
  36.             command.
  37.  
  38.          o  Supports 25, 43, and 50 line, 40 and 80 column text modes.  MDA
  39.             thru VGA.
  40.  
  41.          o  Define custom "key event handlers" without ON KEY overhead.
  42.  
  43.          o  Fast and efficient low-level file/directory access functions.
  44.  
  45.          o  Includes "ProDesigner" package for fast development of screens,
  46.             menus, and forms.
  47.  
  48.          o  Improved and expanded disk-based documentation.  Lot's of
  49.             source code and tutorials.
  50.  
  51.          o  There's more, read on.
  52.  
  53.  
  54.          << FOR THE *SERIOUS* PROGRAMMER >>                             2
  55.  
  56.          ADVANCED VIRTUAL WINDOW MANAGER
  57.  
  58.               ProWindows(tm) Virtual Window Manager intuitively handles
  59.               window management. Windows can be created, selected, moved,
  60.               overlapped, and hidden without annoying screen flicker or
  61.               flash. Windows can even be larger than the physical
  62.               dimensions of the display. In fact, you can have up to 16K
  63.               per window. Both stack and handle based windows are
  64.               supported.
  65.  
  66.               Our Window Manager gives you efficient memory usage. All
  67.               window data is quickly compressed to as little as 15% of its
  68.               original size. Combine that with our unique "Video Recycle"
  69.               mode, and ProWindows(tm) will return an additional 24K back
  70.               to BASIC. This means you can squeeze a few more features into
  71.               your program.
  72.  
  73.          INSTANT "DIALOG BOXES" AND DATA ENTRY SCREENS
  74.  
  75.               We have what we believe is the most sophisticated (but easy
  76.               to use) "Data Entry" system available.  Forms can be created
  77.               "inline" or you can use ProDesigner (more about that later)
  78.               and incorporate forms with only 2 lines of code. Our Data
  79.               Manager allows you to painlessly edit data directly into user
  80.               defined data structures (aka TYPE). Since the manager
  81.               automatically handles cursor movement, data display,
  82.               validation, and conversion, user functions are typically 10%
  83.               the size of functions produced with other development
  84.               systems.  ProWindows(tm) also supports multiple data entry
  85.               forms in separate windows.
  86.  
  87.          INSTANT MOUSE SUPPORT
  88.  
  89.               Fully integrated mouse support can be added to your
  90.               application with the call of a single function.  No extra
  91.               coding is necessary.  All window, menu, and form functions
  92.               were created to use both keyboard and mouse control. If you
  93.               decide not to develop for a mouse, ProWindows(tm)
  94.               automatically strips out the unused mouse code.  Nothing
  95.               could be easier.
  96.  
  97.          A MENU FOR EVERY OCCASION
  98.  
  99.               ProWindows(tm) supports all standard menu styles including,
  100.               "Popup", "Pulldown", and "List" style menus. We leave very
  101.               little to the imagination.
  102.  
  103.          EVENT-DRIVEN ARCHITECTURE
  104.  
  105.               All menus, windows and input forms are "Event-Driven". Event-
  106.               Driven systems eliminate the need to manage complex user
  107.               interfaces. User interfaces are now completely self-
  108.               maintaining and you only need to write the code that
  109.               processes a particular event. Now you can concentrate on
  110.               enhancing your software's capabilities, and spend less time
  111.               worrying about the interface mechanics.
  112.  
  113.  
  114.          << FOR THE *SERIOUS* PROGRAMMER >>                             3
  115.  
  116.          DISK BASED EVERYTHING
  117.  
  118.               If memory space is a concern (isn't it always?), windows,
  119.               menus, and input forms can be saved to disk in our own highly
  120.               compressed format. Up to 1000 windows can be stored in a
  121.               single file. A single ProWindows(tm) API file will hold up to
  122.               64 menus, 64 forms, and 64 color configurations.
  123.  
  124.          CONTEXT SENSITIVE HELP
  125.  
  126.               People have been raving about our PopHelp() function for
  127.               years and now you can experience it too. Help screens can be
  128.               in full color with up to 16K per screen. The help system is
  129.               not hard-wired into ProWindows(tm) so you can easily
  130.               substitute it with our HyperTechs HyperText Development
  131.               System.
  132.  
  133.          FAST FILE FUNCTIONS
  134.  
  135.               Most libraries have (what they call) fast file routines.
  136.               Our's are better. We have taken out all the "fluff" functions
  137.               and kept only what you need to handle fast disk i/o. Our
  138.               functions don't replace BASIC's file functions, we just make
  139.               them do magic.
  140.  
  141.          ALL TEXT MODES SUPPORTED
  142.  
  143.               We do them all.  25, 43, and 50 line, 40 and 80 column?  No
  144.               problem, ProWindows(tm) even supports 18, 23, 24, and 35 line
  145.               modes.
  146.  
  147.          "ON KEY" WHAT?
  148.  
  149.               ProWindows(tm) permits you to define custom "Key Event
  150.               Handlers" without ON KEY overhead. You can define any key (up
  151.               to 128 keys) as a hot key.
  152.  
  153.          AMAZING FUNCTIONS
  154.  
  155.               ProWindows(tm) comes with many of your favorite functions.
  156.               You'll just love our popup Calculator.  It's mouse or
  157.               keyboard controlled. Our popup Calendar, Directory, and Color
  158.               Editor are favorites too. Our dialog boxes are the life of
  159.               any program.
  160.  
  161.          MISCELLANEOUS FUNCTIONS
  162.  
  163.               Whether it's keyboard, screen, memory, or disk management
  164.               functions, if you need it, ProWindows(tm) probably has it.
  165.  
  166.          COMMUNICATE WITH RESIDENT TSR's
  167.  
  168.               Our TSR functions allow you to communicate with TesSeRact
  169.               compatible TSR's. If you write TSR's in BASIC, add our code,
  170.               and your programs will be able to exchange data.
  171.  
  172.  
  173.          << FOR THE *SERIOUS* PROGRAMMER >>                             4
  174.  
  175.          ProDESIGNER, THE BEST FOR LAST
  176.  
  177.               ProWindows(tm) comes standard with "ProDesigner", our
  178.               advanced software development system. ProDesigner is an
  179.               integrated program development system that permits fast
  180.               creation of screens, menus, forms, and color configurations.
  181.  
  182.               Once designed, ProDesigner creates the necessary code
  183.               fragments to implement each function into your application.
  184.               ProDesigner's built-in "Library Generator" handles the
  185.               complexities of creating custom libraries so that you can
  186.               "create a library for every occasion".
  187.  
  188.          NO ROYALTEES
  189.  
  190.               The ProWindows(tm) license agreement allows you to create
  191.               executables royalty free.
  192.  
  193.          WE HAVE ProWindows(tm) LITE TOO!
  194.  
  195.               ProWindows(tm) LITE is our low cost alternative library.
  196.  
  197.               LITE is built around the same Event-Driven architecture as
  198.               "PROFESSIONAL", but only includes functions relating to
  199.               windows, key event handlers, and mouse control functions.
  200.  
  201.               If all you require is a super fast windowing system, then
  202.               LITE is just right for you.
  203.  
  204.  
  205.          << FOR THE *SERIOUS* PROGRAMMER >>                             5
  206.  
  207.          =================================================================
  208.          =             ProWindows(tm) Technical Specifications           =
  209.          =================================================================
  210.  
  211.          o  System Requirements
  212.             - For IBM PC/XT/AT and compatible.
  213.             - MS-DOS/PC-DOS 2.00 or higher.
  214.             - Color or Monochrome monitor with adaptor.
  215.             - Hard Disk, or two floppies.
  216.             - 512K System RAM.
  217.  
  218.          o  Languages
  219.             - Microsoft* QuickBASIC* 4.5 and above,
  220.               or Microsoft BASIC Compiler 6.x,
  221.               or Microsoft BASIC PDS 7.x.
  222.  
  223.          o  Other
  224.             - World-wide online technical support through GEnie* network.
  225.               GE Mail: "DSE.SOFTWARE".
  226.             - ProWindows(tm) 1.xx applications may require modifications.
  227.             - Additional requirements may vary with language used.
  228.  
  229.          o  List Price
  230.             - ProWindows(tm) LITE 4.00: $24.95.
  231.             - ProWindows(tm) PROFESSIONAL 2.00: $59.95.
  232.             - No Royalties or run-time charges.
  233.             - For multiple copy purchases or licenses call DSE Marketing
  234.               Director at (707) 459-4358.
  235.  
  236.          o  Now Shipping
  237.  
  238.                      ---------------------------
  239.                        DSE Software Publishing
  240.                           Post Office Box 96
  241.                         Willits, CA 95490-0096
  242.                             (707) 459-4358
  243.                      ---------------------------
  244.  
  245.          Microsoft(R), MS-DOS(R), and QuickBASIC(R) are registered
  246.          trademarks belonging to Microsoft Corporation. IBM(R) and PC-
  247.          DOS(R) are registered trademarks belonging to International
  248.          Business Machines. GEnie(SM) is a service mark belonging to GEnie
  249.          Information Services.  ProWindows(tm) and HyperTechs(tm) are
  250.          trademarks of DSE Software Publishing.
  251.  
  252.  
  253.