SmartDashboard icon indicating copy to clipboard operation
SmartDashboard copied to clipboard

Command buttons don't work when loaded from save file

Open PeterJohnson opened this issue 7 years ago • 4 comments

It seems like loading an existing SD dashboard save file causes command buttons to stop working. If we do "new", the buttons work. If we save that file and load it, the command buttons don't work.

Robot code: putData("command", new MyCommand());

The buttons can be clicked but don't transition through cancel, and the Outline Viewer shows the running value never transitions to true. If you do new, then load a save file with just one button, only that button doesn't work, other existing buttons work.

Also reported at https://www.chiefdelphi.com/forums/showthread.php?threadid=156514

PeterJohnson avatar Mar 08 '17 07:03 PeterJohnson