|
Re: Crio C++ Preferences -> How to See/Edit these values in the Smart Dashboard
Just getting the preference doesn't ensure that the preference exists in the file. You need to get it there somehow (either by putting a value in there in your program or by entering in with the smartdashboard widget and then saving it).
If you want to do it programatically, you can check if the preference exists, and if it doesn't exist, put a value and then save.
|