SmartDashboard icon indicating copy to clipboard operation
SmartDashboard copied to clipboard

Results 30 SmartDashboard issues
Sort by recently updated
recently updated
newest added

The filter should only allow saving as an XML file.

If SmartDashboard is put on an external monitor and then the external monitor is unplugged, smartDashboard stays on the external monitor.

_From @Jpiv1212 on March 6, 2018 22:27_ When I use Smartdashboard on a large monitor (larger resolution) and save the layout with Smartdashboard in fullscreen, it crashes upon opening on...

Array support has been added to the WPILib SmartDashboard class, so we should make sure we can use and display those arrays here. If we do not have that done...

The new RobotDriveBase classes are automatically being added to LiveWindow mode. However, these elements cause SmartDashboard to experience a NullPointerException whenever we switch into Test mode. ``` Subsystem "Ungrouped" does...

It only works on the classmates. We should make it work on any device.

I can't confirm if this is true (it's based on a verbal recounting of the issue), and don't have logs available to back up the assertion... but my team had...

It seems progress bars are hard coded to be 200 x 40. Adding a boolean to allow these dimensions to be swapped would be an easy fix.