wpilibsuite / SmartDashboard

Other
23 stars 27 forks source link

Add support for NetworkTables arrays #21

Open ThadHouse opened 7 years ago

ThadHouse commented 7 years ago

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.

AustinShalit commented 7 years ago

Any ideas on how we should display arrays?

SamCarlberg commented 7 years ago

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

NoMod-Programming commented 6 years ago

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