home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vpeval.zip / READ.ME < prev    next >
Text File  |  1993-07-01  |  14KB  |  369 lines

  1. VISPRO/REXX - EVALUATION VERSION
  2.  
  3. ************************************************************
  4. * VisPro/REXX(tm) EVALUATION VERSION READ.ME (7/93)
  5. * COPYRIGHT (c) 1993 by HockWare Inc.
  6. *
  7. * This evaluation version of VisPro/REXX can only be used
  8. * for purposes of evaluating the VisPro/REXX product.
  9. * Other uses, including production, are prohibited.
  10. * The Product Information window always appears before a form is
  11. * opened and before the Test Session is opened to remind you of
  12. * the intended use.  These do not appear in the product version
  13. * of VisPro/REXX
  14. *
  15. * VisPro/REXX is... Visual Programming with REXX
  16. *
  17. * "...OS/2's time may be here, thanks to a $299 tool called
  18. * Visual Programming with REXX which brought the house down at
  19. * a recent OS/2 conference in Colorado...it is to REXX and OS/2
  20. * what Visual Basic is to Windows and Dos."
  21. *
  22. * Robert X. Cringely
  23. * Infoworld, January 25, 1993
  24. *
  25. * Now you can unleash the power of the REXX language in a GUI
  26. * environment with an easy-to-use visual programming tool.
  27. * VisPro/REXX offers a CUA '91 interface, WYSIWYG editors, and
  28. * drag-drop programming--features that allow you to visually
  29. * construct OS/2 2.0 applications in record time.
  30. *
  31. * Who says powerful results can't be easy to achieve?
  32. *
  33. * Because VisPro/REXX is completely integrated with the OS/2
  34. * 2.0 Workplace Shell, you can leverage your existing skills.
  35. * VisPro/REXX offers multiple views, drag-drop interaction, pop
  36. * up menus, settings notebooks, direct editing, and other CUA 
  37. * '91 features, and supports the OS/2 2.0 font and color palettes.
  38. * Even users with little or no knowledge of programming become 
  39. * productive VisPro/REXX users in no time.
  40. *
  41. * Here's what you can do with VisPro/REXX:
  42. *
  43. * *Quickly prototype and develop OS/2 2.0 CUA '91 applications
  44. * *Generate a small, single .EXE file for license-free
  45. *  distribution
  46. *
  47. * *Build client-server programs
  48. * *Migrate existing REXX procedures to the OS/2 2.0 GUI
  49. *  environment
  50. *
  51. * VisPro/REXX gives you access to these OS/2 2.0 programming
  52. * features:
  53. *
  54. * *Buttons, lists, graphics, sliders, and all the CUA '91 controls
  55. * *Business graphics
  56. * *APPC, HLLAPI, and OS/2 2.0 Database Manager
  57. *
  58. * Best of all, it's small
  59. * System requirements:
  60. * OS/2 2.0, 5 Mb memory
  61. * 2 Mb hard disk space
  62. *
  63. * $299 Introductory price + shipping and handling
  64. *
  65. * HockWare, Inc.
  66. * Formerly UCANDU Software
  67. * P.O. Box 336
  68. * Cary, NC 27512-0336
  69. *
  70. * Sales (919)387-7391
  71. * Fax (919)380-0757
  72. *
  73. *
  74. ************************************************************
  75.  
  76.  
  77.   ABOUT VISPRO/REXX
  78.   =================
  79.  
  80.   VisPro/REXX allows you to use the REXX Programming language to create
  81.   powerful applications with a graphical user interface.  The applications
  82.   you create might be for your own use, or they may be distributed to other
  83.   people free of charge.
  84.  
  85.  
  86.   VisPro/REXX is easy to use because it hides all the complexities of OS/2
  87.   2.0 Presentation Manager programming.  You use FORMS to create your
  88.   projects; each form represents a window that the user of your application
  89.   will see.  The objects that you use to create your applications are
  90.   represented graphically on a TOOL BAR.  You simply select the objects you
  91.   want to use in your application and then copy them to the CANVAS, which
  92.   is the area in which you lay out or design your applications.
  93.  
  94.  
  95.   JUST LIKE THE WORKPLACE SHELL
  96.   =============================
  97.  
  98.   VisPro/REXX is fully integrated into the Workplace Shell.  This means
  99.   that if you are familiar with the Workplace Shell, VisPro/REXX will look
  100.   and feel natural and intuitive.  VisPro/REXX employs such features as
  101.   drag and drop, direct editing, pop-up menus, multiple views, and setting
  102.   notebooks.  VisPro/REXX supports the OS/2 font or color palettes so you
  103.   can easily change the font and color of your objects.
  104.  
  105.  
  106.   DRAG AND DROP PROGRAMMING
  107.   =========================
  108.  
  109.   VisPro/REXX provides drag and drop capacities throughout the product.
  110.   The most distinctive of these capacities is drag and drop programming.
  111.   You begin by specifying an event for an object (for example, the user
  112.   selects a push button).  Select the object and drag it to the Event
  113.   window.  In the Event window, a window appears, allowing you to select
  114.   the action you want to perform.  The choices are presented in simple
  115.   terms, and you do not need to know the REXX statement for the action you
  116.   select; VisPro/REXX generates it for you.
  117.  
  118.  
  119.   THE BUSINESS GRAPHICS BONUS
  120.   ===========================
  121.  
  122.   VisPro/REXX comes with its own business graphics capability.  These
  123.   graphics can be used, for example, to monitor your company's financial
  124.   status.  To incorporate business graphics into your application, you
  125.   simply select the business graphic object from the tool bar and add it to
  126.   the canvas.  The business graphics include pie charts, bar charts,
  127.   stacked bar charts, line charts, and area charts.
  128.  
  129.  
  130.   THE STORY BEHIND VISPRO/REXX
  131.   ============================
  132.  
  133.   HockWare developed VisPro/REXX with a small team of developers that have
  134.   highly-developed skills in CUA '91 user interface design, Presentation
  135.   Manager and OS/2 Workplace Shell programming, object-oriented
  136.   programming, and data base design.  HockWare has an ideal:  to create
  137.   visually appealing, easy to use graphical user interface products that
  138.   allow you to take advantage of the rich function built into OS/2.
  139.  
  140.   The graphical user interface provided by OS/2's Workplace Shell makes it
  141.   easy for you to exploit the function of OS/2, and VisPro/REXX's
  142.   interface emulates the Workplace Shell.  Because of the consistency in
  143.   VisPro/REXX's interface, you can begin designing your own Presentation
  144.   Manager applications for OS/2 in no time at all.
  145.  
  146.  
  147.   ACHIEVING THE CUA '91 IDEAL
  148.   ===========================
  149.  
  150.   The objective of the common user access (CUA) '91 standard is to make all
  151.   OS/2 products share the same look and feel.  Once you learn one
  152.   object-oriented CUA '91 application, you can go to another CUA '91
  153.   application and immediately begin using it.  HockWare understands the CUA
  154.   '91 standards thoroughly, and we put this ideal into practice for
  155.   VisPro/REXX.  Because it is a truely CUA '91 conforming project,
  156.   VisPro/REXX is itself and exemplary OS/2 application.
  157.  
  158.  
  159.   ABOUT YOUR EVALUATION VERSION OF VISPRO/REXX
  160.   ============================================
  161.  
  162.   You have received an evaluation version of VisPro/REXX.  Using the
  163.   evaluation version, you can create an application consisting of a single
  164.   form, and you can test and interact with this single-form application.
  165.   The evaluation version does not support multiple forms and it does not
  166.   allow you to build the application to create a stand along executable
  167.   file.
  168.  
  169.   THE VISPRO/REXX EVALUATION VERSION IS NOT INTENDED FOR PRODUCTION
  170.   PURPOSES; IT IS PROVIDED FOR YOU TO GET TO KNOW THE VISPRO/REXX PRODUCT
  171.   SO YOU CAN DECIDE WHETHER YOU WANT TO PURCHASE IT.  THE FOLLOWING SECTION
  172.   DESCRIBES WHAT THE VISPRO/REXX PRODUCT COMES WITH.
  173.  
  174.  
  175.   WHAT THE VISPRO/REXX PRODUCT PROVIDES
  176.   =====================================
  177.  
  178.   1- A license to use the VisPro/REXX product.
  179.  
  180.   2- All the function of VisPro/REXX, including the ability to create
  181.      multiple forms and build applications for distribution to other users.
  182.  
  183.   3- A self-running demonstration of VisPro/REXX.
  184.  
  185.   4- Complete online help.
  186.  
  187.   5- Sample programs that help you learn how to use VisPro/REXX and that
  188.      you can use as a model for creating your own applications.
  189.  
  190.   6- A 200-page graphically-illustrated guide that includes overview and
  191.      conceptual information, task descriptions, trouble shooting
  192.      techniques, and instructions for reproducing a simple application and
  193.      an advanced sample application that ships with VisPro/REXX.
  194.  
  195.   7- A registration card you can return to us, entitling you to product
  196.      updates and 90 days free technical support
  197.  
  198.  
  199.  
  200.   GETTING STARTED WITH YOUR EVALUATION VERSION OF VISPRO/REXX
  201.   ===========================================================
  202.  
  203.   Once you install your evaluation version of VisPro/REXX, you can use the
  204.   online help to get information about how to use the product.
  205.   Instructions for installing the evaluation version, opening a project,
  206.   and using the online help are provided in the following sections.
  207.  
  208.  
  209.  
  210.   INSTALLING YOUR EVALUATION VERSION OF VISPRO/REXX
  211.   =================================================
  212.  
  213.   To use VisPro/REXX, you must have OS/2 2.0 or any later version
  214.   installed on your system.  VisPro/REXX requires approximately 1.4
  215.   megabytes of free disk space.  If you are installing on OS/2 2.1, be
  216.   sure to select the REXX option.
  217.  
  218.   Note:  no version of VisPro/REXX should not be running if you reinstall
  219.   the evaluation version of VisPro/REXX.  If this occurs, close all
  220.   VisPro/REXX windows, reboot and then start the installation over.
  221.  
  222.   To install the VisPro/REXX evaluation version, complete the following
  223.   steps:
  224.  
  225.   1) Place the evaluation diskette in the drive you want to install from.
  226.  
  227.   2) Press the right mouse button to get a pop-up menu on the diskette
  228.      drive you are using.
  229.  
  230.   3) Select the arrow on the Open menu item.
  231.  
  232.   4) Select Icon View.
  233.  
  234.   5) Double-click on the SETUP.EXE program, which has the VisPro/REXX icon
  235.  
  236.   6) Select the drive you want to install the evaluation version on beside
  237.      'Install on drive'.
  238.  
  239.   7) If you want to change the path you are installing on, type the path
  240.      name in the Install path field.
  241.  
  242.   8) Select Install
  243.  
  244.   9) Select Install on the Installation Progress window.
  245.  
  246.   10) When the installation is complete, the Installation Complete window
  247.       appears.
  248.  
  249.   11) Select OK.
  250.  
  251.       Note:  If you select a drive other than the C: drive or if
  252.       VisPro/REXX was previously installed on a drive other than the
  253.       C: drive, your CONFIG.SYS is automatically updated, and you must
  254.       reboot before using the product.
  255.  
  256.       The Projects folders appear on the OS/2 desktop.
  257.  
  258.   12) Double Click on the Projects folder.
  259.  
  260.       You will see the PROJECTS Icon View window appear.  This window
  261.       contains the following:
  262.  
  263.         -Project template:  Allows you to create new projects.
  264.  
  265.         -REXX Information online reference:  Allows you to get information
  266.          about REXX.
  267.  
  268.         -Tutorial/Demo:  Contains a demonstration of VisPro/REXX
  269.  
  270.         -Color palette:  Allows you to change colors on your form.
  271.  
  272.         -Font palette:  Allows you to change the font on your form.
  273.  
  274.  
  275.  
  276.   CREATING A VISPRO/REXX PROJECT
  277.   ==============================
  278.  
  279.   When you open the VisPro/REXX folder you created during installation, you
  280.   see a template called Project. You can drag a new folder off the Project
  281.   template and use it as your new project, which will become your
  282.   application.
  283.  
  284.   To open your new project, complete the following steps:
  285.  
  286.   1) Open the Projects folder on your desktop.  To do so, double-click on
  287.      the folder.
  288.  
  289.   2) Create a new Project folder.  To do so, press the right mouse button
  290.      and drag a folder off the Project template in the PROJECTS - Icon View
  291.      window.
  292.  
  293.      A Project folder appears.
  294.  
  295.   3) Rename your project folder.  To do so, select the Projects folder and
  296.      press Alt while you click the left mouse button.  Type the name you
  297.      want to assign to your new application.
  298.  
  299.   4) Click outside of the folder.
  300.  
  301.   5) Open your Project folder.  To do so, double-click on the folder.
  302.  
  303.      The icon view for your new application appears.  You will see a Main
  304.      icon.  The Main icon is the form you use to begin designing your
  305.      application.  After your application is complete, do not delete, move,
  306.      or rename the Main form.
  307.  
  308.  
  309.  
  310.   OPENING THE MAIN FORM
  311.   =====================
  312.  
  313.   To begin creating your application, you can open the Main form in one of
  314.   two ways:
  315.  
  316.   METHOD A:
  317.  
  318.   Double-click on the Main icon.  The form appears in the Layout view,
  319.   presenting the tool bar and the canvas.  This view allows you to easily
  320.   design your form.
  321.  
  322.   METHOD B:
  323.  
  324.   Select the Main icon, and them click the right mouse button to get the
  325.   pop-up menu for the Main icon.  Select Open.  A cascading menu appears,
  326.   allowing you to select the view you want to begin working with.  The
  327.   Layout view is recommended for designing the layout of your form.
  328.  
  329.   The evaluation version of VisPro/REXX allows you to create only a
  330.   single-form application.  The product version of VisPro/REXX allows you
  331.   to create multiple-form applications.
  332.  
  333.  
  334.  
  335.   USING VISPRO/REXX'S ONLINE HELP
  336.   ===============================
  337.  
  338.   VisPro/REXX includes an extensive online help system that you can use if
  339.   you have questions while you are working.  To get information about how
  340.   the online help works, select the Help menu.  A cascading menu appears,
  341.   presenting the following menu items:
  342.  
  343.      Help Index....
  344.      General Help....
  345.      Using Help....
  346.      Product information....
  347.  
  348.   You can select any of these items.  To find out what information each of
  349.   these items provides, highlight the item (use the arrow keys), and then
  350.   press F1.
  351.  
  352.   Note:  You can browse the help using the online help Contents.  To use
  353.   the Contents, select the OPTIONS menu from within any help window, and
  354.   then select CONTENTS.
  355.  
  356.  
  357.  
  358.   USING THE REXX INFORMATION ONLINE REFERENCE
  359.   ===========================================
  360.  
  361.   If you require information about REXX, you can use the REXX Information
  362.   online reference that comes with OS/2 2.0.  If you did not include this
  363.   reference when you installed OS/ 2 2.0 on your workstation, you will have
  364.   to do a selective install.  To use the reference, double click on the
  365.   REXX Information icon in the PROJECTS-Icon View window.
  366.  
  367.  
  368.