Hi there,
is anyone experiencing troubles on showing a simple text string?
That used to work out of the box, but after updating to the newest protocoder version is no longer functioning.
A simple example would be:
var accelerometer = ui.addText(20, 20, 600, 100);
accelerometer.setText("blablabla");
Thanks in advance