VPX Documentation
Textbox
3min
Variables are items in vpx you can set, adjust or call.
Call | Detail | Example |
---|---|---|
BackColor(OLE_COLOR) | | |
FontColor(OLE_COLOR) | | |
Text(string) | | |
Font | | |
Name(string) | | |
X(float) | | |
Y(float) | | |
Width(float) | | |
Height(float) | | |
Alignment | | |
IsTransparent | | |
TimerEnabled | | |
TimerInterval(int) | set interval for triggering the timer (1 equals 1000 timer calls per second, 1000 equals 1 timer call per second, -1 makes it dependent on the FPS that a user can reach) | |
UserValue(any) | can store any user defined value for re-use later-on | |
IntensityScale(float) | scales the color of the textbox | |
Visible(bool) | | |
DMD(bool) | enable DMD image via script connection | |
Event | Detail | Example |
---|---|---|
_Init | | |
_Timer | | |