We're trying to use SmartDashboard 2.0 (sfx). So far so good. We've gotten it to load with the DriveStation just fine (although we had to be sure 32bit Java was installed and handling .jar files).
We're having trouble figuring out how to properly load a previously saved configuration (.fxsdash) file. Is the command line option -fx? We've tried adding both of these to the end of the command in "FRC DS Data Storage.ini":
Code:
-fx c:\\test.fxsdash
Code:
-fx:c:\\test.fxsdash
Has anyone figured out how to automatically load .fxsdash files?