BrightSign Object Reference Manual (FW 5.1) User Manual

Page 92

Advertising
background image

84

array: An associative array that can include the following values:

o "LineCount": The number of lines of text to show within the rectangle.
o "TextMode": The animation characteristics of the text:

0: An animated view similar to teletype

1: Static text

2: Simple text with no queue of strings

3: Smooth right-to-left scrolling ticker (strings are separated by a diamond)

o "PauseTime": The length of time each string is displayed before displaying the next string. This does not

apply to text mode 2 or 3 because the strings on screen are updated immediately.

o "Rotation": The rotation of the text within the widget:

0: 0 degrees

1: 90 degrees. This value can also be represented in degrees (90) or radians (.5Π).

2: 180 degrees. This value can also be represented in degrees (180) or radians (Π).

3: 270 degrees. This value can also be represented in degrees (270) or radians (1.5Π).

o "Alignment": The alignment of the text:

0: Left

1: Center

2: Right


Interfaces:

ifTextWidget

,

ifWidget


The ifTextWidget interface provides the following:

PushString(str As String) As Boolean: Adds the string to the list of strings to display in modes 0 and 1.
Strings are displayed in order, and when the end is reached, the object loops, returning to the beginning of the list.
In mode 2, the string is displayed immediately.

Advertising