Hello,
I have just run my sketch with Processing v3.0a11 under Windows 7 64 bit.
This row called in draw():
text(testo, myX, myY, myW, myH);
Fail with the error "Zero length string passed to TextLayout constructor" but "testo" isn't empty, it's equal to "Assprz from G5 67509: 5 min ".
With the previous release the execution is without errors.
Bye
Hello,
I have just run my sketch with Processing v3.0a11 under Windows 7 64 bit.
This row called in draw():
text(testo, myX, myY, myW, myH);
Fail with the error "Zero length string passed to TextLayout constructor" but "testo" isn't empty, it's equal to "Assprz from G5 67509: 5 min ".
With the previous release the execution is without errors.
Bye