NXT sim: different execution of the show text block in simulation and NXT
AHberta opened this issue · 3 comments
AHberta commented
Describe the bug
- Show text block shows a different behavior in the simulation than on the NXT:
NXT: Text output without first clearing the screen
Sim: Clearing screen and then text output
To Reproduce
Steps to reproduce the behavior:
- Import program issue_show-text.xml
- Click on SIM to open the simulation
- Click on NXT to display NXT brick
- Start program
- See the line-by-line output, whereby the previous lines are deleted again after shown
Expected behavior
- Displays a line-by-line output, whereby the previous lines remain shown - so the behaviour on NXT
Device information
- Type: Desktop
- OS: Windows 10
- Browser: Chrome, Edge
Program:
issue_show-text.txt
(txt = xml!)
AyaMoussa commented
Issue solved on branch feature/issue1677
AyaMoussa commented
Issue solved. However, another issue persists. When more than one text is written in the same row, the new text is written over the old one, without deleting the old line
bjost2s commented
NXT overlays in Pixel, so the behaviour is as expected