Closed GoogleCodeExporter closed 9 years ago
This looks like a problem with the device rather than the library... Where is
the java code actually running? Are you telnet:ing to a remote process or are
you running it locally?
Have you tried to clearScreen() before printing any text?
You could also manually put <screen width> x <screen height> number of
blankspaces to see if that fixes these artifacts.
Original comment by mab...@gmail.com
on 21 Aug 2014 at 12:29
Java code is running on linux server and I am telneting it from the device.
I tried GUIScreen's clear() and refresh() methods with VT220 and VT100
emulation.
With VT220 emulation, those lines are still there even after clear and refresh.
With VT100 emulation, it's clearing the buffer but the problem is screen is
right adjusted every time I do the clear and refresh. I can see extra columns
before the actual text.
Original comment by venu1...@gmail.com
on 21 Aug 2014 at 2:56
This problem is solved by setting the the Display Language on the device and
using the same character set while creating the terminal.
Original comment by venu1...@gmail.com
on 21 Aug 2014 at 7:30
Good
Original comment by mab...@gmail.com
on 22 Aug 2014 at 3:43
Original issue reported on code.google.com by
venu1...@gmail.com
on 12 Aug 2014 at 4:00Attachments: