home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / odrtime.zip / OPENPACK / BIN / SCREDREC.HLP (.txt) < prev    next >
OS/2 Help File  |  1995-12-14  |  9KB  |  214 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. OSA Script Editor ΓòÉΓòÉΓòÉ
  3.  
  4. The Open Scripting Architecture (OSA) for OpenDoc provides developers and users 
  5. with the capabilities of creating Apple Events using a script and recording 
  6. Apple events by converting them to statements of a scripting language. The 
  7. recorded events, presented as statements in a scripting language, can be played 
  8. back or stored for future replay. OSA allows developers to create their own 
  9. script files to be used with specific applications. These scripts can be used 
  10. as applications by themselves, or as customizations for applications. 
  11.  
  12. Note:  Recording is not supported at this time. 
  13.  
  14. The Script Editor and Recorder (SCREDREC) for OS/2 is based on EPM (the editor 
  15. which is used by most of the users of OS/2). The tool bar of EPM is made 
  16. similar to that of Script Editor for the Macintosh, and there are interfaces to 
  17. the Scripting Component and the Terminology Framework. The Script Editor is 
  18. language neutral, and it uses the services of OSA Scripting Language support to 
  19. perform the language dependent functions, like syntax check, compile etc.. 
  20.  
  21. Note:  Object REXX is the only scripting language supported at this time. 
  22.  
  23. For details, select from the list below: 
  24.  
  25.     Open 
  26.  
  27.     Play 
  28.  
  29.     Show Results 
  30.  
  31.     Start Recording 
  32.  
  33.     Stop 
  34.  
  35.     Syntax Check 
  36.  
  37.     Compile 
  38.  
  39.     Dictionary 
  40.  
  41.     Change Language 
  42.  
  43.     Change Dialect 
  44.  
  45.     Make Application 
  46.  
  47.     Insert Description 
  48.  
  49.  
  50. ΓòÉΓòÉΓòÉ 1.1. OSA Open ΓòÉΓòÉΓòÉ
  51.  
  52. You can open the Script Editor in three ways. 
  53.  
  54.     Opening the Script Editor WPS object. The Script Editor window will 
  55.      appear, with ".unnamed" empty file. 
  56.  
  57.     Dropping a script file on the Script Editor WPS object. The Script Editor 
  58.      window will appear, with the source of this file in the editor. 
  59.  
  60.     Opening the script file which had been saved before that using the Script 
  61.      Editor. The Script Editor window will appear, with the source of this file 
  62.      in the editor. 
  63. go to SCREDREC main page 
  64.  
  65.  
  66. ΓòÉΓòÉΓòÉ 1.2. OSA Play ΓòÉΓòÉΓòÉ
  67.  
  68. Use OSA Play to run a script that is in the active script window. 
  69.  
  70. You can also click on the  Play button, which will then appear pressed. 
  71.  
  72. go to SCREDREC main page 
  73.  
  74.  
  75. ΓòÉΓòÉΓòÉ <hidden> Show Result ΓòÉΓòÉΓòÉ
  76.  
  77. When playing a script, it can produce output as a result. For example, the 
  78. OREXX statement 'return 3 + 2' produces the result 5. When a script produces a 
  79. result, it is saved by OSA environment, and this result can be displayed later. 
  80.  
  81. You can open the Result Window at any time by selecting Show Result from the 
  82. OSA menu. The Result Window opens. If the script had been played and produced a 
  83. result, the result would appear in the window. 
  84.  
  85. go to SCREDREC main page 
  86.  
  87.  
  88. ΓòÉΓòÉΓòÉ <hidden> OSA Start Recording ΓòÉΓòÉΓòÉ
  89.  
  90. You can utilize the Script Editor to record a series of actions from recordable 
  91. applications. 
  92.  
  93. To start recording actions as a script, you should open the Script Editor. Then 
  94. you have the option of choosing either the Record action from the OSA menu or 
  95. the  Record button. The Record button will appear pressed immediately. Now, 
  96. when you open a scriptable application, all the actions will be recorded. 
  97.  
  98. Note:  Recording is not supported at this time. 
  99.  
  100. go to SCREDREC main page 
  101.  
  102.  
  103. ΓòÉΓòÉΓòÉ <hidden> OSA Stop ΓòÉΓòÉΓòÉ
  104.  
  105. Use OSA Stop to halt recording or stop a running script. 
  106.  
  107. To do this, you should click on the script window to make it active. Then you 
  108. can choose Stop from the OSA menu or press the  Stop button. 
  109.  
  110. Note:  Recording is not supported at this time. 
  111.  
  112. go to SCREDREC main page 
  113.  
  114.  
  115. ΓòÉΓòÉΓòÉ <hidden> OSA Syntax Check ΓòÉΓòÉΓòÉ
  116.  
  117. The Check Syntax button is available only for scripting components that support 
  118. syntax check. If syntax check is supported, you can use the Script Editor to 
  119. check the script syntax. 
  120.  
  121. Note:  In the first implementation of the product, only keyword highlighting 
  122.        will be supported. 
  123.  
  124. go to SCREDREC main page 
  125.  
  126.  
  127. ΓòÉΓòÉΓòÉ <hidden> OSA Compile ΓòÉΓòÉΓòÉ
  128.  
  129. Use this option to compile a script. If there is a compilation error, the 
  130. appropriate message appears and the Script Editor waits for your action. In 
  131. compilation is successful, the type of the script is set to compiled. 
  132.  
  133. Note:  Compile is inactive for recorded scripts or for scripts that are already 
  134.        compiled. Once you change the file in any way, compile becomes active. 
  135.  
  136. go to SCREDREC main page 
  137.  
  138.  
  139. ΓòÉΓòÉΓòÉ <hidden> OSA Dictionary ΓòÉΓòÉΓòÉ
  140.  
  141. Use OSA Dictionary to find out what terms are available and to find out their 
  142. syntax. 
  143.  
  144. To open a dictionary, you should: 
  145.  
  146.     Select OSA Dictionary from the OSA menu. A dialog box will appear in which 
  147.      you can select a scriptable application. 
  148.  
  149.     Select the application and click Open. The Dictionary window opens. 
  150.  
  151.     To see the details about using a term, you should click on it. The details 
  152.      for using the term appear in the window. 
  153.  
  154. Note:  Three types of terms appear in the list of terms: Suite Name, Events, 
  155.        and Classes. These are organized by suites. Within each suite its events 
  156.        are listed in alphabetical order followed by the classes in alphabetical 
  157.        order. 
  158.  
  159. go to SCREDREC main page 
  160.  
  161.  
  162. ΓòÉΓòÉΓòÉ <hidden> Change OSA Language ΓòÉΓòÉΓòÉ
  163.  
  164. The scripting component of a language can be changed from the OSA menu, and the 
  165. language in use (the name of the Scripting Component) will be displayed on the 
  166. Toolbar or in the status line. 
  167.  
  168. Note:  Object REXX is the only scripting language supported at this time. 
  169.  
  170. go to SCREDREC main page 
  171.  
  172.  
  173. ΓòÉΓòÉΓòÉ <hidden> Dialect ΓòÉΓòÉΓòÉ
  174.  
  175. You can select national language support (dialect) for a script, when 
  176. available. 
  177.  
  178. Note:  Only English is supported at this time. 
  179.  
  180. go to SCREDREC main page 
  181.  
  182.  
  183. ΓòÉΓòÉΓòÉ <hidden> Make Application ΓòÉΓòÉΓòÉ
  184.  
  185. Use this selection to create an application from a script by: 
  186.  
  187.     Selecting Make Application from the OSA menu. 
  188.  
  189.     In the dialog box, choosing a location, a name and an invocation format. 
  190.  
  191.     Clicking on Create. 
  192.  
  193.      If the script was not already compiled, it will be compiled. It will then 
  194.      be installed with the appropriate wrappers. In case of compilation error 
  195.      or any other error, the appropriate message will appear and the Script 
  196.      Editor will wait for your action. In case of successful installation, the 
  197.      type of the script is set to application. 
  198.  
  199. Note:  This feature is not supported at this time. 
  200.  
  201. go to SCREDREC main page 
  202.  
  203.  
  204. ΓòÉΓòÉΓòÉ <hidden> Description ΓòÉΓòÉΓòÉ
  205.  
  206. You can type a description that will show in a splash screen when the 
  207. application is started. 
  208.  
  209. To open the description window, you should select Description from the OSA 
  210. menu. The Window will open. You can type in text, edit or just view. 
  211.  
  212. Note:  This feature is not supported at this time. 
  213.  
  214. go to SCREDREC main page