home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Clico / MVW2000 / SAMPLES / ACTIVE.RUL / README.TXT
Text File  |  1997-09-10  |  3KB  |  104 lines

  1. MultiView 2000 Sample Active Rules                  JSB Computer Systems Ltd
  2.  
  3. README                                                        September 1997
  4.                                                                   
  5. INTRODUCTION
  6.  
  7. This directory contains sample files which show different ways Active 
  8. Rules can be configured. These files are not intended as a definitive 
  9. set of rules for the application. As samples they show you the syntax
  10. used to enhance the applications appearance.
  11.  
  12. USING THE FILES
  13.  
  14. 1. Copy the ZZR files to a working directory.
  15.  
  16. 2. Load the Terminal Emulator.
  17.  
  18. 3. Click the Rules Agent Editor button (!).
  19.  
  20. 4. Open one of the sample files.
  21.  
  22. 5. Click the save button in the Rules Agent Editor.
  23.  
  24. 6. In the Terminal Emulator, select the appropriate terminal type for
  25.    the ZZR file.
  26.  
  27. 7. Connect to your remote system and run your application. 
  28.  
  29. FILES INCLUDED
  30.  
  31. 1. SCO/WP51.ZZR
  32.  
  33.     Terminal Type: SCO
  34.     Application: Word Perfect 5.1
  35.  
  36.         Example rule syntax explained:
  37.  
  38.         Rule 1: LINE zero, the top most line.
  39.                 FIND "File Edit Search Layout Mark Tools Font Graphics Help",
  40.                      highlighting "File".
  41.                 APPEARANCE button effect.
  42.                 ACTION send "f" when clicked.
  43.  
  44.         Rule 10: LINE zero, the top most line.
  45.                  FIND "File Edit Search Layout Mark Tools Font Graphics Help     " 
  46.                       highlighting only 4 spaces after the menu. This creates an 
  47.                       new button. 
  48.                  ACTION send "\E\E" when clicked.
  49.  
  50. 2. SCO/UNIPLEX.ZZR
  51.  
  52.     Terminal Type: SCO
  53.     Application: Uniplex 8.00
  54.  
  55.            Example rule syntax explained:
  56.  
  57.         Rule 1: LINE zero, the top most line.
  58.                 FIND any characters
  59.                 APPEARANCE raised border.
  60.                 ACTION none.
  61.  
  62.         Rule 3: LINE 13.
  63.                 FIND "5 = Calculator" 
  64.                 APPEARANCE embossed out with color green 
  65.                 ACTION launch Windows calc.exe when clicked.
  66.  
  67.     Rule 4: LINE any.
  68.         FIND any single character except a space followed by " - " 
  69.              and any set of characters except a space.
  70.         APPEARANCE embossed out with color brown.
  71.         ACTION send the first single character in matched rule.
  72.  
  73. 3. SCO/SYSADMSH.ZZR
  74.  
  75.     Terminal Type: SCO
  76.     Application: SCO OS3 System Administration utility (sysadmsh)
  77.  
  78.            Example rule syntax explained:
  79.  
  80.     Rule 5: LINE 1.
  81.         FIND any single character except a space followed any set of 
  82.                      characters except a space.
  83.         APPEARANCE button effect with shadowed text.
  84.         ACTION send the first single character in matched rule.
  85.  
  86. 4. SCO/SCOSH.ZZR
  87.  
  88.     Terminal Type: SCO
  89.     Application: SCO OS5 menu-driven Shell (scosh)
  90.  
  91. 5. SCO/ALPHAB.ZZR
  92.  
  93.     Terminal Type: SCO
  94.     Application: JSB Alphabrowser 2.0.1
  95.  
  96.            Example rule syntax explained:
  97.  
  98.     Rule 7: LINE 23.
  99.         FIND "'m' for menus."    
  100.         APPEARANCE button effect.
  101.         ACTION send "m" when clicked.
  102.  
  103.  
  104.