OpenRoberta / openroberta-lab

The programming environment »Open Roberta Lab« by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based application, the platform can be used without prior installation of specific software but runs in any popular browser, independent of operating system and device.
Apache License 2.0
127 stars 122 forks source link

NXT sim: different execution of the show text block in simulation and NXT #1677

Closed AHberta closed 1 month ago

AHberta commented 4 months ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Import program issue_show-text.xml
  2. Click on SIM to open the simulation
  3. Click on NXT to display NXT brick
  4. Start program
  5. See the line-by-line output, whereby the previous lines are deleted again after shown

Expected behavior

Device information

Program: issue_show-text.txt

(txt = xml!)

AyaMoussa commented 1 month ago

Issue solved on branch feature/issue1677

AyaMoussa commented 1 month ago

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 1 month ago

NXT overlays in Pixel, so the behaviour is as expected