Extends FCMCtrlStatic
Summary of changes:
FCXCustomLuaWindow
fcxctrlstatic.Init(self)
[Internal]
Input | Type | Description |
---|---|---|
self |
FCXCtrlStatic |
fcxctrlstatic.SetText(self, str)
[Fluid] [Override] Switches the control’s measurement status off.
Input | Type | Description |
---|---|---|
self |
FCXCtrlStatic |
|
str |
`FCString | string |
fcxctrlstatic.SetMeasurement(self, value)
[Fluid] Sets a measurement in EVPUs which will be displayed in the parent window’s current measurement unit. This will be automatically updated if the parent window’s measurement unit changes.
Input | Type | Description |
---|---|---|
self |
FCXCtrlStatic |
|
value |
number |
Value in EVPUs |
fcxctrlstatic.SetMeasurementInteger(self, value)
[Fluid] Sets a measurement in whole EVPUs which will be displayed in the parent window’s current measurement unit. This will be automatically updated if the parent window’s measurement unit changes.
Input | Type | Description |
---|---|---|
self |
FCXCtrlStatic |
|
value |
number |
Value in whole EVPUs (fractional part will be rounded to nearest integer) |
fcxctrlstatic.SetMeasurementEfix(self, value)
[Fluid] Sets a measurement in EFIXes which will be displayed in the parent window’s current measurement unit. This will be automatically updated if the parent window’s measurement unit changes.
Input | Type | Description |
---|---|---|
self |
FCXCtrlStatic |
|
value |
number |
Value in EFIXes |
fcxctrlstatic.SetShowMeasurementSuffix(self, enabled)
[Fluid]
Sets whether to show a suffix at the end of a measurement (eg cm
in 2.54cm
). This is on by default.
Input | Type | Description |
---|---|---|
self |
FCXCtrlStatic |
|
enabled |
boolean |
fcxctrlstatic.SetMeasurementSuffixShort(self)
[Fluid]
Sets the measurement suffix to the short style used by Finale’s internals (eg e
, i
, c
, etc)
Input | Type | Description |
---|---|---|
self |
FCXCtrlStatic |
fcxctrlstatic.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 |
FCXCtrlStatic |
fcxctrlstatic.SetMeasurementSuffixFull(self)
[Fluid]
Sets the measurement suffix to the full unit name. (eg inches
, centimeters
, etc).
Input | Type | Description |
---|---|---|
self |
FCXCtrlStatic |
fcxctrlstatic.UpdateMeasurementUnit(self)
[Fluid] [Internal] Updates the displayed measurement unit in line with the parent window.
Input | Type | Description |
---|---|---|
self |
FCXCtrlStatic |