SmartDashboard
SmartDashboard copied to clipboard
Add support for NetworkTables arrays
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 by kickoff, we should remove those methods from WPILib in order to not confuse teams.
Any ideas on how we should display arrays?
Take a look at how OutlineViewer does it. Just the UI; the source is a mess
How about a listbox? It'd be relatively simple to implement and should work pretty well