SmartDashboard icon indicating copy to clipboard operation
SmartDashboard copied to clipboard

Add support for NetworkTables arrays

Open ThadHouse opened this issue 8 years ago • 3 comments

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.

ThadHouse avatar Nov 19 '16 06:11 ThadHouse

Any ideas on how we should display arrays?

AustinShalit avatar Nov 30 '16 04:11 AustinShalit

Take a look at how OutlineViewer does it. Just the UI; the source is a mess

SamCarlberg avatar Nov 30 '16 06:11 SamCarlberg

How about a listbox? It'd be relatively simple to implement and should work pretty well

NoMod-Programming avatar Feb 25 '18 23:02 NoMod-Programming