PhilI'd love to have multiline popupText.How can I do that?
dsEvents := RTDataSet new.
dsEvents interaction
������ ������ ������ ������ popupText: [ :point |
������ ������ ������ ������ ������
������ ������ ������ ������ ������ ������ 'coll: {1} - ts: {2} / {3} -- {4} - {5}'
������ ������ ������ ������ ������ ������ ������ ������ format: {
������ ������ ������ ������ ������ ������ ������ ������ ������ ������ key.
������ ������ ������ ������ ������ ������ ������ ������ ������ ������ (point ts asSeconds - start) printString.
....Looks like the thing is single line.TIA