Performance Metric kcml.translate.clipped
Summary
Translated strings clipped on rendering in the clientSend Condition
Form.Open()Statistics
| Name | Type | Description |
|---|---|---|
| form | string | Name of form containing control |
| ctrl | string | Name of control |
| context | string | Context set on control |
| label | string | Text labelling the control |
| text | string | Text that is too long to display |
| dpi | num | Display DPI |
| screenw | num | Pixel width of display holding the form |
| screenh | num | Pixel height of display holding the form |
| formw | num | Pixel width of the form |
| formh | num | Pixel height of the form |
| ctrlw | num | Pixel width of the control |
| textw | num | Pixel width required to display the text |
| extra | string | Extra information |
General Form
kcml.translate.clipped,form=string,ctrl=string,context=string,label=string,text=string,dpi=num,screenw=num,screenh=num,formw=num,formh=num,ctrlw=num,textw=num,extra=stringSee Also:
Performance Metrics