Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AHberta opened this issue Jul 14, 2024 · 3 comments
Closed
Assignees

Comments

@AHberta
Copy link

AHberta commented Jul 14, 2024

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:

  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

  • 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 AyaMoussa self-assigned this Sep 4, 2024
@AyaMoussa
Copy link
Collaborator

Issue solved on branch feature/issue1677

@AyaMoussa
Copy link
Collaborator

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
Copy link
Contributor

bjost2s commented Oct 23, 2024

NXT overlays in Pixel, so the behaviour is as expected

@bjost2s bjost2s closed this as completed Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants