An explanation of the Paragraph Control for Axiom.
Paragraph

Provides a multiline text field.
Name - The name used by the application and script to reference this control.
X - Number of pixels from the left edge of the containing panel or screen.
Y - Number of pixels from the top edge of the containing panel or screen.
Width - Width of the control in pixels. Label height is fixed depending on the TextSize and carridge returns (enter).
Text - Text displayed in the paragraph. Clicking "enter" will add a new line to the control.
TextSize - Text size has 4 options; Small, Normal, Large or ExtraLarge.
HorizontalAlign - Position of the text within the label; Left, Center or Right.
Visible - Unchecking this will hide the control. A script would be required to toggle the visibility during runtime.
OnClick - An event that occurs when the control is clicked. Clicking "<>" Creates a "Paragraph1_Click()" script stub for this control and opens the script editor to add event scripting. Clicking the trash can will delete only the reference to the script, not the script.
Comments
0 comments
Article is closed for comments.