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

Shuffleboard doesn't display fields on code generated tabs #39

Open
jwt388 opened this issue Nov 12, 2024 · 1 comment
Open

Shuffleboard doesn't display fields on code generated tabs #39

jwt388 opened this issue Nov 12, 2024 · 1 comment
Labels
bug Something isn't working Pending The issue will be fixed in the next release

Comments

@jwt388
Copy link

jwt388 commented Nov 12, 2024

Shuffleboard tabs and layouts created in Java code are not properly displayed. In most cases a blank tab is created, even though the entries show up in the source list under the Shuffleboard section and tab name and can be manually dragged onto a tab. Sometimes only a subset of the entries shows up on the tab. Other times some entries are displayed with the wrong layout or widget. This issue was seen when running on the RoboRio and in simulation.

This behavior was seen when porting code from 2024 but was also reproduced by creating a new 2025 project from a template and just adding the following line to the RobotContainer constructor.
Shuffleboard.getTab("Numbers").add("Pi", 3.14);

When Shuffleboard 2024 is run with 2025 code, all fields are displayed properly.

@jwt388 jwt388 added the bug Something isn't working label Nov 12, 2024
@sciencewhiz
Copy link
Contributor

I believe this is addressed by wpilibsuite/shuffleboard#815

@rzblue rzblue added the Pending The issue will be fixed in the next release label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Pending The issue will be fixed in the next release
Projects
None yet
Development

No branches or pull requests

3 participants