xml - How do I save settings data in processing then load it in later for use -
xml - How do I save settings data in processing then load it in later for use -
i'm using processing , controlp5 project. have number of fields user fils out. when user done, way save info setting file, preferably json, xml or plist file, can loaded in @ later time. best way go doing this.
for offline use, should able savestrings() , loadstrings(). long have written settings object has tostring() function, , constructor can build kind of string (so t.equals(new thing(t.tostring()) true) can write , read serialized version disk.
xml save processing
Comments
Post a Comment