May 8, 2015
7:53 a.m.
popupText:[: ...| 'line1\line2' withCRs ] does this work? 2015-05-07 21:52 GMT+02:00 phil@highoctane.be <phil@highoctane.be>:
I'd love to have multiline popupText.
dsEvents := RTDataSet new. dsEvents interaction popupText: [ :point |
'coll: {1} - ts: {2} / {3} -- {4} - {5}' format: { key. (point ts asSeconds - start) printString. ....
How can I do that?
Looks like the thing is single line.
TIA Phil