I have a project with parameters exposed in the perform window. I want to run this in Touch Player and when I make changes to the parameters in Touch Player the changes are not saved after quitting and restarting the project in Touch Player. Is there a way to make the parameter settings persistent in Touch Player?
Yes, you can have an external file to save settings. You can use json, xml or table with tab (my favorite) to save and retrieve your changing setting, even save different set of settings.
Here is a quick example
Desktop.zip (3.5 KB)
Thank you!
The example you provided seems to have only an empty table Dat with default settings. I may be missing something…
You can also make a keyboard shortcut or popup UI to save your project at anytime using the Project Class .save() method. This just resaves the .toe file.
1 Like