Good day.
I've developed a j2me app that write a string in a display.
I've used StringItem for make it.
...
StringItem risp = new StringItem("\nSe la tua scelta è esatta fai click su Conferma nel Menu / Opzioni, altrimenti fai click su Indietro nel Menu / Opzioni.", "");
nomiform.append(risp);
...
In several others devices I haven't problems, but in Nokia N70 it's displayed:
Se la tua scelta è esatta fai click...
How can I resolve this problem?
Best regards and good work.
Stefano Errani

Reply With Quote

