Difference between revisions of "OtfOtxXmlWindow"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Open Test Framework - Code View Window}}Category:OTF The '''Code View window''' allows users to view the underlying OTX code of a procedure or an activity...")
 
Line 3: Line 3:
 
The '''Code View window''' allows users to view the underlying OTX code of a procedure or an activity in the [[OtfWorkflowDesigner|designer]]. In the Code View window, the OTX codes is presented in a hierarchy structure. Through these codes, you can get the data which are not displayed in the designer such as the "id" of an element ect. Sometimes, you can not know exactly the reason for the errors and warnings in the Error List, these codes may help you to find out the reason. To view the OTX code of a procedure or an activity in the Code View window, you can click on the procedure pane or on the activity, and the underlying OTX code of the selected element is displayed in the Code View window. To copy the texts from the Code View window, you can select the texts to copy (by pressing the left mouse button and dragging mouse to highlight the texts, or using CTRL+"A" to select all texts) and use CTRL+"C", then the texts are copied to clipboard to use later. You can expand or shrink a part of the codes displayed in the Code View via the expand icons (+) and collapse icons (-) at each node.
 
The '''Code View window''' allows users to view the underlying OTX code of a procedure or an activity in the [[OtfWorkflowDesigner|designer]]. In the Code View window, the OTX codes is presented in a hierarchy structure. Through these codes, you can get the data which are not displayed in the designer such as the "id" of an element ect. Sometimes, you can not know exactly the reason for the errors and warnings in the Error List, these codes may help you to find out the reason. To view the OTX code of a procedure or an activity in the Code View window, you can click on the procedure pane or on the activity, and the underlying OTX code of the selected element is displayed in the Code View window. To copy the texts from the Code View window, you can select the texts to copy (by pressing the left mouse button and dragging mouse to highlight the texts, or using CTRL+"A" to select all texts) and use CTRL+"C", then the texts are copied to clipboard to use later. You can expand or shrink a part of the codes displayed in the Code View via the expand icons (+) and collapse icons (-) at each node.
  
The Code View is a tool window, so it can be docked, floating, opened, closed, resized or set to auto hide. When starting the OTF the first time, the Code View window is already opened and docked under the Workflow Designer. You can open or close it via the "Code View window" button in the Ribbon, see the image below.
+
The Code View is a tool window, so it can be docked, floating, opened, closed, resized or set to auto hide. When starting the OTF the first time, the Code View window is already opened and docked under the Workflow Designer. You can open or close it via the "Code View window" button in the [[OtfMenuBar|Ribbon]], see the image below.
  
 
{{ImageStyleCenter|CodeViewWindow.png||Code View window displays underlying OTX codes of a procedure or an activity in the designer}}
 
{{ImageStyleCenter|CodeViewWindow.png||Code View window displays underlying OTX codes of a procedure or an activity in the designer}}

Revision as of 11:27, 18 August 2014


The Code View window allows users to view the underlying OTX code of a procedure or an activity in the designer. In the Code View window, the OTX codes is presented in a hierarchy structure. Through these codes, you can get the data which are not displayed in the designer such as the "id" of an element ect. Sometimes, you can not know exactly the reason for the errors and warnings in the Error List, these codes may help you to find out the reason. To view the OTX code of a procedure or an activity in the Code View window, you can click on the procedure pane or on the activity, and the underlying OTX code of the selected element is displayed in the Code View window. To copy the texts from the Code View window, you can select the texts to copy (by pressing the left mouse button and dragging mouse to highlight the texts, or using CTRL+"A" to select all texts) and use CTRL+"C", then the texts are copied to clipboard to use later. You can expand or shrink a part of the codes displayed in the Code View via the expand icons (+) and collapse icons (-) at each node.

The Code View is a tool window, so it can be docked, floating, opened, closed, resized or set to auto hide. When starting the OTF the first time, the Code View window is already opened and docked under the Workflow Designer. You can open or close it via the "Code View window" button in the Ribbon, see the image below.

px
Code View window displays underlying OTX codes of a procedure or an activity in the designer