1) How to display multiline text?
Somewhy this example from the manual doesn't work
<TEXT multiline="true" width="100" font_face="Tahoma" value="This is a skin. Hello World!"
text_h_align="left" word_break="true" />
2) Can we somehow display arbitrary messagebox (with text generated in KUML script)? As It seems DisplayMessageBox can only display "fixed" strings?
--- and not so important, but still interested --
3) Can we modify FORMULA_CURVE.formula from KUIML Script?
The manual says formula is represented in a script as a simple function y(x). So I thought maybe we can take an arbitrary function "double y(double x)" and assign it to FORMULA_CURVE?