Long name (short name) |
Argument types |
Properties |
-message(-msg)
|
string
|
|
|
The message to be displayed, can be html format.
General message, inherited by -amg/assistMessage and -smg/statusMessage.
|
|
-assistMessage(-amg)
|
string
|
|
|
The user assistance message to be displayed, can be html format.
|
|
-statusMessage(-smg)
|
string
|
|
|
The status info message to be displayed, can be html format.
|
|
-position(-pos)
|
string
|
|
|
The position that the message will appear at relative to the active viewport.
The supported positions are:
- "topLeft"
- "topCenter"
- "topRight"
- "midLeft"
- "midCenter"
- "midCenterTop"
- "midCenterBot"
- "midRight"
- "botLeft"
- "botCenter"
- "botRight"
|
|
-clear(-cl)
|
string
|
|
|
Use this flag to clear the message at a specified position.
The supported positions are the same as for the -pos/position flag.
|
|
-dragKill(-dk)
|
|
|
|
Use this flag if the message needs to be deleted on mouse drag.
|
|
-hide(-hd)
|
|
|
|
-show(-sh)
|
|
|
|
-minimize(-min)
|
|
|
|
-restore(-res)
|
|
|
|
-fade(-f)
|
|
|
|
Whether the message will fade after a time interval or not.
|
|
-backColor(-bkc)
|
uint
|
|
|
Sets the background color for the message using the format 0xAARRGGBB, alpha is not taken into account.
|
|
-alpha(-a)
|
float
|
|
|
Sets the maximum alpha transparency for the message box.
|
|
-textAlpha(-ta)
|
float
|
|
|
Sets the maximum alpha transparency for the message text.
|
|
-frameOffset(-fof)
|
uint
|
|
|
Sets how far the message appears from the edge of the viewport in pixels.
|
|
-textOffset(-tof)
|
uint
|
|
|
Sets how far the text appears from the edge of the message box in pixels.
|
|
-font(-ft)
|
string
|
|
|
Sets the message to a font (eg. "Arial").
|
|
-fontSize(-fts)
|
uint
|
|
|
Sets the message font size.
|
|
-fadeInTime(-fit)
|
uint
|
|
|
Sets how long it takes for the image to fade in (milliseconds).
|
|
-fadeStayTime(-fst)
|
uint
|
|
|
Sets how long the image stays at max opacity (milliseconds).
|
|
-fadeOutTime(-fot)
|
uint
|
|
|
Sets how long it takes for the image to fade out (milliseconds).
|
|