fcmctrlstatic.Init(self)
[Internal]
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
fcmctrlstatic.RegisterParent(self, window)
[Fluid] [Internal] [Override]
Override Changes:
MeasurementEnabled
flag.Do not disable this method.
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
|
window |
FCMCustomWindow |
fcmctrlstatic.SetTextColor(self, red, green, blue)
[Fluid] [Override]
Override Changes:
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
|
red |
number |
|
green |
number |
|
blue |
number |
fcmctrlstatic.RestoreState(self)
[Fluid] [Internal] [Override]
Override Changes:
FCMCtrlStatic
-specific properties.Do not disable this method. Override as needed but call the parent first.
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
fcmctrlstatic.SetText(self, str)
[Fluid] [Override]
Override Changes:
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
|
str |
`FCString | string |
fcmctrlstatic.SetMeasurement(self, value, measurementunit)
[Fluid]
Sets a measurement in fractional EVPUs which will be displayed in either the specified measurement unit or the parent window’s current measurement unit. If using the parent window’s measurement unit, it will be automatically updated if the parent window’s measurement unit changes.
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
|
value |
number |
Value in EVPUs |
measurementunit (optional) |
`number | nil` |
fcmctrlstatic.SetMeasurementInteger(self, value, measurementunit)
[Fluid]
Sets a measurement in whole EVPUs which will be displayed in either the specified measurement unit or the parent window’s current measurement unit. If using the parent window’s measurement unit, it will be automatically updated if the parent window’s measurement unit changes.
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
|
value |
number |
Value in whole EVPUs |
measurementunit (optional) |
`number | nil` |
fcmctrlstatic.SetMeasurementEfix(self, value, measurementunit)
[Fluid]
Sets a measurement in EFIXes which will be displayed in either the specified measurement unit or the parent window’s current measurement unit. If using the parent window’s measurement unit, it will be automatically updated if the parent window’s measurement unit changes.
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
|
value |
number |
Value in EFIXes |
measurementunit (optional) |
`number | nil` |
fcmctrlstatic.SetMeasurement10000th(self, value, measurementunit)
[Fluid]
Sets a measurement in 10000ths of an EVPU which will be displayed in either the specified measurement unit or the parent window’s current measurement unit. If using the parent window’s measurement unit, it will be automatically updated if the parent window’s measurement unit changes.
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
|
value |
number |
Value in 10000ths of an EVPU |
measurementunit (optional) |
`number | nil` |
fcmctrlstatic.SetShowMeasurementSuffix(self, enabled)
[Fluid]
Sets whether to show a suffix at the end of a measurement (eg cm
in 2.54cm
). This is enabled by default.
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
|
enabled |
boolean |
fcmctrlstatic.SetMeasurementSuffixShort(self)
[Fluid]
Sets the measurement suffix to the shortest form used by Finale’s measurement overrides (eg e
, i
, c
, etc)
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
fcmctrlstatic.SetMeasurementSuffixAbbreviated(self)
[Fluid]
Sets the measurement suffix to commonly known abbrevations (eg in
, cm
, pt
, etc).
This is the default style.
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
fcmctrlstatic.SetMeasurementSuffixFull(self)
[Fluid]
Sets the measurement suffix to the full unit name. (eg inches
, centimeters
, etc).
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |
fcmctrlstatic.UpdateMeasurementUnit(self)
[Fluid] [Internal]
Updates the displayed measurement unit in line with the parent window.
Input | Type | Description |
---|---|---|
self |
FCMCtrlStatic |