Hi,
I was trying to make more than 2 lines of outline box title. Below is an example.
New window("Multiple lines of title",
outline box("1.One"),
outline box("1.One\!n2.Two"),
outline box("1.One\!n2.Two\!n3.Three"),
);
It didn't work when lines greater than 2. Any suggestions would be greatly appreciated.